<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // 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="black";
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="#006600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#17181D";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATOR"; // <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]=["Menu"] //create header
ssmItems[1]=["DT beitreten", "include.php?path=war/joinus.php", ""]
ssmItems[2]=["FIGHT US", "include.php?path=war/fightus.php",""]
ssmItems[3]=["Memberliste", "include.php?path=war/member.php", ""]
ssmItems[4]=["Partner werden", "include.php?path=contact1.php&nid=79", "_new"]
ssmItems[5]=["Profilaufruf Counter", "include.php?path=profilecount.php", ""]
ssmItems[6]=["Link Us", "include.php?path=linkus/main.php", ""]
ssmItems[7]=["Kniffel", "include.php?path=ks_spiele/kitkniff/kitkniff.php", ""]

ssmItems[8]=["Kontakt", "include.php?path=contact.php", "", 1, "no"] //create two column row
ssmItems[9]=["IM-Center", "include.php?path=login/imcenter.php", "",1]

ssmItems[10]=["Home", "", ""] //create header
ssmItems[11]=["Startseite", "/", ""]
ssmItems[12]=["Forum", "include.php?path=forum/index.php", ""]
ssmItems[13]=["Gästebuch", "include.php?path=guestbook/viewgb.php", ""]
ssmItems[14]=["Downloads", "include.php?path=content/download.php", ""]
ssmItems[15]=["Links", "include.php?path=content/links.php", ""]

buildMenu();

//-->