<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=217; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FEFAEB";
linkOverBGColor="#969696";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9D906B";
barFontFamily="Verdana";
barFontSize="5";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" SITE 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]=["Bane City"]//create header
ssmItems[1]=["Home","index.php"] 
ssmItems[2]=["Information", "/index.php?name=Content", ""]
ssmItems[3]=["Forums", "/index.php?name=Forums",""]
ssmItems[4]=["Gallery", "/index.php?name=coppermine", ""]
ssmItems[5]=["FAQ", "/index.php?name=FAQ", ""]
ssmItems[6]=["Calendar", "/index.php?name=CPGNuCalendar", ""]
ssmItems[7]=["Wiki", "/index.php?name=MediaWiki", ""]
ssmItems[8]=["City Map", "/index.php?name=Content&pa=showpage&pid=105", ""]
ssmItems[9]=["Dice Roller", "/roller.php", "_NEW"]
ssmItems[10]=["House Rules", "/index.php?name=Content&pid=37", ""]
ssmItems[11]=["Terms of Service", "/index.php?name=Content&pid=93", ""]
ssmItems[12]=["Character Creation", "/index.php?name=Content&pid=31", ""]
ssmItems[13]=["Bane City Staff", "/index.php?name=Content&pid=36", ""]
ssmItems[14]=["Charsheet Database", "/profiler", "_NEW"]
ssmItems[15]=["Chat - Login", "/chat/flashchat.php", "_NEW"]
ssmItems[16]=["Chat - Register New", "/chat/profile.php?register=true", ""]
ssmItems[17]=["Members Options", "", ""]//create header
ssmItems[18]=["Personal Pages", "/index.php?name=Personality", ""]
ssmItems[19]=["Login/Register", "/index.php?name=Your_Account", ""]
ssmItems[20]=["My Messages", "/index.php?name=Private_Messages", ""]
ssmItems[21]=["Members List", "/index.php?name=Members_List", ""]
ssmItems[22]=["Surveys", "/index.php?name=Surveys", ""]
ssmItems[23]=["Downloads", "/index.php?name=Downloads", ""]
ssmItems[24]=["Influence Actions", "/index.php?name=Content&pid=108", ""]
ssmItems[25]=["Logout", "/index.php?name=Your_Account&op=logout", ""]
ssmItems[26]=["Groups", "/index.php?name=Groups", ""]
ssmItems[27]=["Web", "", ""]//create header
ssmItems[28]=["Links", "/index.php?name=Web_Links", ""]
ssmItems[29]=["Search", "/index.php?name=Search", ""]
ssmItems[30]=["Statistics", "/index.php?name=Statistics", ""]
ssmItems[31]=["Story Seeds", "", ""]//create header
ssmItems[32]=["Tell a friend", "/index.php?name=Tell_a_Friend", ""]
ssmItems[33]=["Stories Section", "/index.php?name=Topics", ""]
ssmItems[34]=["Stories Archive", "/index.php?name=Stories_Archive", ""]
ssmItems[35]=["Submit Stories", "/index.php?name=News&file=submit", ""]







buildMenu();

//-->