<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // 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=170; // 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="#F8F8FF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Center";
barBGColor="#F8F8FF";
barFontFamily="verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Within Site","",""]
ssmItems[1]=["HOME", "http://personalpages.tds.net/~glognus/",""]
ssmItems[2]=["My Game Page", "http://personalpages.tds.net/~glognus/Gamepage.html",""]
ssmItems[3]=["My Boat", "http://personalpages.tds.net/~glognus/myboat.html", ""]

ssmItems[4]=["Outside Site", "", ""] //create header
ssmItems[5]=["Google", "http://www.google.com/",""]
ssmItems[6]=["Google Translation", "http://www.google.com/language_tools",""]
ssmItems[7]=["Dynamic Drive     (DHTML Scripts)", "http://www.dynamicdrive.com/", ""]
ssmItems[8]=["Dave's HTML Tutorial", "http://www.davesite.com/webstation/html/", ""]

buildMenu();

//-->