function Declare_bMenu(o){with(o){

    zIndex=1
    APC=1
    waitDelay=4000
    hideDelay=400

    // Wzory globalne dla panela i pozycji
    globalPanel={bgColor:'#eeeeee', bgImage:0, width:0, borderClass:'panelBorder', marginH:3, marginV:3, opacity:100, filterIE:0}
    globalItem={fontClass:'alFont', fontClassOver:'alFont', bgColor:0, bgColorOver:'#eeeeee', bgImage:0, bgImageOver:0, height:0, align:'left', alignOver:'left', valign:'middle', valignOver:'middle', borderClass:'itemBorder', borderClassOver:'itemBorderOv', cursor:'default', filterIE:0}

    var item1 = {bgColorOver:'#cccccc', cursor:'hand'}

    // Deklaracja struktury menu
    with(Panel('oferta')){
    	Item(0,'Meble gabinetowe &raquo;').expand('gabinetowe')
        Item(0,'Meble pracownicze &raquo;').expand('pracownicze')
		Item('komputerowe.php','Stoliki komputerowe',item1)
		Item('szkolne.php','Meble szkolne',item1)
		Item('metal.php','Meble metalowe',item1)
		Item(0,'Krzesła i stoły konferencyjne &raquo;').expand('konfer');
        Item(0,'Krzesła i fotele &raquo;').expand('krzesla')
        Item(0,'Lady recepcyjne &raquo;').expand('recepcyjne')
        Item('tapicer.php','Meble tapicerowane',item1)
        Item('kawiarniane.php','Meble kawiarniane',item1)
        Item(0,'Meble hotelowe &raquo;').expand('hotel');
        Item(0,'Artykuły uzupełniające &raquo;').expand('uzupel');
    }

    with(Panel('gabinetowe')){
        Item('horus.php','Horus',item1)
        Item('linus.php','Linus',item1)
        Item('status.php','Status',item1)
        Item('statusow.php','Status owalny',item1)
        Item('kanclerz.php','Kanclerz',item1)
        Item('kanclerz2.php','Kanclerz II',item1)
        Item('senator.php','Senator',item1)
        Item('makler.php','Makler',item1)
		Item('nemo.php','Nemo',item1)
		Item('boss.php','Boss',item1)
		Item('prezydent.php','Prezydent',item1)
		Item('orion.php','Orion',item1)
		Item('markus.php','Markus',item1)
		Item('neptun.php','Neptun',item1)
		Item('syriusz.php','Syriusz',item1)
    }

    with(Panel('pracownicze')){
        Item('primus.php','Primus',item1)
        Item('ideanova.php','Idea Nova',item1)
        Item('victor.php','Victor',item1)
        Item('vik.php','Vik',item1)
		Item('iso.php','Iso',item1)
		Item('eko.php','Eko',item1)
		Item('aura.php','Aura',item1)
		Item('polo.php','Polo',item1)
		Item('vega.php','Vega',item1)
		Item('opti.php','Opti',item1)
		Item('team.php','Team',item1)
		Item('flex.php','Flex',item1)
		Item('mono.php','Mono',item1)
		Item('teo.php','Teo',item1)
		Item('forma.php','Forma',item1)
		Item('ergo.php','Ergo',item1)
    }

    with(Panel('krzesla')){
        Item('nskrzesla.php','Nowy Styl',item1)
        Item('profikrzesla.php','Profi m',item1)
    }
    with(Panel('recepcyjne')){
        Item('ladysorte.php','Sorte',item1)
        Item('ladyinox.php','Inox, Vega',item1)
    }


    with(Panel('forms')){
        Item('zapytanie.php','Zapytanie',item1)
        //Item(0,'Zamďż˝wienie',item1)
    }
    with(Panel('konfer')){
        Item('konferkrzesla.php','Krzesła', item1)
        Item('konferstoly.php','Stoły',item1)
    }
    with(Panel('hotel')){
        Item('linusap.php','Linus apartament', item1)
        Item('xenia.php','Xenia',item1)
        Item('ambasador.php','Ambasador',item1)
        Item('olimp.php','Olimp',item1)
        Item('orionho.php','Orion',item1)
        Item('eden.php','Eden',item1)
        Item('mena.php','Mena',item1)
        Item('jowita.php','Jowita',item1)
        Item('klaudia.php','Klaudia',item1)
    }
    with(Panel('uzupel')){
        Item('wieszaki.php','Wieszaki', item1)
        Item('lawy.php','Ławy i stoły',item1)
    }

}}
