function Declare_bMenu(o){with(o){

zIndex=1
APC=1
waitDelay=4000
hideDelay=400

// Wzory globalne dla panela i pozycji
globalPanel={bgColor:'#2DA0FF', bgImage:0, width:0, marginH:0, marginV:0, opacity:100, filterIE:'revealTrans(duration=0.3,transition=5)'}
globalItem={fontClass:'wFont', fontClassOver:'wFontOv', bgColor:'#2DA0FF', bgColorOver:'black', bgImage:0, bgImageOver:0, height:0, align:'center', alignOver:'center', valign:'middle', valignOver:'middle', cursor:'default', filterIE:'blendTrans(duration=0.5)'}

// Wzory indywidualne dla paneli
var graf1Panel={bgColor:0, width:150, borderClass:0, marginH:0, marginV:0, opacity:95}

// Wzory indywidualne dla pozycji
var graf={bgColorOver:0, bgColor:0, bgImage:'images/przy_bla.gif', bgImageOver:'images/przy_bla.gif', height:34, fontClass:'macFont', fontClassOver:'macFontOv', filterIE:'blendTrans(duration=0.3)'}
var cprt={fontClassOver:'wFont', bgColorOver:'orange', borderClassOver:'brd'}

//------------------------------

// Deklaracja struktury menu

 with(Panel('Panel1',graf1Panel)){
  Item("index_pl.php?str=Nasza_Taisia",'Taisia')
  Item("index_pl.php?str=Nasz_Alican",'Alican')
  Item("index_pl.php?str=Nasza_Duszenka",'Duszeńka')
  Item("index_pl.php?str=Nasza_Cinderella",'Cinderella')
 }


 with(Panel('Panel2',graf1Panel)){
  Item("index_pl.php?str=Miot_E",'Miot E:')
    Item("index_pl.php?str=Miot_E#eduardo",'Eduardo')
	  Item("index_pl.php?str=Miot_E#elfik",'Elfik')
	    Item("index_pl.php?str=Miot_E#elvis",'Elvis')
		  Item("index_pl.php?str=Miot_E#emil",'Emil')
	        Item("index_pl.php?str=Miot_E#eros",'Eros')
			  Item("index_pl.php?str=Miot_E#esmeralda",'Esmeralda')
  Item("index_pl.php?str=Miot_D",'Miot D:')
    Item("index_pl.php?str=Miot_D#dalia",'Dalia')
      Item("index_pl.php?str=Miot_D#drakon",'Drakon')
  Item("index_pl.php?str=Miot_C",'Miot C:')
    Item("index_pl.php?str=Miot_C#cycero",'Cicero')
      Item("index_pl.php?str=Miot_C#cyrus",'Cyrus')
        Item("index_pl.php?str=Miot_C#cinderella",'Cinderella')
 }

 with(Panel('Panel3',graf1Panel)){
  Item("index_pl.php?str=Rasa",'Angora Turecka')
  Item("index_pl.php?str=Historia_Rasy",'Historia')
  Item("index_pl.php?str=Charakterystyka",'Charakterystyka')
 }
 with(Panel('Panel4',graf1Panel)){
  Item("index_pl.php?str=Galeria_Taisia",'Taisia')
  Item("index_pl.php?str=Galeria_Alican",'Alican')
  Item("index_pl.php?str=Galeria_Kocieta",'Kocięta')
  Item("index_pl.php?str=Galeria_Kocieta_2",'Kocięta 2')
  Item("index_pl.php?str=Galeria_Kocieta_3",'Kocięta 3')
  Item("index_pl.php?str=Galeria",'Różne')
 }


 with(Panel('Aboutmenu')){
 }

}}
