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("show.php?content=ofirmie_en&lang=en",'About the company')
  Item("show.php?content=zarzad_en&lang=en",'Board and Management')
  Item("index2.php?content=realizacje&lang=en",'Work carried out')
  Item("show.php?content=zakupy_en&lang=en",'Purchasing Department')
 }

with(Panel('Panel2')){
  Item(0,'Windows &raquo;').expand('Panel2_1')
  Item(0,'Profiles &raquo;').expand('Panel2_2')
  //* Item("oferta.php?k=3&lang=en",'Doors')*/
  Item("oferta.php?k=4&lang=en",'Window-sills')
 }
 
with(Panel('Panel3')){
  Item("show.php?content=cennik_okna_typowe_en&lang=en",'Typical windows')
  Item("show.php?content=cennik_okna_nietypowe_en&lang=en",'Atypical windows')
  Item("show.php?content=cennik_parapety_en&lang=en",'Window sill')
  Item("show.php?content=dodatki_en&lang=en",'Extras')
 }
 
 with(Panel('Panel4')){
  Item("show.php?content=certyfikaty_en&lang=en",'Certificates')
  Item("index2.php?content=referencje&lang=en",'References')
 }
 
 with(Panel('Panel5')){
  Item("show.php?content=instrukcja_montazu_okien_en&lang=en",'Manual for the<br>assembly of OKFENS<br>PVC windows')
  Item("show.php?content=instrukcja_czyszczenia_en&lang=en",'Cleaning and maintenance<br>manual')
  Item("show.php?content=tapety_na_pulpit_en&lang=en",'Desktop wallpapers')
 }
 
 with(Panel('Panel6')){
  Item("show.php?content=dane_teleadresowe_en&lang=en",'Company data')
  Item("show.php?content=formularz_en&lang=en",'Contact form')
  Item("show.php?content=sprzedaz_dla_firm_en&lang=en",'Sales Representatives')
  Item("show.php?content=sprzedaz_instytucionalna_en&lang=en",'Institutional sales')
  Item("show.php?content=export_en&lang=en",'Export')
  Item("show.php?content=sklep_firmowy_en&lang=en",'Company stores')
  Item("show.php?content=sprzedaz_profili_en&lang=en",'Sale of window profiles')
 }
 
 with(Panel('Panel2_1')){
  Item("oferta.php?p=10&lang=en",'Optima')
  //Item("oferta.php?p=11&lang=en",'Perfekta')
  //Item("oferta.php?p=12&lang=en",'Komfort')
  Item("oferta.php?p=13&lang=en",'Elegance')
  Item("oferta.php?p=14&lang=en",'Elite')
 }
 
 with(Panel('Panel2_2')){
  Item("oferta.php?p=18&lang=en",'4-chamber profiles')
  Item("oferta.php?p=19&lang=en",'5-chamber profiles')
  
 }

}}
