
with(jsmenu=new menuname("Main6")){
style = sublevel;
top = 190;
left = 5;
alwaysvisible = 1;
orientation = "vertical";
position = "absolute";
aI("text=Home;url=en_index.html");
aI("text=The Company structure;url=en_bedrijfsinrichting.html");
aI("text=Venture ;url=en_onderneming.html");
aI("text=Products;showmenu=M2");
aI("text=Quality;url=en_kwaliteit.html");
aI("text=Contact;url=en_contact.html");
}



with(jsmenu = new menuname("M2"))
{style = sublevel; 
overflow = "scroll";
aI("text=Wire form products ;url=en_draad.html");
aI("text=Tube form products ;url=en_buis.html");
aI("text=Precision-, press- and sheet metal parts;url=en_prec.html");
aI("text=Shelves;url=en_legb.html");
}





