


_menuCloseDelay=50             // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1               // The time delay before menus open on mouse over
_followSpeed=5                 // Follow scrolling speed
_followRate=40                 // Follow scrolling Rate
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-10             // Sub menu left offset
_scrollAmount=3                // Only needed for Netscape 4.x
_scrollDelay=20                // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FFEBC9";
oncolor="#333333";
offbgcolor="#EC9301";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#EC9301";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdw.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#FFEBC9";
oncolor="#333333";
offbgcolor="#EC9301";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="0";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#EC9301";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdw.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=140;
left=178;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=default.asp;status=Back To Home Page;");
aI("text=Search;showmenu=Search;");
aI("text=Indexes;showmenu=Indexes;");
aI("text=Links;showmenu=Links;");
aI("text=Shopping Cart;url=showcart.asp;status=Shopping Cart;");
}

with(milonic=new menuname("Search")){
style=menuStyle2;
offbgcolor="#EC9301";
aI("image=images/search_std.gif;text=Simple;url=javascript:showquicksearchsimple();;");
aI("image=images/search.gif;text=Detailed;url=javascript:showquicksearchdetailed();;");
}

with(milonic=new menuname("Indexes")){
style=menuStyle2;
aI("text=Illustrated Index;url=index-illustrated.asp;");
aI("text=Label Index;url=index-label.asp;");
aI("text=Leader Index;url=index-leader.asp;");
aI("text=Artist Index;url=index-artist.asp;");
aI("text=Release Index;url=index-release.asp;");
}

with(milonic=new menuname("mm help")){
style=menuStyle2;
aI("text=About TheMusicResource.com;url=http://www.themusicresource.com/webhelp/about.asp;");
aI("text=Creating a permanent account;url=http://www.themusicresource.com/webhelp/account.asp;");
aI("text=Logging In;url=http://www.themusicresource.com/webhelp/login.asp;");
aI("text=Search Tips/Finding what you want;url=http://www.themusicresource.com/webhelp/search.asp;");
aI("text=Adding Items To Your Shopping Cart;url=http://www.themusicresource.com/webhelp/shoppingcart.asp;");
aI("text=Your Wish List;url=http://www.themusicresource.com/webhelp/wishlist.asp;");
aI("text=Submitting Your Order;url=http://www.themusicresource.com/webhelp/submitorder.asp;");
aI("text=Delivery Times;url=http://www.themusicresource.com/webhelp/deliverytimes.asp;");
aI("text=Credit Card Safety;url=http://www.themusicresource.com/webhelp/creditcard.asp;");
aI("text=What Forms Of Payment Do We Accept;url=http://www.themusicresource.com/webhelp/paymentforms.asp;");
aI("text=Privacy Policy;url=http://www.themusicresource.com/scripts/privacypolicy.asp;");
aI("text=Return Policy;url=http://www.themusicresource.com/webhelp/returnpolicy.asp;");
aI("text=Inventory Information;url=http://www.themusicresource.com/webhelp/inventoryinfo.asp;");
aI("text=U.S. Shipping Information;url=http://www.themusicresource.com/scripts/shippinginfo.asp;");
aI("text=International Shipping Information;url=http://www.themusicresource.com/webhelp/internationalshippinginfo.asp;");
}

with(milonic=new menuname("Links")){
style=menuStyle2;
aI("text=The Music Resource;url=http://www.themusicresource.com/;target=_blank;");
aI("text=Double-Time Records;url=http://www.doubletimerecords.com/;target=_blank;");
aI("text=Double-Time Jazz;url=http://www.doubletimejazz.com/;target=_blank;");
aI("text=The Jazz Artist;url=http://www.thejazzartist.com/;target=_blank;");
aI("text=The Code Works;url=http://www.thecodeworks.com/;target=_blank;");
aI("text=Aebersold Jazz;url=http://www.jazzbooks.com/;target=_blank;");
}

drawMenus();


