


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#3A4F77";  //ZMIANA KOLORU PO NAJECHANIU
oncolor="#E0F8FF";    //KOLOR CZCIONKI PO NAJECHANIU
offbgcolor="#D4D8E1"; //KOLOR TLA
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=7;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#D4D8E1";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow1.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=93);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("kadry")){
style=menuStyle;
top=-5;
left=0;
aI("text=Obszary dzia³ania;url=index.php?id=obszary_dzialania");
aI("text=Obszary wsparcia;url=index.php?id=obszary_wsparcia");
aI("text=Outplacement;url=index.php?id=outplacement");
}

with(milonic=new menuname("b2b")){
style=menuStyle;
top=-5;
left=0;
aI("text=Doradztwo biznesowe;url=index.php?id=doradztwo");
aI("text=Zapytanie ofertowe;url=index.php?id=zapytanie");
}



with(milonic=new menuname("kadry_en")){
style=menuStyle;
top=-5;
left=0;
aI("text=Range of services;url=index_en.php?id=obszary_dzialania_en");
aI("text=Range of support;url=index_en.php?id=obszary_wsparcia_en");
aI("text=Outplacement;url=index_en.php?id=outplacement_en");
}

with(milonic=new menuname("b2b_en")){
style=menuStyle;
top=-5;
left=0;
aI("text=Business consulting;url=index_en.php?id=doradztwo_en");
aI("text=Inquiry;url=index_en.php?id=zapytanie_en");
}



with(milonic=new menuname("kadry_de")){
style=menuStyle;
top=-5;
left=0;
aI("text=Service-Bereich;url=index_de.php?id=obszary_dzialania_de");
aI("text=Unterstützungsbereich;url=index_de.php?id=obszary_wsparcia_de");
aI("text=Outplacement;url=index_de.php?id=outplacement_de");
}

with(milonic=new menuname("b2b_de")){
style=menuStyle;
top=-5;
left=0;
aI("text=Businessberatung;url=index_de.php?id=doradztwo_de");
aI("text=Anfrage;url=index_de.php?id=zapytanie_de");
}


drawMenus();

