
_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=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){

onbgcolor="#66CCFF";
oncolor="#FFFFFF";
offbgcolor="#99CCFF";
offcolor="#FFFFFF";
onbgcolor="#F85900";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorsize="0";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="i/arrow.gif";
onsubimage="i/arrowdown.gif"
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
//outfilter="randomdissolve(duration=0.4);Alpha(opacity=90)";
}

with(mainmenuStyle=new mm_style()){

onbgcolor="";
oncolor="#FFFFFF";
onbgcolor="#CDDBEB";
offbgcolor="";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorsize="0";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/i/arrow.gif";
//onsubimage="/i/arrowdown.gif"
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=0, Strength=0)";
//outfilter="fade(duration=0.2)";
//outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){

style=mainmenuStyle;
//position="static";
alwaysvisible=1;
left=0;
top=188;
menuwidth="100%";
menualign="center";
orientation="horizontal";

aI("image=i/n_span.gif;");
aI("image=i/n_about.gif;showmenu=m1;");
aI("image=i/n_ourvalues.gif;url=ourvalues.asp;");
aI("image=i/n_businessareas.gif;showmenu=m2;");
aI("image=i/n_partnerships.gif;url=partnerships.asp;");
aI("image=i/n_companynews.gif;url=news.asp;");
aI("image=i/n_references.gif;showmenu=m4;");
aI("image=i/n_contact.gif;url=contact.asp;showmenu=m5;");
aI("image=i/n_span.gif;");
}

with(milonic=new menuname("m1")){
style=menuStyle;
//overflow="scroll";
aI("text=Group History;url=grouphistory.asp;");
aI("text=Partners & Managers;url=partners.asp;"); 
aI("text=Companies;url=companies.asp;");
aI("text=Facts & Figures;url=facts.asp;");
aI("text=Our Quality Policy;url=quality.asp;");
}

with(milonic=new menuname("m2")){
style=menuStyle;
aI("text=Shipping Sub Agency;url=agency.asp;");
aI("text=Duty Free & Bond Store;url=dutyfree.asp;");
aI("text=Ship Owning & Management;url=shipowning.asp;");
aI("text=Ship & Boat Building;url=shipbuilding.asp;");
aI("text=Shipyard;url=shipyard.asp;");
aI("text=Marine Lubricants;url=marine_lubricant.asp;");
}

with(milonic=new menuname("m3")){
style=menuStyle;
aI("text=Towage & Pilotage;url=towage.asp;");
}

with(milonic=new menuname("m4")){
style=menuStyle;
aI("text=General Reference List;url=references.asp?id=1;");
aI("text=Ship Building Reference Company;url=references.asp?id=4;");
aI("text=Ship Building Reference Projects List;url=shipbuilding.asp;");
aI("text=Shipowning & Management;url=references.asp?id=3;");
aI("text=Shipping Sub-Agency & Boat Service;url=references.asp?id=1;");
aI("text=Duty Free Shipstore;url=references.asp?id=2;");
}

with(milonic=new menuname("m5")){
style=menuStyle;
aI("text=Contact Us;url=contact.asp;");
aI("text=Job Application;url=vacancies.asp;");
}

drawMenus();
