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(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma,Helvetica,Verdana";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#003366";
offcolor="#FFFFFF";
onbgcolor="#3399CC";
onborder="1px solid #316AC5";
oncolor="#FFFFFF";
padding=2;
separatorcolor="#BEDBED";
separatorsize="1";
separatorheight="10";
separatorpadding="2";
rawcss="padding-left:5px;padding-right:5px";
pagebgcolor='#3399CC';
}

with(XPMenuStyle=new mm_style()){
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Tahoma,Helvetica,Verdana";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#3399CC";
offcolor="#FFFFFF";
onbgcolor="#35579E";
onborder="1px solid #316AC5";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#999999, Direction=135, Strength=5)";
padding=2;
separatoralign="left";
separatorcolor="#FFFFFF";
separatorsize="1";
separatorheight="1";
subimage="/js/arrow.gif";
menubgcolor="#ffffff";
rawcss="padding-left:5px;padding-right:5px";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
margin=2;
orientation="horizontal";
style=XPMainStyle;
aI("showmenu=Home;text=&nbsp;&nbsp;HOME;url=/default.asp;");
aI("showmenu=Agenda;text=AGENDA;url=/agenda/2009_agenda.asp;");
aI("showmenu=Exhibitors;text=REGISTER;url=/company/2009_reg.asp;");
aI("showmenu=Sponsorship;text=EXHIBIT;url=/exhibits/2009_exhibit.asp;");
aI("showmenu=Sponsorship;text=WHY ATTEND;url=/company/why_attend.asp;");
aI("showmenu=Sponsorship;text=CONTACT US;url=/company/default.asp;");
}



drawMenus();


