


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0     	      // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(Style1=new mm_style()){
onbgcolor="#295918";
oncolor="#ffffff";
offbgcolor="#5a7b42";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#ffffff";
pagebgcolor="#295918";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
outfilter="randomdissolve(duration=0.3)";
}

with(Style2=new mm_style()){
onbgcolor="#495860";
oncolor="#ffffff";
offbgcolor="#8bbcd2";
offcolor="#ffffff";
bordercolor="#537689";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#ffffff";
pagebgcolor="#495860";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
outfilter="randomdissolve(duration=0.3)";
}

with(StyleMain=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#ffffff";
bordercolor="#F6F6F6";
borderwidth=0;
separatorcolor="#E5E5E5";
separatorsize="0";
padding=2;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#B80419";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding=2;
overfilter="";
outfilter="";
}

with(StyleMain2=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=8;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#B80419";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding=2;
overfilter="";
outfilter="";
}

with(milonic=new menuname("BusinessUnits")){
style=Style1;
aI("text=&nbsp;Charter;itemwidth=89;showmenu=Charter;");
aI("text=&nbsp;Leasing;itemwidth=89;showmenu=Leasing;");
aI("text=&nbsp;Maintenance;itemwidth=89;url=/maintenance.asp?Page=2;");
}
		with(milonic=new menuname("Charter")){
		style=Style1;
		aI("text=&nbsp;Overview;itemwidth=100;url=/Charter_Overview.asp?Page=2;");
		aI("text=&nbsp;Services;itemwidth=100;url=/Charter_Services.asp?Page=2;");
		aI("text=&nbsp;Fleet;itemwidth=100;showmenu=Fleet;");
		}
		
				with(milonic=new menuname("Fleet")){
				style=Style1;
				aI("text=&nbsp;Cargo;itemwidth=100;url=/charter_fleet_cargo.asp?Page=2;");
				aI("text=&nbsp;Passengers;itemwidth=100;url=/charter_fleet_passenger.asp?Page=2;");
				}
		
		with(milonic=new menuname("Leasing")){
		style=Style1;
		aI("text=&nbsp;Overview;itemwidth=100;url=/Leasing.asp?Page=2;");
		aI("text=&nbsp;Operations Map;itemwidth=100;url=/operations_map.asp?Page=2;");
		}
		
		with(milonic=new menuname("AboutUs")){
		style=Style1;
		aI("text=&nbsp;About Us;itemwidth=100;url=/about_us.asp?Page=6;");
		aI("text=&nbsp;Map;itemwidth=100;url=/map.asp?Page=6;");
		}


	
drawMenus();

