<!--

/*
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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="green";
hdrBGColor="#808080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#004000";
linkOverBGColor="#008000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#004000";
barVAlign="center";
barWidth=30; // no quotes!!
barText="QUICK NAVI"; // <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]=["Navigation"] //create header
ssmItems[1]=["Server", "http://only-luck.com/server/index.php", ""]
ssmItems[2]=["Teamspeak", "http://only-luck.com/teamspeak/index.php",""]
ssmItems[3]=["Teams", "http://only-luck.com/squads/index.php", ""]
ssmItems[4]=["Forum", "http://only-luck.com/forum/index.php", ""]
ssmItems[5]=["Ansprechpartner", "http://only-luck.com/sites/?show=5", ""]
ssmItems[6]=["Gästebuch", "http://only-luck.com/gb/index.php", ""]

ssmItems[7]=["Link Us", "http://only-luck.com/linkus/index.php", "", 1, "no"] //create two column row
ssmItems[8]=["Fight Us", "http://only-luck.com/contact/index.php?action=fightus", "",1]


buildMenu();

//-->
