<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#e1e1e1";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e1e1e1";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!
barText="SIDE MENU"; // <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]=["Community"] //create header
ssmItems[1]=["Teamspeak", "/include.php?path=content/content.php&contentid=52", ""]
ssmItems[2]=["Galerie", "/include.php?path=galerie/menu.php",""]
ssmItems[3]=["Videos", "/include.php?path=mediaplayer/main.php", ""]
ssmItems[4]=["", "", "_new"]
ssmItems[5]=["Webhosting", "http://upload.elbe69.com", "_new"]
ssmItems[6]=["Link us", "#", ""]

ssmItems[7]=["FAQ", "/include.php?path=faq/faq.php", "", 1, "no"] //create two column row
ssmItems[8]=["Kontakt", "/include.php?path=contact.php", "",1]

ssmItems[9]=["Quickmenu", "", ""] //create header
ssmItems[10]=["Startseite", "/include.php?path=start.php", ""]
ssmItems[11]=["Forum", "http://board.elbe69.com", ""]
ssmItems[12]=["Impressum", "/include.php?path=content/content.php&contentid=47&catid=5&themeid=5", ""]

buildMenu();

//-->
