<!--

YOffset=340; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=1500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="right";
barBGColor="";
barFontFamily="arial";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="top";
barWidth=33; // no quotes!!
barText="<IMG SRC=bilder/menu_klein.gif >"; // <IMG> tag supported. Put exact html for an image to show.

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=[""]
ssmItems[1]=["<IMG SRC=bilder/bg_menu_extra_oben.jpg valign=bottom border=0><br><IMG SRC=bilder/dummy.gif width=109 border=0 height=1>BAND INFO", "band_info.html","", 1]

ssmItems[2]=["<IMG SRC=bilder/dummy.gif width=93 border=0 height=1>REFERENCES", "references.html", "",1]
ssmItems[3]=["<IMG SRC=bilder/dummy.gif width=85 border=0 height=1>LISTEN MUSIC", "listen_didgeridoo_music.html","", 1]

ssmItems[4]=["<IMG SRC=bilder/dummy.gif width=80 border=0 height=1>PICS GALLERY", "photo_gallery.html", "",1]
ssmItems[5]=["<IMG SRC=bilder/dummy.gif width=45 border=0 height=1>LEARN DIDGERIDOO", "learn_didgeridoo_workshops.html","", 1]
0
ssmItems[6]=["<IMG SRC=bilder/dummy.gif width=135 border=0 height=1>DATES", "didgeridoo_dates.html", "",1]
ssmItems[7]=["<IMG SRC=bilder/dummy.gif width=90 border=0 height=1>GUEST BOOK", "guest_book.html","", 1]

ssmItems[8]=["<IMG SRC=bilder/dummy.gif width=137 border=0 height=1>LINKS", "web_links.html", "",1]
ssmItems[9]=["<IMG SRC=bilder/dummy.gif width=113 border=0 height=1>CONTACT ", "contact.html","", 1]
ssmItems[10]=["<IMG SRC=bilder/dummy.gif width=60 border=0 height=25><u>deutsche Version</u> <IMG SRC=bilder/bg_menu_extra_unten.jpg border=0>", "start.html","", 1]

buildMenu();

//-->