//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 - GOESE
with(milonic=new menuname("GOESE")){
style=XPMenuStyle;
aI("showmenu=EVIS;text=Visible;");
aI("showmenu=EIR;text=Infrared;");
aI("showmenu=EWV;text=Water Vapor;");
}
//MENU - GOESE - TIER 1
with(milonic=new menuname("EVIS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=VS;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=E&product=VS;");
}
with(milonic=new menuname("EIR")){
style=XPMenuStyle;
aI("showmenu=EIRS;text=Standard;");
aI("text=Enhancement 1;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=I5;");
aI("text=Enhancement 2;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=I6;");
aI("text=Enhancement 3;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=I7;");
aI("text=Enhancement 4;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=I8;");
}
with(milonic=new menuname("EWV")){
style=XPMenuStyle;
aI("showmenu=EWVS;text=Standard;");
aI("text=Enhancement 1;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=W1;");
aI("text=Enhancement 2;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=W2;");
aI("text=Enhancement 3;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=W3;");
aI("text=Enhancement 4;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=W4;");
}
//MENU - GOESE - TIER 2
with(milonic=new menuname("EIRS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=IR;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=E&product=IR;");
}
with(milonic=new menuname("EWVS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=E&product=WV;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=E&product=WV;");
}

//MENU - GOESW
with(milonic=new menuname("GOESW")){
style=XPMenuStyle;
aI("showmenu=WVIS;text=Visible;");
aI("showmenu=WIR;text=Infrared;");
aI("showmenu=WWV;text=Water Vapor;");
}
//MENU - GOESW - TIER 1
with(milonic=new menuname("WVIS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=VS;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=W&product=VS;");
}
with(milonic=new menuname("WIR")){
style=XPMenuStyle;
aI("showmenu=WIRS;text=Standard;");
aI("text=Enhancement 1;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=I5;");
aI("text=Enhancement 2;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=I6;");
aI("text=Enhancement 3;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=I7;");
aI("text=Enhancement 4;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=I8;");
}
with(milonic=new menuname("WWV")){
style=XPMenuStyle;
aI("showmenu=WWVS;text=Standard;");
aI("text=Enhancement 1;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=W1;");
aI("text=Enhancement 2;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=W2;");
aI("text=Enhancement 3;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=W3;");
aI("text=Enhancement 4;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=W4;");
}
//MENU - GOESE - TIER 2
with(milonic=new menuname("WIRS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=IR;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=W&product=IR;");
}
with(milonic=new menuname("WWVS")){
style=XPMenuStyle;
aI("text=Still;url=http://www.lakecountyskywarn.org/satellite/satellite.php?sat=W&product=WV;");
aI("text=Loop;url=http://www.lakecountyskywarn.org/satellite/satelliteloop.php?sat=W&product=WV;");
}


//DRAW MENUS
drawMenus();