_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // 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()){ align="right"; onbgcolor="#4182D6"; oncolor="#ffffff"; offbgcolor="#0064B4"; offcolor="#ffffff"; bordercolor="#0064B4"; borderstyle="solid"; borderwidth=1; separatorcolor="#0064B4"; separatorsize="1"; padding=3; fontsize="75%"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#ffffff"; pagebgcolor="#4182D6"; headercolor="#000000"; headerbgcolor="#ffffff"; itemwidth=0; //subimage="/online/menu/arrow.gif"; //subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(submenuStyle=new mm_style()){ onbgcolor="#4182D6"; oncolor="#ffffff"; offbgcolor="#0064B4"; offcolor="#ffffff"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=1; separatorcolor="#ffffff"; separatorsize="1"; padding=3; fontsize="75%"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#ffffff"; pagebgcolor="#4182D6"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/online/menu/arrow.gif"; subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("main")){ style=menuStyle; screenposition="{screenposition}"; top="85"; left="65"; alwaysvisible=1; orientation="vertical"; aI("text=Home;showmenu=home;url=index.html;"); aI("text=Produkte;showmenu=produkte;url=produkte.html;"); aI("text=Referenzen;showmenu=referenzen;url=referenzen.html;"); aI("text=Downloads;showmenu=downloads;url=http://www.apl-apparatebau.com/downloads.html;target=_blank;"); aI("text=Kontakt;showmenu=kontakt;url=kontakt.html;"); aI("text=Über uns;showmenu=Über_uns;url=http://www.apl-apparatebau.com/ueberuns.html;target=_blank;"); aI("text=Jobs;url=jobs.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("home")){ style=submenuStyle; aI("text=Fotogalerie;url=bildgalerie.html;"); aI("text=Linkliste;url=linkliste.html;"); aI("text=Newsletter;url=newsletter.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("produkte")){ style=submenuStyle; aI("text=Produkte;url=produkte.html;"); aI("text=Anwendungsgebiete;url=anwendungsgebiete.html;"); aI("text=Technische Daten;url=technisch.html;"); aI("text=Materialien;url=material.html;"); aI("text=Qualität;url=qualitaet.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("referenzen")){ style=submenuStyle; aI("text=Anwendungsgebiete;url=anwendungsgebiete.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("downloads")){ style=submenuStyle; aI("text=Downloads;url=http://www.apl-apparatebau.com/downloads.html;target=_blank;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("kontakt")){ style=submenuStyle; aI("text=Kontaktformular;url=kontakt.html;"); aI("text=Angebotsformular;url=kon_angebot.html;"); } //------------------------------------------------------------------------------------- with(milonic=new menuname("Über_uns")){ style=submenuStyle; aI("text=Standort;url=http://www.apl-apparatebau.com/ueberuns.html;target=_blank;"); aI("text=Ansprechpartner;url=ansprechpartner.html;"); aI("text=Das Unternehmen;url=dasunternehmen.html;"); } //------------------------------------------------------------------------------------- drawMenus();