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(onemenuStyle=new mm_style()){
styleid=1;
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=5;
itemwidth=127;
offbgcolor="#D1E6FA";
offcolor="#000000";
onbgcolor="#ffffff";
onborder="1px solid #9CCBF7";
oncolor="#000000";
outfilter="fade(duration=0.5)";
padding=6;
subimage="arrow.gif";
subimagepadding=8;
}

with(submenuStyle=new mm_style()){
styleid=2;
bordercolor="#D3D3C1";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#FBFBE1";
offcolor="#000000";
oncolor="#FD0303";
padding=6;
separatoralign="left";
separatorcolor="#D3D3C1";
separatorsize=1;
separatorwidth="55%";
subimage="arrow.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=onemenuStyle;
aI("image=1-start.gif;overimage=1-start.gif;showmenu=Menu;");
}

with(milonic=new menuname("Menu")){
margin=2;
orientation="vertical";
style=menuStyle;
aI("align=left;text=Home;url=http://zone.hearandplay.com;");
aI("align=left;text=Log-out;url=http://zone.hearandplay.com/user.php?module=NS-User&op=logout");
}

drawMenus();

