<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=33; // no quotes!!
XOffset=-205;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#9F9F9F";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="0";
linkBGColor="#F9F9F9";
linkOverBGColor="#FFFEDF";
linkTarget="_top";
linkAlign="right";
barBGColor="#9F9F9F";
barFontFamily="";
barFontSize="";
barFontColor="";
barVAlign="center";
barWidth=300; // no quotes!!
barText="<IMG SRC=MENU.GIF WIDTH=300 HEIGHT=190>"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target - zb.new, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["HOME", "index.html", ""]
ssmItems[1]=["Biogr./Presse", "biographie.html", ""]
ssmItems[2]=["Kontakt", "kontakt.html", ""]
ssmItems[3]=["Photos", "photos.html", ""]
ssmItems[4]=["News", "news.html", ""]
ssmItems[5]=["CDs", "cd.html", ""]
ssmItems[6]=["Studium/Kurse", "studium.html", ""]
ssmItems[7]=["Repertoire", "repertoire.html", ""]
ssmItems[8]=["Kompositionen", "kompositionen.html", ""]
ssmItems[9]=["Links", "links.html", ""]
ssmItems[10]=["Credits/Info", "credits.html", ""]
ssmItems[11]=["english version", "index_en.html", ""]

buildMenu();

//-->