


_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=50                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1            // 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="#F6CB03";
oncolor="#8B8E97";
offbgcolor="#8B8E97";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana";
fontweight="bold";
pagecolor="";
pagebgcolor="#F6CB03";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}
with(sousmenuStyle=new mm_style()){
onbgcolor="#9A9DA5";
oncolor="#FFFFFF";
offbgcolor="#9A9DA5";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana";
fontweight="bold";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("facilities")){
style=sousmenuStyle;
aI("image=tiff/button_fac_machine_off.jpg;overimage=tiff/button_fac_machine_on.jpg;url=facilities.html;");
aI("image=tiff/button_fac_process_off.jpg;overimage=tiff/button_fac_process_on.jpg;url=facilities_process.html;");
aI("image=tiff/button_fac_production_off.jpg;overimage=tiff/button_fac_production_on.jpg;url=facilities_production.html;");
}


with(milonic=new menuname("products")){
style=sousmenuStyle;
aI("image=tiff/button_pro_concept_off.jpg;overimage=tiff/button_pro_concept_on.jpg;url=products.html;");
aI("image=tiff/button_pro_deformation_off.jpg;overimage=tiff/button_pro_deformation_on.jpg;url=products_profile_defor.html;");
aI("image=tiff/button_pro_machine_off.jpg;overimage=tiff/button_pro_machine_on.jpg;url=products_profile_machine.html;");
aI("image=tiff/button_pro_application_off.jpg;overimage=tiff/button_pro_application_on.jpg;url=products_profile_app.html;");
}




drawMenus();
	

