<!--


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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SCC 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]=["Sacramento Chess Club Menu"] //create header
ssmItems[1]=["Home", "http://sacramentochessclub.org/index.htm", ""]
ssmItems[2]=["Schedule of Events", "http://sacramentochessclub.org/scc_schedule.htm",""]
ssmItems[3]=["Recent Results", "http://sacramentochessclub.org/scc_results.htm", ""]
ssmItems[4]=["Current Club Champs", "http://sacramentochessclub.org/scc_champions.htm",""]
ssmItems[5]=["Top 20 Lists", "http://sacramentochessclub.org/scc_ratings.htm", ""]
ssmItems[6]=["Weekend Chess Info", "http://sacramentochessclub.org/weekend_events_info.htm", ""]
ssmItems[7]=["SCC Games Page", "http://sacramentochessclub.org/scc_games.htm", ""]
ssmItems[8]=["Newsletter", "http://sacramentochessclub.org/newsletter.htm", ""]
ssmItems[9]=["Sac Chess School", "http://sacramentochessclub.org/sac_chess_school/sacramento_chess_school.htm", ""]

ssmItems[10]=["Links", "http://sacramentochessclub.org/chess_links.htm", "", 1, "no"] //create two column row
ssmItems[11]=["Email us", "mailto:jmclmc@lanset.com", "",1]
ssmItems[12]=["What's new?", "http://sacramentochessclub.org/whats_new.htm", ""]
ssmItems[13]=["Site Purpose", "http://sacramentochessclub.org/site_purpose.htm", ""]

ssmItems[14]=["External Links", "", ""] //create header
ssmItems[15]=["USCF", "http://www.uschess.org/", ""]
ssmItems[16]=["Stockton Chess Club", "http://www.stocktonchess.com/index.html", ""]
ssmItems[17]=["Rocklin Chess Club", "http://mindodyssey.com/rocklincc/", ""]
ssmItems[18]=["ChessCafe", "http://www.chesscafe.com/", ""]
ssmItems[19]=["Other Clubs in No. CA", "http://www.calchess.org", ""]


buildMenu();

//-->