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="#3366FF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#3366FF";
headercolor="#3366FF";
offbgcolor="#3366FF";
offcolor="#ffffff";
<!---offcolor="#515151";--->
onbgcolor="#99CCFF";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#336699', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow2.gif";
subimagepadding=2;
}

with(milonic=new menuname("FBO Services")){
overflow="scroll";
style=menuStyle;
aI("text=Re-fueling;url=../refueling.html;");
aI("text=Pilots Lounge & Flight Planning;url=../plounge.html;");
<!--aI("text=Mountaineering;url=http://www.milonic.com/menusample25.php;onfunction=showtip('If space is limited, this menu sample shows how<br>to open sub-menus in a horizontal orientation') ;")-->
aI("text=Maintenance Facilities;url=../maintenance.html;");
aI("text=About Gulkana Fuel;url=../about.html;");
aI("text=Our Success;");

}


with(milonic=new menuname("MMtourSub1")){
style=menuStyle;
aI("text=Info & Charts;url=http://www.airnav.com/airport/PAGK/;target=_blank;");
aI("text=Businesses;url=../business.html");
aI("text=Events Page;url=../events.html");
}


with(milonic=new menuname("Fuel Service")){
style=menuStyle;
aI("text=Aviation Fuel;url=../refueling.html;");
aI("text=Delivered Heating Oil;url=../delivery.html");
aI("text=Selfserve Heating Oil;url=../SSHHO.html");
aI("text=Emergency Service;url=../delivery.html#emergency");

}
with(milonic=new menuname("Gulkana Airport")){
style=menuStyle;
aI("text=Airport Info;showmenu=MMtourSub1;");
<!--aI("text=Web Cam;url=http://www.gulkanaweather.com/;target=_blank;");-->

<!--aI("text=Equipment Rental;");-->
}

with(milonic=new menuname("Weather Links")){
style=menuStyle;
aI("text=Alaska Aviation Weather Unit;url=http://aawu.arh.noaa.gov/;target=_blank;");
aI("text=Alaska Data(IWIN);url=http://www.weather.gov/view/states.php?state=ak&map=on;target=_blank;");
aI("text=NWS Anchorage Forecast;url=http://pafc.arh.noaa.gov/;target=_blank;");
aI("text=Alaska Web Cams;url=http://akweathercams.faa.gov/;target=_blank;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=../contact.html;");
<!--aI("text=Mailing List;");-->
aI("text=____________;");
aI("text=Webmaster;url=mailto:dale.varra@gulkanafuel.com;");
}

drawMenus();


