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="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#545454";
headercolor="#ffffff";
onbgcolor='#999999';
offbgcolor='#545454';
oncolor="#ffffff";
offcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=3;
pagebgcolor="#545454";
pagecolor="#ffffff";
separatorcolor="#545454";
separatorsize=0;
seporatorpadding=5;
subimage="";
subimagepadding=1;
}

with(milonic=new menuname("FlightInfo")){
alwaysvisible=1;
style=menuStyle;
orientation="vertical";
align="center";
left=5;
top=10;
position="absolute";
height=28;
aI("separatorheight=12;text=Flight Information;type=header;separatorheight=5;");
aI("text=Arrivals;url=arrival.html;separatorheight=5;");
aI("text=Departures;url=depart.html;");
}


drawMenus();


