//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 - LOT
with(milonic=new menuname("LOT")){
style=XPMenuStyle;
aI("text=Base Reflectivity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0R&site=LOT;");
aI("text=Base Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0V&site=LOT;");
aI("text=Storm Relative Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0S&site=LOT;");
aI("text=1 Hour Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N1P&site=LOT;");
aI("text=Storm Total Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=NTP&site=LOT;");
}

//MENU - MKX
with(milonic=new menuname("MKX")){
style=XPMenuStyle;
aI("text=Base Reflectivity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0R&site=MKX;");
aI("text=Base Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0V&site=MKX;");
aI("text=Storm Relative Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0S&site=MKX;");
aI("text=1 Hour Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N1P&site=LOT;");
aI("text=Storm Total Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=NTP&site=MKX;");
}

//MENU - DVN
with(milonic=new menuname("DVN")){
style=XPMenuStyle;
aI("text=Base Reflectivity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0R&site=DVN;");
aI("text=Base Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0V&site=DVN;");
aI("text=Storm Relative Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0S&site=DVN;");
aI("text=1 Hour Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N1P&site=DVN;");
aI("text=Storm Total Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=NTP&site=DVN;");
}

//MENU - ILX
with(milonic=new menuname("ILX")){
style=XPMenuStyle;
aI("text=Base Reflectivity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0R&site=ILX;");
aI("text=Base Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0V&site=ILX;");
aI("text=Storm Relative Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0S&site=ILX;");
aI("text=1 Hour Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N1P&site=ILX;");
aI("text=Storm Total Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=NTP&site=ILX;");
}

//MENU - ARX
with(milonic=new menuname("ARX")){
style=XPMenuStyle;
aI("text=Base Reflectivity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0R&site=ARX;");
aI("text=Base Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0V&site=ARX;");
aI("text=Storm Relative Velocity;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N0S&site=ARX;");
aI("text=1 Hour Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=N1P&site=ARX;");
aI("text=Storm Total Rainfall;url=http://www.lakecountyskywarn.org/radar/radar.php?product=NTP&site=ARX;");
}


//DRAW MENUS
drawMenus();