function Declare_bMenu(o){with(o){

zIndex=3
APC=1
waitDelay=3000
hideDelay=400


globalPanel={bgColor:'#F2A83D',  width:0, borderClass:'brdp', marginH:0, marginV:0, opacity:90, filterIE:'revealTrans(duration=0.7,transition=5)'}
globalItem={fontClass:'mFont', fontClassOver:'mFontOv', bgColor:0, bgColorOver:'#FFB856', bgImage:0, bgImageOver:0, height:15, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:0, borderClassOver:0, cursor:'default', filterIE:'revealTrans(duration=0.3,transition=12)'}



var glownyPanel={filterIE:'blendTrans(duration=0.5)'}
var polprzezroczysty={opacity:70}


// Wzory indywidualne dla pozycji
var b1={filterIE:'blendTrans(duration=0.3)'}


var cprt={align:'center', alignOver:'center', fontClassOver:'mFont', bgImageOver:0}



//------------------------------

// Deklaracja struktury menu
with(Panel('glowny',glownyPanel))

 {
  Item('../firma/historia.html','Geschichte',b1)
  Item('../firma/certyfikaty.html','Zertifikate',b1)
  Item('../firma/nagrody.html','Auszeichnungen & Preise ',b1)
  Item('../firma/galeria.html','Galerie',b1)
  Item('../firma/kontakt.html','Kontakt',b1)
 }


// drugie menu

 with(Panel('produkty',glownyPanel))
{
  Item('../ciagniki/index.html','Schlepper',b1)
  Item('../przyczepy/index.html','Anhänger',b1)
  Item('../maszyny/index.html','Kommunalmaschinen',b1)
  Item('../osprzet/index.html','Landwirtschaft',b1)
  Item('../kolownia/index.html','Tellerradabteilung',b1)
  Item('../pih/index.html','Hydraulik und Pneumatik Elemente ',b1)
  Item('../twsztucz/index.html','Kunststoffprodukte',b1)
 }

 

// Trzecie menu


 with(Panel('uslugi',glownyPanel))
{
  Item('../uslugi/hurtownia.html','Kraftstoff und Ölgroßhandel',b1)
  Item('../pmetalowa/pmetalowa.html','Metallbearbeitung',b1)
  Item('../uslugi/hutnicze.html','Hüttenprodukte',b1)
  Item('../uslugi/zamienne.html','Ersatzteile',b1)
  Item('../uslugi/narzedziownia.html','Werzeugobteilung',b1)
  Item('../uslugi/serwis.html','Service',b1)
  Item('../uslugi/wdrozenia.html','Einführungsabteilung',b1)
  Item('../uslugi/stacje.html','Tankstelle',b1)
 }


 

}}