fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
itemwidth=130;
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#4847A0";
offcolor="#ffffff";
onbgcolor="#F59F30";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=4)";
padding=5;
pagebgcolor="black";
pagecolor="#ffffff";
separatorcolor="#C0C0C0";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Firma")){
style=menuStyle;
aI("text=O nas;url=firma.html;");
aI("text=Kontakt;url=kontakt.php;");
}

with(milonic=new menuname("Fotele")){
style=menuStyle;
aI("text=Katalog krzeseł i foteli;url=katalog.html;");
aI("text=Materiały obiciowe;url=materialy.html;");
aI("text=Podłokietniki;url=podlokietniki.html;");
aI("text=Inne komponenty;url=komponenty.html;");
}

with(milonic=new menuname("Samochody")){
style=menuStyle;
aI("text=Oferta;url=oferta.html;");
aI("text=Opis urządzenia SA;url=sa.html;");
aI("text=Opis urządzenia RGH II;url=rgh.html;");
aI("text=Opis urządzenia RGH III;url=rgh3.html;");
}


drawMenus();


