function Declare_bMenu(o)
{
with(o)
{

zIndex=1
APC=1
waitDelay=4000
hideDelay=400

// Wzory globalne dla panela i pozycji
globalPanel={
			bgColor:ie?0:'black', 
			bgImage:0, 
			width:0, 
			borderClass:'b1pxred', 
			marginH:12, 
			marginV:8, 
			opacity:100, 
			filterIE:'blendTrans(duration=0.9)glow(color=blue,direction=135,strength=6)'
			}
globalItem={
			fontClass:'dFont', 
			fontClassOver:'dFontOv', 
			bgColor:0, 
			bgColorOver:'#e0e0ff', 
			bgImage:0, 
			bgImageOver:0, 
			height:5, 
			align:'left', 
			alignOver:'left', 
			valign:'middle', 
			valignOver:'middle', 
			borderClass:0, 
			borderClassOver:0, 
			cursor:'default', 
			filterIE:0
			}

// Wzory indywidualne dla paneli
// brak

// Wzory indywidualne dla pozycji
var zprawej={align:'right', alignOver:'right'}
var nasrodku={align:'center', alignOver:'center'}
var cprt={bgColor:0, bgColorOver:0, align:'center', alignOver:'center', fontClassOver:'dFont'}
var separator=cprt

//------------------------------

// Deklaracja struktury menu

 with(Panel('Panel1'))
 {
  Item(0,'Skiny do Gadu-Gadu 6.0  >>').expand('Panel1_1')
  Item(0,'Skiny do Gadu-Gadu 7.0  >>').expand('Panel1_2')
  Item(0,'Skiny do Tlena  >>').expand('Panel1_3')
 }
 with(Panel('Panel1_1'))
 {
  Item("index.php?strona=gg6_3d&katalog=skiny",'3D')
  Item("index.php?strona=gg6_natura&katalog=skiny",'Natura')
  Item("index.php?strona=gg6_erotyczne&katalog=skiny",'Erotyczne')
  Item("index.php?strona=gg6_filmowe&katalog=skiny",'Filmowe')
  Item("index.php?strona=gg6_bajkowe&katalog=skiny",'Bajkowe')
  Item("index.php?strona=gg6_inne&katalog=skiny",'Inne')
 }
 with(Panel('Panel1_2'))
 {
  Item("index.php?strona=gg7_natura&katalog=skiny",'Natura')
  Item("index.php?strona=gg7_filmowe&katalog=skiny",'Filmowe')
  Item("index.php?strona=gg7_bajkowe&katalog=skiny",'Bajkowe')
  Item("index.php?strona=gg7_inne&katalog=skiny",'Inne')
 }
 with(Panel('Panel1_3'))
 {
  Item("index.php?strona=tlen_3d&katalog=skiny",'3D')
 }


 with(Panel('Panel2'))
 {
  Item(0,'Programy  >>').expand('Panel2_1')
  Item("index.php?strona=download&katalog=download",'Moje gry')
 }
 with(Panel('Panel2_1'))
 {
  Item("index.php?strona=internetowe&katalog=programy",'Internetowe')
 }


 with(Panel('Panel3'))
 {
  Item("index.php?strona=teksty&katalog=humor",'Teksty')
 }
 
 
 with(Panel('Panel4'))
 {
  Item("index.php?strona=jak_zrobic_skina_do_gg&katalog=kursy",'Jak zrobić skina do gg?')
  Item("index.php?strona=kolory_rgb&katalog=kursy",'Kolory RGB')
  Item(0,'Systemy liczbowe  >>').expand('Panel4_1')
 }
with(Panel('Panel4_1'))
 {
  Item("index.php?strona=wstep_systemy&katalog=kursy",'Wstęp')
  Item("index.php?strona=system_dwojkowy&katalog=kursy",'System binarny')
  Item("index.php?strona=system_szesnastkowy&katalog=kursy",'System hexadecymalny')
  Item("index.php?strona=inne_systemy_liczbowe&katalog=kursy",'Inne systemy liczbowe')
 }
with(Panel('Panel5'))
 {
  Item("index.php?strona=przyjaciele&katalog=linki",'Przyjaciele')
  Item("index.php?strona=linki&katalog=linki",'Linki')
 }
 

/* with(Panel('O mnie')){
  Item(0,'Written by<br>BlaTek',cprt)
  Item(0,'*       *       *',separator)
  Item("mailto:blatek@25.pl",'blatek@25.pl')
  Item("http://blatek.25.pl",'www.blatek.25.pl')
 }*/

}}