with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="absolute";
left=0;
top=70;
orientation="vertical";
aI("text=Home;url=../index_e.htm;status=Back To Home Page;");
aI("text=Company;showmenu=Unternehmen;");
aI("text=Screening technology;showmenu=Siebtechnik;");
aI("text=Sorting technology;showmenu=Sortiertechnik;");
aI("text=Articles;url=fachaufsaetze.htm;");
aI("text=Trade fairs;url=messen.htm;");
aI("text=Videos;url=film.htm;");
aI("text=Contact;showmenu=Kontakte;");
}

drawMenus();

