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="#184f60";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="72%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#288baa";
offcolor="#ffffff";
onbgcolor="#88c6da";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#1a6278";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("exhibition")){
style=menuStyle;
aI("text=Table Info;url=booth.php;");
aI("text=Floor Plan;url=floor_plan.php;");
}

with(milonic=new menuname("bizlist")){
style=menuStyle;
aI("text=Privileged Exhibitors;url=pe-listing.php;");
aI("text=SOHO Exhibitors;url=oe-listing.php;");
}

with(milonic=new menuname("speakers")){
style=menuStyle;
aI("text=Keynote Speakers;url=keynote.php;");
aI("text=Speakers;url=speakers.php;");
aI("text=Workshop Chairpersons;url=chairpersons.php;");
aI("text=Workshop facilitators;url=facilitators.php;");
}

drawMenus();


