


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=90            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=20              // 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()){
oncolor="#ffffff";
onbgcolor="#9B41B1";
offcolor="#000000";
offbgcolor="";
separatorcolor="#660066";
separatorsize="1";
separatorpadding="1";
padding="0";
bgimage="images/menubg.gif";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
onborder='0px solid #333333';
submenupadding="0";
subimagepadding="0";
borderstyle="solid"; 
borderwidth="0"; 
bordercolor="#333333"; 
overfilter="RadialWipe(duration=0.2);Alpha(opacity=99);MotionBlur(color='#777777', Direction=135, Strength=0)";
outfilter="Iris(duration=0.4)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=76;
left=84;
itemheight="19";
margin=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;List Your Stage Now&nbsp;&nbsp;;url=pricing.php;");
aI("text=&nbsp;&nbsp;&nbsp;FAQ's&nbsp;&nbsp;;url=http://www.adrstages.com/faq.php;");
aI("text=&nbsp;&nbsp;&nbsp;ADR News & Info&nbsp;&nbsp;;url=http://www.adrstages.com/about_ADR.php;");
aI("text=&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=http://www.adrstages.com/contact.php;");
aI("text=&nbsp;&nbsp;&nbsp;Log In&nbsp;&nbsp;;url=http://www.adrstages.com/login.php;");
}

with(milonic=new menuname("findastage")){
style=menuStyle;
overflow="scroll";
margin="8";
itemheight="18";
itemwidth="180";
aI("text=&nbsp;&nbsp;Within the United States;url=http://www.adrstages.com/findastage_us.php");
aI("text=&nbsp;&nbsp;Outside the United States;url=http://www.adrstages.com/findastage_outside.php");
}

with(milonic=new menuname("LISTSub")){
style=menuStyle;
itemwidth="170";
itemheight="18";
margin="8";
aI("text=&nbsp;&nbsp;How Does it Work?;url=http://www.adrstages.com/moreinfo.php;");
aI("text=&nbsp;&nbsp;Sign Up Now!;url=http://www.adrstages.com/pay.php;");
}

with(milonic=new menuname("VoiceoverSub")){
style=menuStyle;
itemwidth="190";
itemheight="18";
margin="8";
aI("text=Voiceover Talent;url=http://www.adrstages.com/voiceover.php;");
aI("text=Walla Groups;url=http://www.adrstages.com/wallagroups.php;");
}

with(milonic=new menuname("DemoSub")){
style=menuStyle;
itemwidth="150";
itemheight="18";
margin="8";
aI("text=&nbsp;&nbsp;Profile Demo;url=http://www.adrstages.com/demo_profile_revised3A.php;");
aI("text=&nbsp;&nbsp;Stage Results Demo;url=http://www.adrstages.com/stage_results.php;");
aI("text=&nbsp;&nbsp;City Results Demo;url=http://www.adrstages.com/city_results.php;");

}






drawMenus();

