<!--

/*
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=200; // 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="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SELECT"; // <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]=["MENU"] //create header
ssmItems[1]=["Index Page", "http://creaturewrestling.com/game_stats/championship_titles", ""]
ssmItems[2]=["Upper Division"] //create header
ssmItems[3]=["CW Undisputed", "http://creaturewrestling.com/game_stats/championship_titles/undisputed.php", ""]
ssmItems[4]=["CW World Heavyweight", "http://creaturewrestling.com/game_stats/championship_titles/cw_world_heavy.php", ""]
ssmItems[5]=["CW Dual Core", "http://creaturewrestling.com/game_stats/championship_titles/dual_core.php", ""]

ssmItems[6]=["Middle Divison"] //create header
ssmItems[7]=["CW Infiltrate", "http://creaturewrestling.com/game_stats/championship_titles/infiltrate.php", ""]
ssmItems[8]=["CW Sex God", "http://creaturewrestling.com/game_stats/championship_titles/sex_god.php", ""]


ssmItems[9]=["Retired/Suspended Belts"] //create header
ssmItems[10]=["ECF X-Treme", "http://creaturewrestling.com/game_stats/championship_titles/infiltrate.php", ""]
ssmItems[11]=["CW Drunk", "http://creaturewrestling.com/game_stats/championship_titles/drunk_championship.php", ""]
ssmItems[12]=["CW Faction", "http://creaturewrestling.com/game_stats/championship_titles/faction_championship.php", ""]
ssmItems[13]=["CW IC", "http://creaturewrestling.com/game_stats/championship_titles/IC.php",""]
ssmItems[14]=["ECF Cruiserweight", "http://creaturewrestling.com/game_stats/championship_titles/sex_god.php", ""]
ssmItems[15]=["CWE Universal Combat", "http://creaturewrestling.com/game_stats/championship_titles/UC.php", ""]
ssmItems[16]=["CWE Nethercore", "http://creaturewrestling.com/game_stats/championship_titles/nethercore.php", ""]
ssmItems[17]=["ECF Impact", "http://creaturewrestling.com/game_stats/championship_titles/impact.php", ""]
ssmItems[18]=["B4PRO Championship", "http://creaturewrestling.com/game_stats/championship_titles/b4pro.php", ""]

ssmItems[19]=["Tournaments"] //create header
ssmItems[20]=["Kreature Of The Ring", "http://creaturewrestling.com/game_stats/championship_titles/KOTR.php", ""]
ssmItems[21]=["King Of Pain", "http://creaturewrestling.com/game_stats/championship_titles/KOP.php", ""]
ssmItems[22]=["X-Treme War Games", "http://creaturewrestling.com/game_stats/championship_titles/xtreme_wargames.php", ""]
ssmItems[23]=["Interfed Tournament", "http://creaturewrestling.com/game_stats/championship_titles/interfed.php", ""]



buildMenu();

//-->