function Declare_bMenu(o){with(o){
zIndex=1
APC=1
waitDelay=3000
hideDelay=100
// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#C61609', bgImage:0, width:0, borderClass:'brdp', marginH:0, marginV:0, opacity:100, filterIE:'blendTrans(duration=0.6)'}
globalItem={fontClass:'wFont', fontClassOver:'wFontOv', bgColor:0, bgColorOver:'#9E1D14', bgImage:0, bgImageOver:0, height:15, 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=historia",'Rys historyczny')
  Item("show.php?content=wladze",'Władze spółki')
  Item("show.php?content=liczby",'KUŹNIA S.A. w liczbach')
  Item("show.php?content=cele",'Osiągnięcia i cele')
 }

with(Panel('Panel2')){
  Item("show.php?content=polityka",'Polityka jakości')
  Item("show.php?content=certyfikaty",'Certyfikaty')
  Item("show.php?content=referencje",'Referencje')
  Item("show.php?content=technologia",'Technologia i doświadczenie')
 }

with(Panel('Panel3')){
  Item("show.php?content=malopolskie",'Mapa dystrybucji')
  Item("show.php?content=hurtownia",'Hurtownia Przyzakładowa')
  Item("show.php?content=wspolpraca",'Zasady współpracy i ceny')
  Item("show.php?content=zapytanie",'Zapytanie ofertowe')
 }
}}