

_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=2               // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(BlackMainStyle=new mm_style()){
offcolor="#5ABE28";
offbgcolor="#000000";
oncolor="#ffffff";
onbgcolor="";
bordercolor="#E876A9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="2";
padding=2;
align="center";
fontsize="95%";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Helvetica,Verdana";
pagecolor="#cc00ff";
pagebgcolor="#000000";
subimagepadding="2";
onborder="1px solid #316AC5";
offborder="1px solid #cccccc";
}


with(BlackMenuStyle=new mm_style()){
offcolor="#5ABE28";
offbgcolor="#000000";
oncolor="#ffffff";
onbgcolor="";
bordercolor="#E876A9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
separatorpadding="1";
separatoralign="right";
separatorwidth="90%";
padding=2;
fontsize="95%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
top=385;
menualign="center";
screenposition='center';
style=BlackMainStyle;
menuwidth="700";
alwaysvisible=1;
alignment="left";
orientation="horizontal";
margin=2;
aI("text=BAND;url=luvplanet.html;status=Band;separatorsize=1");
aI("text=DISCOGRAPHY;url=discography.html;status=Discography;separatorsize=1");
aI("text=STORE;url=merchandise.html;status=Store;separatorsize=1");
aI("text=LIVE;url=live.html;status=Live;separatorsize=1");
aI("text=REVIEWS;url=reviews.html;status=Reviews;separatorsize=1");
aI("text=LISTEN;url=sound.html;status=Listen;separatorsize=1");
aI("text=MEDIA;showmenu=media;status=Media;separatorsize=1");
aI("text=PROMO KIT;url=artist-profile.html;status=Promo Kit;separatorsize=1");
aI("text=CONTACT;url=contact.html;status=Contact;separatorsize=1");
aI("text=LINKS;url=links.html;status=Links;separatorsize=1");
}

with(milonic=new menuname("media")){
style=BlackMenuStyle;
margin=2;
aI("text=Videos;image=diamond_chrome.gif;overimage=diamond_chrome.gif;url=videos.html;");
aI("text=Pictures;image=diamond_chrome.gif;overimage=diamond_chrome.gif;url=pictures.html;");
aI("text=Extras;image=diamond_chrome.gif;overimage=diamond_chrome.gif;url=media-vault.html;");
}

drawMenus();
