


_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="#E9AB56";  //ZMIANA KOLORU PO NAJECHANIU
oncolor="#000000";    //KOLOR CZCIONKI PO NAJECHANIU
offbgcolor="#000000"; //KOLOR TLA
offcolor="#FFFFFF";
bordercolor="#262626";
borderstyle="solid";
borderwidth=1;
separatorcolor="#262626";
separatorsize="1";
padding=6;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow_menu.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=90);)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#E9AB56";  //ZMIANA KOLORU PO NAJECHANIU
oncolor="#000000";    //KOLOR CZCIONKI PO NAJECHANIU
offbgcolor="#000000"; //KOLOR TLA
offcolor="#FFFFFF";
bordercolor="#262626";
borderstyle="solid";
borderwidth=1;
separatorcolor="#262626";
separatorsize="1";
padding=6;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#000000";
subimage="images/arrow_menu.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=90);)";
outfilter="randomdissolve(duration=0.0)";
}





with(interior=new menuname("firma")){
style=menuStyle;
top=-17;
left=140;
aI("text=O nas ;url=?id=onas");
aI("text=Obiekty referencyjne &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=obiekty");
aI("text=Ankieta;url=?id=ankieta");
aI("text=Praca;url=index.php?id=praca");
}

with(interior=new menuname("oferta")){
style=menuStyle;
top=-100;
left=140;
aI("text=Systemy sufitowe ;showmenu=systemysufitowe");
aI("text=Konstrukcje do sufitów podwieszanych ;showmenu=konstrukcje");
aI("text=Systemy suchej zabudowy ;showmenu=systemyzabudowy");
aI("text=Materiały termoizolacyjne ;showmenu=materialy");
aI("text=Chemia budowlana i materiały sypkie ;showmenu=chemia");
aI("text=Farby ;showmenu=farby");
aI("text=Technika zamocowań ;showmenu=technika");
aI("text=Zapytanie ofertowe;url=index.php?id=zapytanie");
}

with(interior=new menuname("systemysufitowe")){
style=menuStyle2;
aI("text=Armstrong  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=armstrong");
aI("text=AMF;url=?id=amf");
aI("text=OWA Coustic;url=?id=owa");
aI("text=Eurocoustic;url=?id=eurocoustic");
aI("text=Ecophon;url=?id=ecophon");
aI("text=Rockfon;url=?id=rockfon");
aI("text=Heraklith;url=?id=heraklith");
aI("text=Barwa System;url=?id=barwa");
aI("text=Hunter Douglas;url=?id=hunter");
}

with(interior=new menuname("konstrukcje")){
style=menuStyle2;
aI("text=TBS  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=tbs1");
}

with(interior=new menuname("systemyzabudowy")){
style=menuStyle2;
aI("text=Knauf &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=knauf");
aI("text=Rigips;url=?id=rigips");
aI("text=Xella;url=?id=fermacell");
}

with(interior=new menuname("materialy")){
style=menuStyle2;
aI("text=Isover &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=isover");
aI("text=Rockwool;url=?id=rockwool");
aI("text=Knauf Therm;url=?id=knauftherm");
aI("text=Lemar;url=?id=lemar");
}

with(interior=new menuname("chemia")){
style=menuStyle2;
aI("text=Maxit (Optiroc) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=maxit");
aI("text=Knauf;url=?id=knauf2");
aI("text=Knauf Bauprodukte;url=?id=knaufbauprodukte");
aI("text=Eko-Gips;url=?id=ekogips");
aI("text=Ceresit;url=?id=ceresit");
}

with(interior=new menuname("farby")){
style=menuStyle2;
aI("text=Caparol &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=caparol");
}

with(interior=new menuname("systemyoswietleniowe")){
style=menuStyle2;
aI("text=TBS &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=tbs2");
}

with(interior=new menuname("technika")){
style=menuStyle2;
aI("text=Makita &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=?id=makita");
aI("text=Spit;url=?id=spit");
aI("text=Fischer;url=?id=fischer");
aI("text=Koelner;url=?id=koelner");
aI("text=Technox;url=?id=technox");
}

drawMenus();

