fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=20;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
position="relative";
left="400px";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="white";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilterori="randomdissolve(duration=0.3)";
outfilter="";
overfilterori="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=2;
subimage="mmenu/arrow.gif";
subimagepadding=4;
}

with(eusebi=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home                ;url=home.html;pagematch=index;");
aI("text=Program             ;url=program_sessions.html;pagematch=program;");
aI("text=Registration        ;url=registration.php;");
aI("text=Frequent Questions  ;url=faq.html;pagematch=faq.html");
aI("text=About us            ;url=aboutus.html;");
aI("text=Survey              ;url=survey.html;");
aI("text=Coordinators        ;url=coor_registered.php;pagematch=coor");
}

drawMenus();

