_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="CB6D00";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="5";
padding=5;
fontsize="11px";
fontweight="bold";
fontfamily="Verdana, arial, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=93))";
}

with(menuStyle2=new mm_style()){
onbgcolor="#F98812";
oncolor="#ffffff";
offbgcolor="#FFA922";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, arial, Tahoma";
pagecolor="";
pagebgcolor="";
headercolor="#6993CC";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=108;
left=130;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("text=Home;url=../../seiten/en/a_48_Used_Machines_-_PU_Machines_-_Polyurethane_Machines_-_Refurbishment_.htm;status=Home;");
aI("text=Company;url=../../seiten/en/a_63_Company.htm;status=Company;");
aI("text=Service;showmenu=Service;status=Service;");
aI("text=Download;url=../../seiten/en/a_59_Download.htm;status=Download;");
aI("text=Contact;url=../../seiten/en/a_55_Contact.htm;status=Contact;");


}

with(milonic=new menuname("Service")){
style=menuStyle2;
overflow="scroll";
aI("text=Second-hand Machines;url=../../seiten/en/a_49_Second-hand_Machines.htm;status=Second-hand Machines;");
aI("text=Relocation of Machines;url=../../seiten/en/a_56_Relocation_of_Machines.htm;status=Relocation of Machines;");
aI("text=Refurbishment;url=../../seiten/en/a_57_Refurbishment.htm;status=Refurbishment;");
aI("text=Spare Parts Service;url=../../seiten/en/a_51_Spare_Parts_Service.htm;status=Spare Parts Service;");
aI("text=Vacuum Coating Technology;url=../../seiten/en/a_52_Vacuum_Coating_Technology.htm;status=Vaccum Coating Technology;");
aI("text=Mould Making Materials;url=../../seiten/en/a_50_Mould_Making_Materials.htm;status=Mould Making Materials;");
}





drawMenus();


