<!--

/*
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="#000000";
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="#1770a4";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#1e1e1e";
linkOverBGColor="#333333";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#1770a4";        //1770a4
barVAlign="center";
barWidth=20; // no quotes!!
barText="BfC SIDE 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]=["Aktuelle News", "http://www.bielefelder-fraggercity.de/index.php?site=news", "0"]
ssmItems[2]=["Gästebuch", "http://www.bielefelder-fraggercity.de/index.php?site=guestbook",""]
ssmItems[3]=["Forum", "http://www.bielefelder-fraggercity.de/index.php?site=forum", ""]
ssmItems[4]=["Squads", "http://www.bielefelder-fraggercity.de/index.php?site=squads"]
ssmItems[5]=["Werde ein BfC´ler", "http://www.bielefelder-fraggercity.de/index.php?site=joinus", ""]
ssmItems[6]=["Banners", "http://www.bielefelder-fraggercity.de/index.php?site=linkus", ""]

ssmItems[7]=["Cup", "http://www.bielefelder-fraggercity.de/index.php?site=cups", "", 1, "no"] //create two column row
ssmItems[8]=["Kontakt ", "http://www.bielefelder-fraggercity.de/index.php?site=contact", "",1]

ssmItems[9]=["Gamesever", "", ""] //create header
ssmItems[10]=["Unser Server", "http://www.bielefelder-fraggercity.de/index.php?site=server", ""]
ssmItems[11]=["HlstatsX", "http://stats.bielefelder-fraggercity.de/hlstats.php", "target=_blank"]


buildMenu();

//-->