_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // 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(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
//subimage="";
//subimagepadding="";
}

with(popoutStyle=new mm_style()){
onbgcolor="#C7DAE9";
oncolor="#003558";
offbgcolor="#E4EDF4";
offcolor="#003558";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=2;
separatorcolor="#CCCCCC";
separatorsize=2;
padding=5;
itemwidth=170;
itemheight=30;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#0063AB";
pagebgcolor="#97BADD";
headercolor="#97BADD";
headerbgcolor="#cccccc";
//subimage="";
//subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="Fade(duration=0.3)";

}

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
orientation="verticle";
keepalive=1;

aI("showmenu=home;image=images/nav/n_home_o.gif;imagewidth=231;overimage=images/nav/n_home_x.gif;url=content.php?page=1");
aI("showmenu=about;image=images/nav/n_about_o.gif;imagewidth=231;overimage=images/nav/n_about_x.gif;url=content.php?page=33");
aI("showmenu=training&development;image=images/nav/n_training_dev_o.gif;imagewidth=231;overimage=images/nav/n_training_dev_x.gif;url=content.php?page=2");
aI("showmenu=consultancyservices;image=images/nav/n_wg_consultants_o.gif;imagewidth=231;overimage=images/nav/n_wg_consultants_x.gif;url=content.php?page=25");
aI("showmenu=marineoperations;image=images/nav/n_marine_op_o.gif;imagewidth=231;overimage=images/nav/n_marine_op_x.gif;url=content.php?page=3");
//aI("showmenu=productionoperations;image=images/nav/n_wg_operations_o.gif;imagewidth=231;overimage=images/nav/n_wg_operations_x.gif;url=content.php?page=14");


}
with(milonic=new menuname("about")){

						style=popoutStyle;
aI("text=Company Overview;url=content.php?page=33;");
aI("text=Directors Profile;url=content.php?page=34;");
aI("text=Management Policies;url=content.php?page=35;");
aI("text=Contact Us;url=content.php?page=36;");
aI("text=Gallery;url=content.php?page=37;");
aI("text=Our Clients;url=content.php?page=152;");
aI("text=History;url=content.php?page=158;");
aI("text=Training Room;url=content.php?page=153;");

} 
with(milonic=new menuname("training&development")){

						style=popoutStyle;
aI("text=Training & Development;url=content.php?page=2;");
aI("text=Management & Development;url=content.php?page=126;");
aI("text=Training Calendar;url=content.php?page=127;");
aI("text=Wild Geese Solutions;url=content.php?page=102;");

} 
with(milonic=new menuname("marineoperations")){

						style=popoutStyle;
aI("text=Marine Operations;url=content.php?page=3;");
aI("text=Marine Consultancy;url=content.php?page=45;");
aI("text=Marine Advisors Services;url=content.php?page=46;");
aI("text=Marine Audits & Surveys;url=content.php?page=47;");

} 
with(milonic=new menuname("consultancyservices")){

						style=popoutStyle;
aI("text=WGI Recruitment Solutions;url=content.php?page=104;");
aI("text=Consultant Services;url=content.php?page=25;");
aI("text=Positions Vacant;url=content.php?page=155;");

} 
drawMenus();
