//<!--
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
_d=document;


function addmenu()
	{
	menunum++;
	menus[menunum]=menu;
	}

function dumpmenus()
	{
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++)
	{mt+=" menu"+a+"=menus["+a+"];"}
	mt+="<\/script>";
	_d.write(mt)
	}
	
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
        effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500	                 	// The time delay for menus to remain visible
followspeed=5           		// Follow Scrolling speed
followrate=40                   // Follow Scrolling Rate
suboffset_top=10;               // Sub menu offset Top position
suboffset_left=10;              // Sub menu offset Left position

style1=[                        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#000000",                      // Mouse Off Font Color
"#FFCC00",                      // Mouse Off Background Color
"#FFFFFF",                      // Mouse On Font Color
"#000000",                      // Mouse On Background Color
"#FFCC00",                      // Menu Border Color
12,                             // Font Size in pixels
"normal",                       // Font Style (italic or normal)
"bold",                         // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
,                               // Menu Item Padding
,                        		// Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
,                               // 3D High Color
,                               // 3D Low Color
,                               // Current Page Item Font Color (leave this blank to disable)
,                               // Current Page Item Background Color (leave this blank to disable)
,                        		// Top Bar image (Leave this blank to disable)
"ffffff",                       // Menu Header Font Color (Leave blank if headers are not needed)
,                               // Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[                        // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#000000",                      // Mouse Off Font Color
"#FFCC00",                      // Mouse Off Background Color
"#FFFFFF",                      // Mouse On Font Color
"#000000",                      // Mouse On Background Color
"#000000",                      // Menu Border Color
11,                             // Font Size in pixels
"normal",                       // Font Style (italic or normal)
"normal",                       // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
4,                              // Menu Item Padding
,                        		// Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"666666",                       // 3D High Color
"000099",                       // 3D Low Color
,                               // Current Page Item Font Color (leave this blank to disable)
,                               // Current Page Item Background Color (leave this blank to disable)
,                        		// Top Bar image (Leave this blank to disable)
"ffffff",                       // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                       // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[                	// This is the array that contains your menu properties and details
"mainmenu",                     // Menu Name - This is needed in order for the menu to be called
61,                             // Menu Top - The Top position of the menu in 
110,                            // Menu Left - The Left position of the menu in pixels
93,                             // Menu Width - Menus width in pixels
1,                              // Menu Border Width
,                               // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                              // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,                               // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,                               // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1,                              // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,                              // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                               // Position of TOP sub image left:center:right
,                               // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                               // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                               // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                               // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                               // Reserved for future use
,                               // Reserved for future use
,                               // Reserved for future use

,"&nbsp;&nbsp;Home&nbsp;","http://www.bierathlon.ch/index.php",,"",1 
,"&nbsp;&nbsp;Infos&nbsp;","show-menu=infos",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;Berichte&nbsp;","show-menu=berichte",,"",1
,"&nbsp;&nbsp;Bilder&nbsp;","show-menu=bilder",,"",1
,"&nbsp;&nbsp;Ergebnisse&nbsp;","show-menu=ergebnisse",,"",1
,"&nbsp;&nbsp;Links&nbsp;","http://www.bierathlon.ch/infos/events.php",,,1
])

addmenu(menu=[
"bilder",,,80,1,"",style2,,"left",effect,,,,,,,,,,,,
        ,"&nbsp;2009&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2009",,"",1
        ,"&nbsp;2008&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2008",,"",1
        ,"&nbsp;2007&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2007",,"",1
        ,"&nbsp;2006&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2006",,"",1
        ,"&nbsp;2005&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2005",,"",1
        ,"&nbsp;2004&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2004",,"",1
        ,"&nbsp;2003&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2003",,"",1
        ,"&nbsp;2002&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2002",,"",1
        ,"&nbsp;2001&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2001",,"",1
        ,"&nbsp;2000&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-2000",,"",1
        ,"&nbsp;1999&nbsp;<img src=http://www.bierathlon.ch/images/arrow.gif border=0>","show-menu=bilder-1999",,"",1
		])
 	  
addmenu(menu=[
"bilder-2009",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon09/markus','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon09/carlo/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Carlo</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon09/claudia/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Claudia</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon09/vera/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Vera</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon09/peter/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Peter</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.youtube.com/watch?v=WOw00qs4KXI','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Video Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/xmas09','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;X-Mas Party</a>&nbsp;","#",,"",1
		
		])



addmenu(menu=[
"bilder-2008",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon2008','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon2008/ba08claudia/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Claudia</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.youtube.com/watch?v=jDXmxH8Q6Yo','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Video Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/xmas2008','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;X-Mas Party</a>&nbsp;","#",,"",1
		
		])


addmenu(menu=[
"bilder-2007",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon07','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon07/schmid/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Patrick Schmid</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon07/claudia/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bilder von Claudia</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.youtube.com/watch?v=whaXNa-QCQA','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Filmbeitrag von Team Aloholicas</a>&nbsp;","#",,"",1
		
		])


addmenu(menu=[
"bilder-2006",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/bierathlon06','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.mir2.ch/album/thumbnails.php?album=96','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon mir2</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/xmas06','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;X-Mas Party</a>&nbsp;","#",,"",1
		])

addmenu(menu=[
"bilder-2005",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/Bierathlon_2_05','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/Bierathlon2005','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon & X-Mas Party</a>&nbsp;","#",,"",1
		])

addmenu(menu=[
"bilder-2004",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba04','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/party04','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;X-Mas-Party</a>&nbsp;","#",,"",1
		])
		
addmenu(menu=[
"bilder-2003",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba03','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/party03','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;X-Mas-Party</a>&nbsp;","#",,"",1
		])
		
addmenu(menu=[
"bilder-2002",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba02','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/xmas-2002/','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Xmas-Party</a>&nbsp;","#",,"",1
		])
		
addmenu(menu=[
"bilder-2001",,,100,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba01','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/party01','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Xmas-Party</a>&nbsp;","#",,"",1
		])

addmenu(menu=[
"bilder-2000",,,90,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba00','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/party00','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Xmas-Party</a>&nbsp;","#",,"",1
		])

addmenu(menu=[
"bilder-1999",,,90,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/ba99','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Bierathlon</a>&nbsp;","#",,"",1
		,"<a class=\"text\" href=\"#\" onClick=\"HRWindow=window.open('http://www.freeradicals.ch/gallery2/v/party99','HRWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=550,left=20,top=20'); return false;\">&nbsp;Xmas-Party</a>&nbsp;","#",,"",1
		])
			        
 addmenu(menu=[
 "berichte",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;No pain - no glory. 2005&nbsp;","http://www.bierathlon.ch/berichte/ba05.htm",,,1
		,"&nbsp;Es gibt kein Bier auf Hawaii.. 2004&nbsp;","http://www.bierathlon.ch/berichte/ba04.htm",,,1
		,"&nbsp;Norman Stadler&#8216;s furioser Saisonabschluss 2003&nbsp;","http://www.bierathlon.ch/berichte/ba03.htm",,,1
		,"&nbsp;D's Valser Wasser siegen 2001&nbsp;","http://www.bierathlon.ch/berichte/ba01.htm",,,1
		,"&nbsp;Die Sieger geben Auskunft 2000&nbsp;","http://www.bierathlon.ch/berichte/ba00.htm",,"",1
		,"&nbsp;Schnee und Bier 1999&nbsp;","http://www.bierathlon.ch/berichte/ba99.htm",,"",1
	    ])
    
addmenu(menu=[
"ergebnisse",,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Bierathlon 2009&nbsp;","http://www.bierathlon.ch/listen/rangliste09.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2009&nbsp;","http://www.bierathlon.ch/listen/rangliste09.php?kategorie=Küpli",,"",1
		,"&nbsp;Bierathlon 2008&nbsp;","http://www.bierathlon.ch/listen/rangliste08.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2008&nbsp;","http://www.bierathlon.ch/listen/rangliste08.php?kategorie=Küpli",,"",1
		,"&nbsp;Bierathlon 2007&nbsp;","http://www.bierathlon.ch/listen/rangliste07.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2007&nbsp;","http://www.bierathlon.ch/listen/rangliste07.php?kategorie=Küpli",,"",1
		,"&nbsp;Bierathlon 2006&nbsp;","http://www.bierathlon.ch/listen/rangliste06.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2006&nbsp;","http://www.bierathlon.ch/listen/rangliste06.php?kategorie=Küpli",,"",1
		,"&nbsp;Bierathlon 2005&nbsp;","http://www.bierathlon.ch/listen/rangliste05.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2005&nbsp;","http://www.bierathlon.ch/listen/rangliste05.php?kategorie=Küpli",,"",1
		,"&nbsp;Bierathlon 2004&nbsp;","http://www.bierathlon.ch/listen/rangliste04.php?kategorie=Bierathlon",,"",1
		,"&nbsp;Küpli 2004&nbsp;","http://www.bierathlon.ch/listen/rangliste04.php?kategorie=Küpli",,"",1
		,"&nbsp;Rangliste 2003&nbsp;","http://www.bierathlon.ch/listen/rangliste03.htm",,"",1
		,"&nbsp;Rangliste 2002&nbsp;","http://www.bierathlon.ch/listen/rangliste02.htm",,"",1
		,"&nbsp;Rangliste 2001&nbsp;","http://www.bierathlon.ch/listen/rangliste01.htm",,"",1
		,"&nbsp;Rangliste 2000&nbsp;","http://www.bierathlon.ch/listen/rangliste00.htm",,"",1
		,"&nbsp;Rangliste 1999&nbsp;","http://www.bierathlon.ch/listen/rangliste99.htm",,"",1
		])
	    
addmenu(menu=[
"infos",,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"&nbsp;Bierathlon?&nbsp;","http://www.bierathlon.ch/infos/about.htm",,"",1
		,"&nbsp;Reglement&nbsp;","http://www.bierathlon.ch/infos/regeln.htm",,"",1
		//,"&nbsp;Zeittabelle&nbsp;","http://www.bierathlon.ch/ba09/details.htm",,"",1
		//,"&nbsp;Anmeldung&nbsp;","http://www.bierathlon.ch/ba09/anmeldung.php",,"",1
		//,"&nbsp;Startliste Bierathleten&nbsp;","http://www.bierathlon.ch/listen/startliste09.php?kategorie=Bierathlon",,"",1
		//,"&nbsp;Startliste Küpli&nbsp;","http://www.bierathlon.ch/listen/startliste09.php?kategorie=Küpli",,"",1
		,"&nbsp;Tipps & Tricks&nbsp;","http://www.bierathlon.ch/infos/tipps.htm",,"",1
		,"&nbsp;Gästebuch&nbsp;","http://www.phpwcms.ch/fr/guestbook_bier/default.asp",,"",1
		,"&nbsp;Kontakte&nbsp;","http://www.bierathlon.ch/infos/kontakte.htm",,"",1
	    ])

dumpmenus();
//-->
