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
// Deklaracja struktury menu
 with(Panel('glowny',glownyPanel))

 {
  Item('../../firma/historia.html','History',b1)
  Item('../../firma/certyfikaty.html','Quality',b1)
  Item('../../firma/kontakt.html','Contact',b1)
  Item('../../firma/galeria.html','Gallery',b1)
  Item('../../firma/nagrody.html','Awards',b1)
 }


// drugie menu

 with(Panel('produkty',glownyPanel))
{
  Item('../../ciagniki/index.html','Tractors',b1)
  Item('../../przyczepy/index.html','Trailers',b1)
  Item('../../osprzet/index.html','Agricultural equipment ',b1)
  Item('../../maszyny/index.html','Municipal machines ',b1)
  Item('../../kolownia/index.html','Steel disc wheels',b1)
  Item('../../pih/index.html','Pneumatic and hydraulic elements',b1)
  Item('../../twsztucz/index.html','Plastic components',b1)
 }

 

// Trzecie menu


 with(Panel('uslugi',glownyPanel))
{
    Item('../../uslugi/hurtownia.html','Fuel & engine oil wholesale ',b1)
  Item('../../pmetalowa/pmetalowa.html','Metal production',b1)
  Item('../../uslugi/hutnicze.html','Metallurgical materials',b1)
  Item('../../uslugi/zamienne.html','Replacements',b1)
  Item('../../uslugi/narzedziownia.html','Tool-shop',b1)
  Item('../../uslugi/serwis.html','Services',b1)
  Item('../../uslugi/wdrozenia.html','Research & Development Department ',b1)
  Item('../../uslugi/stacje.html','Gas station',b1)
 }


 

}}