<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=260; // no quotes!!
XOffset=0;
staticYOffset=220; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#EEEEEE";
hdrAlign="left";
hdrVAlign="bottom";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#EEEEEE";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="bottom";
barWidth=38; // no quotes!!
barText="<IMG SRC=../images/logo_neu.jpg>"; // <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]=["verstaerker"] //create header
ssmItems[1]=["home", "http://www.verstaerker.com/sitephp/", "content"]
ssmItems[2]=["artists", "http://www.verstaerker.com/sitephp/artists/","content"]
ssmItems[3]=["termine", "http://www.verstaerker.com/sitephp/termine/", "content"]
ssmItems[4]=["specials", "http://www.verstaerker.com/sitephp/specials/", "content"]
ssmItems[5]=["verlag", "http://www.verstaerker.com/sitephp/verlag/", "content"]
ssmItems[6]=["links", "http://www.verstaerker.com/sitephp/links/", "content"]
ssmItems[7]=["kontakt", "http://www.verstaerker.com/sitephp/kontakt_sub/", "content"] //create two column row
ssmItems[8]=["news", "http://www.verstaerker.com/sitephp/news/", "content"]
ssmItems[9]=["anfahrt", "http://www.verstaerker.com/sitephp/anfahrt/", "content"]
ssmItems[10]=["impressum", "http://www.verstaerker.com/sitephp/kontakt_sub/impressum.php", "content"]

buildMenu();

//-->