

_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=50            // The time delay before menus open on mouse over

_followSpeed=15                // 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="#cccccc";  //ZMIANA KOLORU PO NAJECHANIU

oncolor="#666666";    //KOLOR CZCIONKI PO NAJECHANIU

offbgcolor="#F2F2F2"; //KOLOR TLA

offcolor="#666666";

bordercolor="#E8E8E8";

borderstyle="solid";

borderwidth=1;

separatorcolor="#E8E8E8";

separatorsize="1";

padding=4;

fontsize="9px";

fontstyle="bold";

fontfamily="tahoma";

pagecolor="#FFFFFF";

pagebgcolor="#1C4B8F";

headercolor="#000000";

headerbgcolor="#000000";

subimage="images/arrow_menu.gif";

subimagepadding="2";

overfilter="Fade(duration=0.0);Alpha(opacity=100);)";

outfilter="randomdissolve(duration=0.0)";

}




with(roca=new menuname("firma")){

style=menuStyle;

left=-6;

itemwidth=150;

aI("text=Informacje ogólne ;url=/firma/");

aI("text=Historia ;url=/historia/");

aI("text=Polityka jakości ;url=/polityka/");

aI("text=Dane teleadresowe ;url=/kontakt/");

}



with(roca=new menuname("aktualnosci")){

style=menuStyle;

left=-21;

itemwidth=150;

aI("text=Strona aktualności ;url=/aktualnosci/");

aI("text=Nowości produktowe ;url=/nowosci/");

aI("text=Targi i imprezy ;url=/targi/");

aI("text=Na łamach prasy ;url=/prasa/");

}



with(roca=new menuname("oferta")){

style=menuStyle;

left=-21;

itemwidth=150;

aI("text=Produkty ;url=/katalog/");



aI("text=Serwis ;url=/serwis/");



}



with(roca=new menuname("kontakt")){

style=menuStyle;

left=-21;

itemwidth=150;

aI("text=Dane teleadresowe ;url=/kontakt/");

aI("text=Sprzedaż ;url=/kontakt/sprzedaz/");

aI("text=Serwis ;url=/kontakt/serwis/");

aI("text=Dojazd ;url=/kontakt/dojazd/");

}



with(roca=new menuname("kontrahent")){

style=menuStyle;

left=-21;

itemwidth=150;

aI("text=Ogólne warunki Zamawiania i Zakupów ;url=/ogolne_warunki_zamawiania_i_zakupow/");

}




drawMenus();




