function Declare_bMenu(o){with(o){

zIndex=1
APC=1
waitDelay=4000
hideDelay=100

// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'005496', bgImage:0, width:0, borderClass:'brdp', marginH:6, marginV:6, opacity:90, filterIE:'blendTrans(duration=0.6)'}
globalItem={fontClass:'wFont', fontClassOver:'wFontOv', bgColor:0, bgColorOver:'#FFD400', bgImage:0, bgImageOver:0, height:20, align:'center', alignOver:'center', valign:'middle', valignOver:'middle', borderClass:'brd', borderClassOver:'brdo', cursor:'default', filterIE:'blendTrans(duration=0.4)'}

// Wzory indywidualne dla paneli
// brak

// Wzory indywidualne dla pozycji
var cprt={fontClassOver:'wFont', bgColorOver:0, borderClassOver:'brd'}

// ------------------------------

// Deklaracja struktury menu

 with(Panel('Panel1')){
  Item("rolnictwo.php",'Rolnictwo')
  Item("glowny",'Schemat Główny')
  Item("schemat1.php",'Schemat 1')
  Item("schemat1a.php",'Schemat 1A')
  Item("schemat1b.php",'Schemat 1B')
  Item("schemat2.php",'Schemat 2')
  Item("schemat3.php",'Schemat 3')
  Item("schemat4.php",'Schemat 4')
  Item("schemat5a.php",'Schemat 5A')
  Item("schemat5b.php",'Schemat 5B')
  Item("schemat6.php",'Schemat 6')
  Item("schemat7.php",'Schemat 7')
  
 }
 

}}

