_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/Glowing_Small5.png";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#dddddd";
headercolor="#000000";
offcolor="White";
oncolor="White";
separatorcolor="transparent";
separatorsize="5";
rawcss="padding-left:5px;padding-right:5px";
overbgimage="images/Glowing_Small_hover5.png";
itemheight="26";
itemwidth="80";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffff44";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#ffffbb";
offcolor="#444444";
onbgcolor="#ffff99";
oncolor="#333333";
padding="4";
separatorsize="0";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
align="center";
itemheight="26";
aI("text=Home;target=;url=http://www.globalshippingnet.com/;");
aI("showmenu=Europe/BelgiumLEFT_MENU;text=Europe;target=;url=Europe.html;");
aI("text=Contact;target=;url=Contact.html;align=center;");
}

with(milonic=new menuname("Europe/BelgiumLEFT_MENU")){
style=submenuStyle;
aI("text=Belgium;target=;url=Belgium.html;");
aI("text=France;target=;url=France.html;");
aI("text=Germany;target=;url=Germany.html;");
aI("text=Netherlands;target=;url=Netherlands.html;");
aI("text=Spain;target=;url=Spain.html;");
}


 drawMenus();

