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(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#747A75";
oncolor="#FF9933";
onbgcolor="#FFFFFF"; 
offbgcolor="#FFFFFF";
pagecolor="black";
padding=5;
subimage="11x9_dotted_green.gif";
subimagepadding=8;
onborder="#000000";
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="location.gif";
imageposition="right";
offcolor="#B6B6B6";
oncolor="#FF9933";
pagecolor="black";
pagebgcolor="#FFFFFF";
onbgcolor="#FFFFFF"; 
offbgcolor="#FFFFFF";
overimage="location_on.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=290;
left=10;
orientation="vertical";
style=menuStyle;
aI("text=Home;showmenu=index;");
aI("text=Golden Key to Mongolian;url=goldenkey.html;");
}

with(milonic=new menuname("index")){
style=submenuStyle;
aI("text=Home;url=index.html;");
aI("text=Log of Updates;url=updatespleen.html;");
}

drawMenus();
