<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=10;
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="times new roman";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="times new roman";
linkFontSize="2";
linkBGColor="#eaeaea";
linkOverBGColor="#eaeaea";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="times new roman";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FAST 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]=["Main"] //create header
ssmItems[1]=["SAMPLE for display only<br>(links in this menu do not work)", "http://www.lynn_allen.com/index.html", ""]

ssmItems[2]=["Award", "http://www.lynn_allen.com/award.html", "", 1, "no"] //create two column row
ssmItems[3]=["Bio", "http://www.lynn_allen.com/bio.html", "", 1,]


ssmItems[4]=["Profiles", "", ""] //create header
ssmItems[5]=["Thirsty plant no longer welcome", "http://www.geocities.com/teresa6521/tamarisk.html", ""]
ssmItems[6]=["Delbert Jones (AQHA)", "http://www.lynn_allen.com/djones.html", ""]

ssmItems[7]=["Features", "", ""] //create header
ssmItems[8]=["Thirsty plant no longer welcome", "http://www.geocities.com/teresa6521/tamarisk.html", ""]
ssmItems[9]=["Genetically engineered sheep cause flap down under", "http://www.geocities.com/teresa6521/sheepwings.html", ""]

buildMenu();

//-->

