_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="#C0C0C0";
offbgcolor="#F3F3F3";
oncolor="#000000";
offcolor="#000000";
bordercolor="#606060";
borderstyle="solid";
borderwidth=1;
separatorcolor="#606060";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="130";
itemheight="15";
align="Center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=Franchising;url=Francing.asp;status=Franchising;");
aI("text=Warehousing;url=Warehousing.asp;status=Warehousing;");
aI("text=Customs Clear;url=CustomsClear.asp;status=Customs Clear;");
aI("text=Transit Times;url=Transittimes.asp;status=Transit Times;");
aI("text=House Move;url=housemove.asp;status=House Move;");
aI("text=Charters;url=Charters.asp;showmenu=69;status=Charters;");
aI("text=Forms;url=Form.asp;status=Forms;");
aI("text=Specialty Products;url=SpecialPrduct.asp.asp;showmenu=102;status=Specialty Products;");
aI("text=Tools;url=Tools.asp;status=Tools;");
}

with(sat=new menuname("69")){
style=menuStyle;
aI("text=Helicopter Tours & Jet Charters;url=privatecharters.asp;status=Helicopter Tours & Jet Charters;");
aI("text=Cargo Charters;url=cargocharters.asp;status=Cargo Charters;");
}

with(sat=new menuname("102")){
style=menuStyle;
aI("text=Cool Chain logistics;url=coolchainlogistics.asp;status=Cool Chain logistics;");
aI("text=Pharma logistics;url=pharmalogistics.asp;status=Pharma logistics;");
aI("text=AOG spares;url=AOGspares.asp;status=AOG spares;");
aI("text=GOH Garments on hangers;url=garmentsonhangars.asp;status=GOH Garments on hangers;");
}

with(sat=new menuname("2")){
style=menuStyle;
aI("text=Pet Move;url=../PetMovies.asp?pid=78;status=Pet Move;");
aI("text=Moving tips;url=Movingtips.asp;status=Moving tips;");
aI("text=Packing tips;url=packingtips.asp;status=Packing tips;");
aI("text=Insurance;url=Insurance.asp;status=Insurance;");
aI("text=Forms;url=Form.asp;status=Forms;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Air Freight;url=airfreight.asp;status=Air Freight;");
aI("text=Sea Freight;url=seafreight.asp;status=Sea Freight;");
aI("text=Road Freight;url=roadfreight.asp;status=Road Freight;");
aI("text=Transit times;url=Transittimes.asp;status=Transit times;");
aI("text=Warehousing;url=Warehousing.asp;status=Warehousing;");
aI("text=Customs Clear;url=CustomsClear.asp;status=Customs Clear;");
aI("text=Insurance;url=Insurance.asp;status=Insurance;");
aI("text=Charters;url=Charters.asp;showmenu=47;status=Charters;");
aI("text=AOG spares;url=AOGspares.asp;status=AOG spares;");
aI("text=Special Offers;url=FreightSpecialOffers.asp;status=Special Offers;");
}

with(sat=new menuname("47")){
style=menuStyle;
aI("text=Helicopter Tours & Jet Charters;url=privatecharters.asp;status=Helicopter Tours & Jet Charters;");
aI("text=Cargo Charters;url=cargocharters.asp;status=Cargo Charters;");
}

with(sat=new menuname("78")){
style=menuStyle;
aI("text=Moving tips;url=Movingtips.asp;status=Moving tips;");
aI("text=Packing tips;url=packingtips.asp;status=Packing tips;");
aI("text=Insurance;url=Insurance.asp;status=Insurance;");
aI("text=Forms;url=Form.asp;status=Forms;");
}

drawMenus();


