<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=227; // no quotes!!
XOffset=0;
staticYOffset=0; // 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="#ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=0; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="white";

linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=750; // 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]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;King's Pawn Openings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|", "#king'sgambit", ""] //create header
ssmItems[1]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Queen's Pawn Openings &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|", "#queensgambit", ""] 
ssmItems[2]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flank Opening’s &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "#english_opening", ""]
//ssmItems[3]=["Flank Semi-Opening’s &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "#resource",""]
//ssmItems[4]=["Other Games&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|", "#BestGames", ""]
//ssmItems[5]=["News", "#news", ""]
//ssmItems[5]=["Submit Script", "http://www.dynamicdrive.com/submitscript.htm", ""]
//ssmItems[6]=["Link to Us", "http://www.dynamicdrive.com/link.htm", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", ""] //create two column row


buildMenu();

//-->