<!--

/*
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="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="black";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#cccccc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText="-=NAVIGATION=-"; // <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]=["Login", "include.php?path=login/login.php", ""]
ssmItems[2]=["Registrieren", "include.php?path=login/register.php", ""]
ssmItems[3]=["Member", "include.php?path=login/member.php", ""]
ssmItems[4]=["Profil", "include.php?path=login/profile.php", ""]
ssmItems[5]=["Clan"] //create header
ssmItems[6]=["Herausfordern", "include.php?path=war/fightus.php", ""]
ssmItems[7]=["Beitreten", "include.php?path=war/joinus.php", ""]
ssmItems[8]=["War Übersicht", "include.php?path=war/war.php", ""]
ssmItems[9]=["Hauptmenü"] //create header
ssmItems[10]=["Startseite", "include.php?path=start.php", ""]
ssmItems[11]=["Newsarchiv", "include.php?path=content/news.php", ""]
ssmItems[12]=["Forum", "include.php?path=forum/index.php",""]
ssmItems[13]=["Gästebuch", "include.php?path=guestbook/viewgb.php", ""]
ssmItems[14]=["Artikelarchiv", "include.php?path=content/overview.php", ""]
ssmItems[15]=["Links", "include.php?path=content/overview.php&type=3", ""]
ssmItems[16]=["Downloads", "include.php?path=content/overview.php", ""]
ssmItems[17]=["Impressum", "include.php?path=boardinfo/impressum.php", ""]
ssmItems[18]=["Sonstiges", "", ""] //create header
ssmItems[19]=["Bildergalerie", "include.php?path=galerie/main.php", ""]
ssmItems[19]=["Bild hochladen", "include.php?path=galerie/upload.php", ""]


buildMenu();

//-->