<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="white";
hdrBGColor="#909090";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="404040";
linkOverBGColor="241E14";
linkTarget="_top";
linkAlign="Left";
barBGColor="#606060";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
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]=["-= NCR =-"] //create header
ssmItems[1]=["Home", "http://www.ncr-clan.de/index.htm",""]
ssmItems[2]=["Aktuelles"]


ssmItems[3]=["LOL-otW", "http://www.ncr-clan.de/lol-otw/index.htm",""]
ssmItems[4]=["Der Clan"]
ssmItems[5]=["Clan-History", "http://www.ncr-clan.de/history/index.htm",""]
ssmItems[6]=["(Members)", ".",""]
ssmItems[7]=["Regeln", "http://www.ncr-clan.de/rules.htm",""]
ssmItems[8]=["Meinung"]

ssmItems[9]=["Forum", "http://www.ncr-clan.de/frames.php?content=forum",""]



ssmItems[10]=["Sonstiges"]

ssmItems[11]=["Downloads", "http://www.ncr-clan.de/download/index.htm",""]
ssmItems[12]=["Links", "http://www.ncr-clan.de/links.htm",""]
ssmItems[13]=["NCR only"]

ssmItems[14]=["Warplan", "http://www.ncr-clan.de/intern/warplan.php",""]
ssmItems[15]=["Docs + DLs", "http://www.ncr-clan.de/intern/index.htm",""]

buildMenu();

//-->
