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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ddeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=1;
}

with(menuStyle1=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddddff";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=1;
}


with(milonic=new menuname("Menu1")){
alwaysvisible=1;
left=4;
orientation="horizontal";
style=menuStyle1;
top=4;
aI("status=PLANNING;text=PLANNING:;");
aI("showmenu=Weather;text=Weather;");
aI("showmenu=TFR;text=TFR;");
aI("showmenu=SUA;text=SUA;");
aI("showmenu=Radar;text=Radar;");
aI("showmenu=Traffic;text=Traffic;");
aI("showmenu=Fuel;text=Fuel;");
}

with(milonic=new menuname("Weather")){
overflow="scroll";
style=menuStyle;
aI("text=VansAirForce.net;url=http://www.vansairforce.net/weather.htm;target=_blank;")
aI("text=NOAA Weather;url=http://www.aviationweather.gov/;target=_blank;")
aI("text=Airport View;url=http://www.airportview.net/;target=_blank;")
aI("text=FNL AWOS;url=http://weather.noaa.gov/weather/current/KFNL.html;target=_blank;")
}

with(milonic=new menuname("TFR")){
style=menuStyle;
aI("text=TFR Map;url=http://tfr.faa.gov/tfr_map_ims/html/index.html;target=_blank;")
aI("text=TFR List;url=http://tfr.faa.gov/tfr2/list.html;target=_blank;")
}

with(milonic=new menuname("SUA")){
style=menuStyle;
aI("text=SUA Map;url=http://sua.faa.gov/sua/special.do?selected=2&sua=conus;target=_blank;")
aI("text=SUA List;url=http://sua.faa.gov/sua/Welcome.do?selected=1&order=reset;target=_blank;")
}

with(milonic=new menuname("Radar")){
style=menuStyle;
aI("text=Cheyenne;url=http://radar.weather.gov/radar.php?rid=cys&product=N0R&overlay=11101111&loop=no;target=_blank;")
aI("text=Denver;url=http://radar.weather.gov/radar.php?rid=ftg&product=N0R&overlay=11101111&loop=no;target=_blank;")
aI("text=Pueblo;url=http://radar.weather.gov/radar.php?rid=pux&product=N0R&overlay=11101111&loop=no;target=_blank;")
aI("text=Grand Junction;url=http://radar.weather.gov/radar.php?rid=gjx&product=N0R&overlay=11101111&loop=no;target=_blank;")
}

with(milonic=new menuname("Traffic")){
style=menuStyle;
aI("text=FNL;url=http://flightaware.com/live/airport/FNL;target=_blank;")
aI("text=GXY;url=http://flightaware.com/live/airport/GXY;target=_blank;")
}

with(milonic=new menuname("Fuel")){
style=menuStyle;
aI("text=AirNav.com;url=http://airnav.com/fuel/local.html;target=_blank;")
aI("text=100LL.com;url=http://www.100ll.com/;target=_blank;")
}


drawMenus();

