

_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=General information ;url=/en/firma/");

aI("text=History ;url=/en/historia/");

aI("text=Contact ;url=/en/kontakt/");

}



with(roca=new menuname("aktualnosci")){

style=menuStyle;

left=-21;

itemwidth=150;

aI("text=News ;url=/en/aktualnosci/");

aI("text=Product highlights ;url=/en/nowosci/");

}





drawMenus();




