//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="index.php?section=welcome">Welcome</a>'
menu1[1]='<a href="index.php?section=team">Team</a>'
menu1[2]='<a href="index.php?section=news">News</a>'
menu1[3]='<a href="index.php?section=bistro">Cafe Bistro</a>'
menu1[4]='<a href="index.php?section=links">Links</a>'

//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="index.php?section=galerie_camping">Impressions</a>'
menu2[1]='<a href="index.php?section=galerie_events">Events</a>'
menu2[2]='<a href="index.php?section=galerie_bistro">Caf&eacute; Bistro</a>'
menu2[3]='<a href="index.php?section=galerie_besonderes">Special</a>'
menu2[4]='<a href="index.php?section=galerie_wandern">Hiking</a>'
menu2[5]='<a href="http://picasaweb.google.com/campingtraisen" target="_blank">Online Fotoalbum</a>'

var menu3=new Array()
menu3[0]='<a href="index.php?section=campingplace">Equipment</a>'
menu3[1]='<a href="index.php?section=sanitary">Sanitation Facilities</a>'
menu3[2]='<a href="index.php?section=trekking">Log Cabins</a>'
menu3[3]='<a href="index.php?section=freetime">Leisure Activities</a>'
		
var menu4=new Array()
menu4[0]='<a href="index.php?section=outing">Overview</a>'
menu4[1]='<a href="index.php?section=hike">Hiking</a>'
menu4[2]='<a href="index.php?section=bike">Cycling</a>'
menu4[3]='<a href="index.php?section=vienna">Vienna</a>'
menu4[4]='<a href="index.php?section=wachau">Wachau</a>'
menu4[5]='<a href="index.php?section=mariazell">Mariazell</a>'

var menu5=new Array()
<!-- menu5[0]='<a href="index.php?section=visit">Arrival</a>' -->

var menu6=new Array()
<!-- menu6[0]='<a href="index.php?section=price">Price</a>' -->

var menu7=new Array()
menu7[0]='<a href="index.php?section=steadycamping">Overview</a>'
menu7[1]='<a href="index.php?section=steadyprice">Price</a>'
menu7[2]='<a href="index.php?section=seasonplace">Seansonplace</a>'

var menu8=new Array()
<!-- menu8[0]='<a href="index.php?section=contact">Contact</a>' -->

var menuwidth='50px' //default menu width
var menubgcolor='#FFFFFF'  //menu bgcolor
var disappeardelay=0  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
