


_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="";
oncolor="#0077BE";
offbgcolor="";
offcolor="#1E2963";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
bgimage="images/menu_off.gif";
overbgimage="images/menu_on.gif";
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="none";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="#EDEEA1";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow0.gif";
subimagepadding="0";
}

with(menuStyle2=new mm_style()){
onbgcolor="#004881";
oncolor="#FFFFFF";
offbgcolor="#53B291";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#2F7059";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#777777', Direction=135, Strength=7)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle2;
itemwidth=143;
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>The Product;url=index.php?pg=55;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Why better?;url=index.php?pg=90;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Our Customers;showmenu=almenu59;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Non-bulk logistics;url=index.php?pg=89;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Picture gallery;url=index.php?pg=62;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Download!;url=index.php?pg=76;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Contact;url=index.php?pg=66;");
}

with(milonic=new menuname("almenu59")){
style=menuStyle2;
aI("text=Customers & Credentials;url=index.php?pg=81;");
}



drawMenus();

