<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1250; // no quotes!!
XOffset=0;
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="#990000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#990000";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#990000";
linkOverBGColor="#EDEDED";
linkTarget="_top";
linkAlign="left";
barBGColor="#990000";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENUE"; // <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]=["Seitensprung"] //create header
ssmItems[1]=["Top", "#", ""]
ssmItems[2]=["Demnächst", "#krass",""]
ssmItems[3]=["Soziale Kompetenz", "#literatur", ""]
ssmItems[4]=["Political Correctness", "#wichtigmacher", ""]
ssmItems[5]=["Shasd Rhama", "#entspannung", ""]
ssmItems[6]=["Feedback", "#akustik", ""]
ssmItems[7]=["Donate", "#spende", ""]
ssmItems[8]=["Zeitzeugen", "#zeuge", ""]
ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Betty in the Sky", "http://www.betty.libsyn.com", "_blank"]
ssmItems[11]=["Alpencross2011", "http://alpencross2011.wordpress.com/", "_blank"]
buildMenu();

//-->
