function Declare_bMenu(o){with(o){
zIndex=1
APC=1
waitDelay=4000
hideDelay=300
// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#b0b0b0', bgImage:0, width:0, borderClass:'brdBlack', marginH:1, marginV:1, opacity:100, filterIE:0}
globalItem={fontClass:'Font1', fontClassOver:'Font2', bgColor:'black', bgColorOver:'white', bgImage:0, bgImageOver:0, height:20, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:0, borderClassOver:0, cursor:'default', filterIE:0}
// Wzory indywidualne dla paneli
var Bpanel={bgColor:'black', borderClass:'brdWhite'}
// Wzory indywidualne dla pozycji
var bialy={fontClass:'Font2', fontClassOver:'Font1', bgColor:'white', bgColorOver:'black'}
var niebieski={fontClass:'Font2', fontClassOver:'Font1', bgColor:'blue', bgColorOver:'black'}
var cprt={fontClass:'Font2', bgColor:'white'}
//------------------------------
// Deklaracja struktury menu
 with(Panel('Panel1', Bpanel)){
  Item("index.php",'800 x 600', bialy)
  Item("index.php",'1024 x 768', bialy)
 }
 with(Panel('Panel2', Bpanel)){
  Item(0,'renowacja starego budownictwa', 0)
  Item("index.php?go=uslugi&link=osuszanie",'osuszanie budynków', bialy)
  Item("index.php?go=uslugi&link=grzyb",'odgrzybianie ścian', bialy)
  Item("index.php?go=uslugi&link=sol",'odsalanie murów', bialy)
  Item(0,'hydroizolacje', 0)
  Item("index.php?go=uslugi&link=izolacje",'przepony poziome,izolacje pionowe', bialy)
  Item("index.php?go=uslugi&link=taras",'tarasy i balkony', bialy)
  Item(0,'inne', 0)
  Item("index.php?go=uslugi&link=expertyza",'ekspertyzy mykologiczne', bialy)
  Item("index.php?go=uslugi&link=remonty",'kompleksowe remonty', bialy)
  Item("index.php?go=uslugi&link=ochrona",'ochrona odgromowa i&nbsp;przepięciowa', bialy)
 }
 with(Panel('Panel4', Bpanel)){
  Item(0,'systemy renowacji budownictwa &raquo;', bialy).expand('Panel4_1')
  Item(0,'iniekcje &raquo;', bialy).expand('Panel4_2')
  Item("index.php?go=infotech&link=taras",'tarasy', bialy)
  Item("index.php?go=infotech&link=karty",'karty produktów', bialy)
  Item("index.php?go=infotech&link=buduj",'poradnik dla budujących', bialy)
 }
 with(Panel('Panel4_1', Bpanel)){
    Item("index.php?go=uslugi&link=sysren-schomburg",'Schomburg', bialy)
    Item("index.php?go=uslugi&link=sysren-sto-ispo",'Sto-ISPO', bialy)
    Item("index.php?go=uslugi&link=sysren-deitermann",'Deitermann', bialy)
    Item("index.php?go=uslugi&link=sysren-ceresit",'Henkel Ceresit', bialy)
 }
 with(Panel('Panel4_2', Bpanel)){
    Item("index.php?go=infotech&link=cisnieniowa",'iniekcja ciśnieniowa', bialy)
    Item("index.php?go=infotech&link=mikrofalowa",'iniekcja mikrofalowa', bialy)
 }
 with(Panel('Panel5', Bpanel)){
  Item("index.php?go=kontakt",'dane adresowe', bialy)
  Item("index.php?go=kontakt&link=mapa",'mapka', bialy)
  Item("mailto:andrzej.jarosz@jatra.com.pl",'webmin', bialy)
 }
}
}








