//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="index.php?section=welcome">Willkommen</a>'
menu1[1]='<a href="index.php?section=team">Team</a>'
menu1[2]='<a href="index.php?section=bistro">Cafe Bistro</a>'
menu1[3]='<a href="index.php?section=news">Was gibt es Neues?</a>'
menu1[4]='<a href="index.php?section=links">Links & Downloads</a>'
menu1[5]='<a href="index.php?section=guestbook">G&auml;stebuch</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="index.php?section=galerie_camping">Impressionen</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">Besonderes</a>'
menu2[4]='<a href="index.php?section=galerie_wandern">Wandern</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">Campingplatz</a>'
menu3[1]='<a href="index.php?section=sanitary">Sanit&auml;ranlagen</a>'
menu3[2]='<a href="index.php?section=trekking">Trekkingh&uuml;tten</a>'
menu3[3]='<a href="index.php?section=freetime">Freizeitangebot</a>'

var menu4=new Array()
menu4[0]='<a href="index.php?section=outing">&Uuml;bersicht</a>'
menu4[1]='<a href="index.php?section=hike">Wandern</a>'
menu4[2]='<a href="index.php?section=hike_at">Wandern in &Ouml;sterreich</a>'
menu4[3]='<a href="index.php?section=bike">Radwege</a>'
menu4[4]='<a href="index.php?section=vienna">Wien</a>'
menu4[5]='<a href="index.php?section=wachau">Wachau</a>'
menu4[6]='<a href="index.php?section=mariazell">Mariazell</a>'
menu4[7]='<a href="index.php?section=ausfluege">Ausfl&uuml;ge Indoor/Outdoor</a>'

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

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

var menu7=new Array()
menu7[0]='<a href="index.php?section=steadycamping">&Uuml;bersicht</a>'
menu7[1]='<a href="index.php?section=steadyprice">Preise</a>'
menu7[2]='<a href="index.php?section=seasonplace">Saisonpl&auml;tze</a>'

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

var menu9=new Array()

var menuwidth='40px' //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?
