


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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()){
onbgcolor="#3399FF";
oncolor="#000000";
offbgcolor="#D4D0C8";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#3399FF";
headercolor="#D4D0C8";
headerbgcolor="#000000";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=77;
left=520
//screenposition="top;center"
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;");
aI("text=Über uns;url=ueber_uns.htm;");
aI("text=Produkte;showmenu=Produkte;");
aI("text=Kontakt;url=kontakt.htm;");
aI("text=Impressum;url=impressum.htm;");
}

with(milonic=new menuname("Produkte")){
style=menuStyle;
overflow="scroll";
aI("text=Arbeitshandschuhe;url=arbeitshandschuhe.htm;");
aI("text=Arbeitssicherheit;url=arbeitssicherheit.htm");
aI("text=Berufsbekleidung;url=berufsbekleidung.htm;");
aI("text=Sicherheitsschuhe;url=sicherheitsschuhe.htm;");
aI("text=Industrieputzlappen;url=industrieputzlappen.htm;");
aI("text=Betriebshygiene;url=betriebshygiene.htm;");
aI("text=Reinigungsmittel;url=reinigungsmittel.htm;");
}

drawMenus();
