_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
offbgcolor="#FFFFFF";
oncolor="#CC3300";
offcolor="#999999";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="105";
itemheight="14";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=MISSION AND VISION;url=Missionvision.asp;status=MISSION AND VISION;");
aI("text=HISTORY;url=History.asp;status=HISTORY;");
aI("text=STAFF;url=Staff.asp;status=STAFF;");
aI("text=CONSISTENCY;url=Consistency.asp;status=CONSISTENCY;");
aI("text=AFFILIATION;url=Affiliation.asp;status=AFFILIATION;");
aI("text=PARTNERSHIP AND AIRLINES;url=PartnershipwithAirlines.asp;status=PARTNERSHIP AND AIRLINES;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=SMALL LIGHT JETS;url=Smalllightjets.asp;status=SMALL LIGHT JETS;");
aI("text=MIDSIZE JETS;url=Midsizejets.asp;status=MIDSIZE JETS;");
aI("text=SUPER MIDSIZE JETS;url=Supermidsize.asp;status=SUPER MIDSIZE JETS;");
aI("text=HEAVY JETS;url=Heavyjets.asp;status=HEAVY JETS;");
aI("text=AIRLINERS;url=Airliners.asp;status=AIRLINERS;");
}

drawMenus();

