function Declare_bMenu(o){with(o){

zIndex=3
APC=0
waitDelay=3000
hideDelay=280

// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#e1cca6', bgImage:0, width:0, borderClass:'pBorder', marginH:3, marginV:3, opacity:90, filterIE:'blendTrans(duration=0.4)'}
globalItem={fontClass:'s0Font', fontClassOver:'s0FontOver', bgColor:0, bgColorOver:'#fed384', bgImage:0, bgImageOver:0, height:22, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:0, borderClassOver:0, cursor:'pointer', filterIE:0}


//------------------------------

// Deklaracja struktury menu
 with(Panel('Kitchen1',{width:100})){
  Item("kitchen_ranges.php?c=4",'Contemporary')
  Item("kitchen_ranges.php?c=5",'Traditional')
 }


 with(Panel('Kitchen2',{width:100})){
  Item("worktops.php?c=6",'Work tops')
  Item("drawers.php?c=7",'Drawers')
  Item("kitchen_essentials.php?c=8",'Handles')
  Item("sinks.php?c=9",'Sinks')
  Item("taps.php?c=10",'Taps')
  Item("kitchen_essentials.php?c=11",'Accessories')
 }

 with(Panel('Appliances',{width:100})){
  Item("appliances.php?c=12",'Ovens')
  Item("appliances.php?c=13",'Hobs')
  Item("appliances.php?c=14",'Extractors')
  Item("appliances.php?c=15",'Dishwashers')
  Item("appliances.php?c=16",'Laundry')
  Item("appliances.php?c=17",'Refrigeration')
 }

}}