<!--

/*
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="#800000";
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="#dddddd";
hdrBGColor="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#dddddd";
linkTarget="_top";
linkAlign="Left";
barBGColor="#222222";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#dddddd";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["<img src=http://play-arcade.net/forum/images/styles/unreal/misc/prof.gif>Dein Profil"] //create header
ssmItems[1]=["Profil", "http://www.play-arcade.net/forum/profile.php?do=editprofile", ""]
ssmItems[2]=["Benutzerbild", "http://www.play-arcade.net/forum/profile.php?do=editavatar", ""]
ssmItems[3]=["Signatur", "http://www.play-arcade.net/forum/profile.php?do=editsignature", ""]
ssmItems[4]=["Private Nachrichten", "http://www.play-arcade.net/forum/private.php",""]

ssmItems[5]=["<img src=http://play-arcade.net/forum/images/styles/unreal/misc/forum.gif>Forum"] //create header
ssmItems[6]=["Forum", "http://www.play-arcade.net/forum/index.php",""]
ssmItems[7]=["News", "http://www.play-arcade.net/forum/forumdisplay.php?f=2", ""]
ssmItems[8]=["Neue Beiträge", "http://www.play-arcade.net/forum/search.php?do=getnew", "_new"]
ssmItems[9]=["Mitglieder", "http://www.play-arcade.net/forum/memberlist.php", ""]
ssmItems[10]=["Wer ist Online", "http://www.play-arcade.net/forum/online.php", ""]

ssmItems[11]=["FAQ", "http://www.play-arcade.net/forum/faq.php", "", 1, "no"] //create two column row
ssmItems[12]=["Kontakt", "http://www.play-arcade.net/forum/sendmessage.php", "",1]

ssmItems[13]=["<img src=http://play-arcade.net/forum/images/styles/unreal/misc/arcade.gif>Spielhalle"] //create header
ssmItems[14]=["Arcade", "http://www.play-arcade.net/forum/ibproarcade.php?", ""]
ssmItems[15]=["Einstellungen", "http://www.play-arcade.net/forum/ibproarcade.php?&act=Arcade&module=settings", ""]
ssmItems[16]=["Deine Favoriten", "http://www.play-arcade.net/forum/ibproarcade.php?&act=Arcade&module=favorites", ""]
ssmItems[17]=["Turniere", "http://www.play-arcade.net/forum/ibproarcade.php?&do=viewtournaments", ""]
ssmItems[18]=["Turnier erstellen", "http://www.play-arcade.net/forum/ibproarcade.php?&act=Arcade&do=createtourney", ""]


buildMenu();

//-->
