fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;




with(menuStyle=new mm_style()){
bordercolor="#818181";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="90%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#074dd1";//background non-hover, not on page
offcolor="#ffffff";// font color non-hover, not on page
onbgcolor="#fcb632"; // background hover
oncolor="#FFFFFF"; // font hover
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=10;
pagebgcolor="#C5393A"; // background non-hover, on page
pagecolor="#FFFFFF";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=0;
left=0;
orientation="horizontal";
style=menuStyle;
top=5;
aI("showmenu=Overview;text=;");
aI("showmenu=Sessions;text=;");
aI("showmenu=Sponsors;text=;");

}

with(milonic=new menuname("Overview")){
overflow="scroll";
left="offset=0";
top="offset=0";
style=menuStyle;
aI("text=Conference FAQ;url=faq.php;");
aI("text=Agenda;url=agenda.php;");
aI("text=Activities;url=activities.php;");
//aI("text=Registration;url=registration1.php;");
}

with(milonic=new menuname("Sessions")){
style=menuStyle;
left="offset=0";
top="offset=0";
aI("text=General Sessions;url=keynotes.php;");
aI("text=Breakout Sessions;url=tracks.php;");
}

with(milonic=new menuname("Sponsors")){
style=menuStyle;
left="offset=0";
top="offset=0";
aI("text=Sponsorship Opportunities;url=sponsor_opportunities.php;");
aI("text=Sponsors;url=sponsors.php;");
}

drawMenus();

