function Declare_bMenu(o){with(o){
zIndex=1
APC=1
waitDelay=3000
hideDelay=100
// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#9A0103', bgImage:0, width:150, borderClass:'brdp', marginH:0, marginV:0, opacity:85, filterIE:'blendTrans(duration=0.6)'}
globalItem={fontClass:'wFont', fontClassOver:'wFontOv', bgColor:0, bgColorOver:'#CD0102', bgImage:0, bgImageOver:0, height:0, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:'brd', borderClassOver:'brdo', cursor:'hand', filterIE:'blendTrans(duration=0.4)'}

// Wzory indywidualne dla paneli
// brak
// Wzory indywidualne dla pozycji


var cprt={fontClassOver:'wFont', bgColorOver:0, borderClassOver:'brd'}
with(Panel('Panel1')){
  Item("s,ofirmie.html",'Informacje o firmie')
  Item("s,zarzad.html",'Zarząd i Dyrekcja')
  Item("i,realizacje,0.html",'Realizacje')
 }

with(Panel('Panel2')){
  Item(0,'Okna &raquo;').expand('Panel2_1')
  Item(0,'Profile &raquo;').expand('Panel2_2')
  /* Item("oferta.php?k=3",'Drzwi') */
  Item("o,parapety.html",'Parapety')
 }
 
with(Panel('Panel3')){
  Item("s,cennik_okna_typowe.html",'Okna typowe')
  Item("s,cennik_okna_nietypowe.html",'Okna nietypowe')
  Item("s,cennik_parapety.html",'Parapety')
  Item("kalkulator.html",'Kalkulator do wyceny')
  Item(0,'Dodatki &raquo;').expand('Panel3_1')
 }
 
 with(Panel('Panel3_1')){
  Item("s,dodatki.html",'Okleiny')
  Item("s,dodatki_szyby.html",'Szyby i wypełnienia')
  Item("s,dodatki_laczniki.html",'Łączniki i poszerzenia')
  Item("s,dodatki_szprosy.html",'Szprosy')
  Item("s,dodatki_klamki.html",'Klamki')
  Item("s,dodatki_nawiewniki.html",'Nawiewniki')
  Item("s,dodatki_rolety.html",'Rolety')
  Item("s,dodatki_termoramka.html",'Termoramka')
  Item("s,dodatki_pozostale.html",'Pozostały asortyment')
 }
 
 with(Panel('Panel4')){
  Item("s,certyfikaty.html",'Certyfikaty')
  Item("i,referencje,0.html",'Referencje')
  Item("s,gwarancja.html",'Warunki Gwarancji')
 }
 
 with(Panel('Panel5')){
  Item("s,instrukcja_montazu_okien.html",'Instrukcja montażu<br>okien')
  Item("s,instrukcja_czyszczenia.html",'Instrukcja czyszczenia<br>i konserwancji')
  Item(0,'Instrukcje rozszczelniania<br>okien &raquo;').expand('Panel5_1')
  Item("s,tapety_na_pulpit.html",'Tapety na pulpit')
  Item("pliki.php",'Pliki do pobrania')
 }
 
 with(Panel('Panel6')){
  Item("s,dane_teleadresowe.html",'Dane teleadresowe')
 }
 
 with(Panel('Panel2_1')){
  Item("o,okna-optima,10.html",'Optima')
  //Item("o,okna-perfekta,11.html",'Perfekta')
  //Item("o,okna-komfort,12.html",'Komfort')
  Item("o,okna-elegance,13.html",'Elegance')
  Item("o,okna-elite,14.html",'Elite')
 }
 
 with(Panel('Panel2_2')){
  Item("o,profile-4-komorowe,18.html",'4-komorowe')
  Item("o,profile-5-komorowe,19.html",'5-komorowe')
  
 }
 
 with(Panel('Panel5_1')){
  //Item("s,instrukcja_r_1.html",'Perfekta i Komfort')
  Item("s,instrukcja_r_2.html",'Elegance i Elite')
 }

}}
