<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=470;
staticYOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
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="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFC6";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="7";
barFontColor="red";
barVAlign="center";
barWidth=40; // no quotes!!
barText="v"; // <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]=["valerie leblanc"] //create header
ssmItems[1]=["profile", "vl_bio.htm",""]
ssmItems[2]=["purplefireworks", "http://www.purplefireworks.com", ""]
ssmItems[3]=["game of quotes", "quote/toquote.html",""]
ssmItems[4]=["people & places", "archive.htm",""]
ssmItems[5]=["reconstruction game", "goto.html",""]
ssmItems[6]=["screenshots", "screenshots.html",""]
ssmItems[7]=["the incredible weight...", "beingwireless.html",""]
ssmItems[8]=["home", "frontpage.htm", ""]
buildMenu();
//-->
