//GENERAL SETTINGS
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;

//STYLES
with(XPMainStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#B8D1F8";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="1px solid #000080";
oncolor="#000000";
overbgimage="orange_office2003.gif";
padding=5;
}
with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
image="xpblank.gif";
imagepadding=3;
menubgimage="backoff2003_web.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=1;
separatorwidth="80%";
subimage="arrow.gif";
subimagepadding=3;
menubgcolor="#EBF0EC";
}

//MENU - 925mb
with(milonic=new menuname("925mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=925&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=925&time=12;");
}

//MENU - 850mb
with(milonic=new menuname("850mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=850&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=850&time=12;");
}

//MENU - 700mb
with(milonic=new menuname("700mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=700&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=700&time=12;");
}

//MENU - 500mb
with(milonic=new menuname("500mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=500&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=500&time=12;");
}

//MENU - 300mb
with(milonic=new menuname("300mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=300&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=300&time=12;");
}

//MENU - 250mb
with(milonic=new menuname("250mb")){
style=XPMenuStyle;
aI("text=00Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=250&time=00;");
aI("text=12Z;url=http://www.lakecountyskywarn.org/analysis/upperair/product.php?img=250&time=12;");
}

//DRAW MENUS
drawMenus();