_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
 
with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#100847";
offcolor="#cccccc";
bordercolor="0";
borderstyle="solid";
borderbottom:"1px solid #c69604";
borderwidth=1;
separatorcolor="#b49b0b";
separatorsize="1";
padding=1;
fontsize="12px";
fontstyle="normal";
fontfamily="Geneva, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#04438E";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2) Alpha(opacity=85)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Live")){
style=menuStyle;
margin=2;
overflow="scroll";
aI("text=SHOW DATES;url=/live.html;");
aI("text=NEED DIRECTIONS;showmenu=directions;");
}


with(milonic=new menuname("promotion")){
style=menuStyle;
margin=2;
aI("text=CURRENT EVENTS;url=events.html;target=content;status=Events on the Books;");
aI("text=FLYERS;url=flyers.html;target=content;status=Help promote our shows;");
aI("text=CLIENTS;url=clients.html;target=content;status=Clients we have served;");
aI("text=EVENT MARKETING;url=marketing.html;target=content;status=Electronic Marketing Ideas;");
}

with(milonic=new menuname("downloads")){
style=menuStyle;
margin=2;
aI("text=MP3 SAMPLES;url=mp3s.html;target=content;;");
}



drawMenus();



