
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#330000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#330000";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Arial";
pagecolor="#000000";
pagebgcolor="#ff0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.5);Alpha(opacity=80);Shadow(color='#000000', Direction=135, Strength=2)";
outfilter="Fade(duration=0.5);Alpha(opacity=80);Shadow(color='#000000', Direction=135, Strength=2)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=10;
left=525;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("image=btn_home.gif;overimage=btn_home-over.gif;url=default.asp");
aI("image=btn_about.gif;overimage=btn_about-over.gif;url=about.asp;");
aI("showmenu=music;image=btn_music.gif;overimage=btn_music-over.gif;url=radio.asp;");
aI("image=btn_artists.gif;overimage=btn_artists-over.gif;url=artists.asp;");
aI("showmenu=services;image=btn_services.gif;overimage=btn_services-over.gif;url=services_record.asp;");
aI("showmenu=events;image=btn_events.gif;overimage=btn_events-over.gif;url=event_present.asp;");
aI("showmenu=store;image=btn_store.gif;overimage=btn_store-over.gif;url=store_cd.asp;");
aI("showmenu=contact;image=btn_contact.gif;overimage=btn_contact-over.gif;url=contact.asp;");

}

with(milonic=new menuname("music")){
style=menuStyle;
overflow="scroll";
aI("url=radio.asp;text=radio;");
aI("url=about_promo.asp;text=promo;");

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("url=services_record.asp;text=recording studio;");
aI("url=services_manage.asp;text=management;");
aI("url=services_booking.asp;text=booking;");
aI("url=services_market.asp;text=marketing/promotional support");

}
with(milonic=new menuname("events")){
style=menuStyle;
aI("url=event_present.asp;text=present;");
aI("url=main.asp;text=past;");

}

with(milonic=new menuname("store")){
style=menuStyle;
aI("url=store_cd.asp;text=get the cd;");
aI("url=store_promo.asp;text=download promo;");

}

drawMenus();

