<!--

/*
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=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#333333";
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="#1FDBF2";
hdrBGColor="#333333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="17";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#294756";
linkOverBGColor="#cccccc";
linkTarget="_parent";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENU"; // <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]=["Main Navi"] //create header
ssmItems[1]=["News", "index.php?site=news","", 1, "no"]
ssmItems[2]=["Articles", "index.php?site=articles", "",1]
ssmItems[3]=["Contact", "index.php?site=contact", ""]
ssmItems[4]=["Impressum", "index.php?site=imprint", ""]

ssmItems[5]=["CLAN NAVI", "", ""] //create header
ssmItems[6]=["Team", "index.php?site=squads", ""]
ssmItems[7]=["Wars", "index.php?site=clanwars", "", 1, "no"]
ssmItems[8]=["Server", "index.php?site=server", "",1]
ssmItems[9]=["Teamspeak", "index.php?site=ts", ""]
ssmItems[10]=["About us", "index.php?site=about", ""]
ssmItems[11]=["Sponsors", "index.php?site=sponsors", ""]
ssmItems[12]=["Clan DB", "index.php?site=clandb", ""]
ssmItems[13]=["Join us", "index.php?site=joinus", "", 1, "no"]
ssmItems[14]=["Fight us", "index.php?site=challenge", "",1]

ssmItems[15]=["COMM NAVI", "", ""] //create header
ssmItems[16]=["Forum", "index.php?site=forum", ""]
ssmItems[17]=["Guestbook", "index.php?site=guestbook", ""]
ssmItems[18]=["Users", "index.php?site=registered_users", ""]
ssmItems[19]=["Gallery", "index.php?site=gallery", ""]
ssmItems[20]=["Links", "index.php?site=links", "", 1, "no"]
ssmItems[21]=["Link us", "index.php?site=linkus", "",1]


ssmItems[22]=["MISC NAVI", "", ""] //create header
ssmItems[23]=["Download", "index.php?site=files", ""]
ssmItems[24]=["Polls", "index.php?site=polls", ""]
ssmItems[25]=["Movies", "index.php?site=movies", ""]
ssmItems[26]=["Now online", "index.php?site=whoisonline", ""]
ssmItems[27]=["Away List", "index.php?site=awaylist", ""]
ssmItems[28]=["Calendar", "index.php?site=calendar", ""]
ssmItems[29]=["Clan Rules", "index.php?site=static&staticID=5", ""]

ssmItems[30]=["SERVER STATS", "", ""] //create header
ssmItems[31]=["GUNS", "http://bbc-clan.com/swat/swatstat.php","", 1, "no"]
ssmItems[32]=["PUB", "http://bbc-clan.com/swat/swatstat11pub.php", "",1]
ssmItems[33]=["COD Stats", "http://bbc-clan.com/cod4stats/src/index.php", ""]
ssmItems[34]=["IRC CHANELLS", "http://bbc-clan.com/forum/irc.php", ""]
ssmItems[35]=["ESL IRC PES 2010", "http://bbc-clan.com/forum/esl-irc.php", ""]
buildMenu();

//-->
