<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=7;
staticYOffset=90; // 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="#00BFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="System,serif";
hdrFontSize="2";
hdrFontColor="#E0FFFF";
hdrBGColor="#00BFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="System,serif";
linkFontSize="2";
linkBGColor="#E0FFFF";
linkOverBGColor="#BDB76B";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00BFFF";
barFontFamily="System,serif";
barFontSize="2";
barFontColor="#E0FFFF";
barVAlign="center";
barWidth=18; // no quotes!!
barText="NAVIGATOR"; // <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]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Menu</font>"] //create header
ssmItems[1]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Home Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "index.html", ""]
ssmItems[2]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Search this Site or the Web&nbsp;&nbsp;</font>", "index.html#bottom",""]

ssmItems[3]=["<font style=\"font-family: arial,serif;font-size: 12px;\">1st. Link Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "link.htm", ""]
ssmItems[4]=["<font style=\"font-family: arial,serif;font-size: 12px;\">2nd. Link Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "link1.htm", ""]
ssmItems[5]=["<font style=\"font-family: arial,serif;font-size: 12px;\">3rd. Link Page&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "link2.htm", ""]
ssmItems[6]=["<font style=\"font-family: arial,serif;font-size: 12px;\">My Medical Adventures&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "med.htm", ""]
ssmItems[7]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Site Map&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "http://search.freefind.com/find.html?id=45758454&pid=r&mode=ALL&query=&sitemap=Site+Map&t=s", "", 1, "no"] //create two column row
ssmItems[8]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Email&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "mailto:jscheuer1@comcast.net", "",1]

ssmItems[9]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Martin Luther King, Jr.</font>", "", ""] //create header
ssmItems[10]=["<font style=\"font-family: arial,serif;font-size: 12px;\">I Have a Dream Speech&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "mlk/dream.htm", ""]
ssmItems[11]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Not Seen on TV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "mlk/mlknotvnew.htm", ""]
ssmItems[12]=["<font style=\"font-family: arial,serif;font-size: 12px;\">For Fun!</font>", "", ""] //create header
ssmItems[13]=["<font style=\"font-family: arial,serif;font-size: 12px;\">The Duckward Tales&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "duckward/index.htm", ""]
ssmItems[14]=["<font style=\"font-family: arial,serif;font-size: 12px;\">Weather Alert Test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>", "nwsari.htm", ""]
ssmItems[15]=["", "", ""] //create header

buildMenu();

//-->
