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=2;
_subOffsetLeft=-2;




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="#CC9966";//background non-hover, not on page
offcolor="#ffffff";// font color non-hover, not on page
onbgcolor="#CC3300"; // 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="#CC3300"; // 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=0;
aI("showmenu=Overview;text=;");
aI("showmenu=Agenda;text=;");
aI("showmenu=Sponsors;text=;");

}

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


with(milonic=new menuname("Agenda")){
style=menuStyle;
left="offset=36";
top="offset=2";
aI("text= Agenda ;url=agenda.php#agenda;");
aI("text=Sessions;url=agenda.php#keynotes;");
//aI("text= Tracks ;url=agenda.php#tracks;");
}

with(milonic=new menuname("Sponsors")){
style=menuStyle;
left="offset=20";
top="offset=2";
aI("text=Partner Overview;url=sponsors.php;");
}

drawMenus();

