


_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="#333333";
oncolor="#FF9900";
offbgcolor="#333333";
offcolor="#FFFFFF";
bordercolor="#333333";
borderstyle="solid";
borderwidth=5;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorpadding=8;
padding=0;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFCC00";
pagebgcolor="#333333";
headercolor="#FF9900";
headerbgcolor="#FFFFFF";
subimage="arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(subStyle=new mm_style()){
itemwidth=80;
onbgcolor="#333333";
oncolor="#FF9900";
offbgcolor="#666666";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFCC00";
pagebgcolor="#333333";
headercolor="#FF9900";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(subsubStyle=new mm_style()){
itemwidth=80;
onbgcolor="#333333";
oncolor="#FF9900";
offbgcolor="#666666";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#FFCC00";
pagebgcolor="#333333";
headercolor="#FF9900";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Sectors")){
style=subStyle;
itemwidth=100;
aI("text=Automotive;url=automotive.html;");
aI("text=Computers;url=computers.html;");
aI("text=Telecoms;url=telecoms.html;");
aI("text=Food Industry;url=food.html;");
aI("text=Healthcare;url=healthcare.html;");
aI("text=Optical Lenses;url=optical.html;");
}

with(milonic=new menuname("Services")){
style=subStyle;
itemwidth=100;
aI("text=Design;showmenu=Design;");
aI("text=Moldmaking;url=moldmaking.html;");
aI("text=Molding;url=molding.html;");
aI("text=Assembly;url=Assembly.html;");
aI("text=Add Service;url=addservice.html;");
}

with(milonic=new menuname("Design")){
style=subsubStyle;
itemwidth=100;
aI("text=Part Design;url=design.html;");
aI("text=Mold Design;url=data_exchange.html;");
}

drawMenus();

