<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=5 // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="gold";
hdrBGColor="tan";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="4";
linkBGColor="gold";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="tan";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="gold";
barVAlign="center";
barWidth=20; // no quotes!!
barText="RECIPES"; // <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]=["Recipes"] //create header
ssmItems[1]=["Redwood", "http://users.ucom.net/~tbwells/red.html", ""]
ssmItems[2]=["Shellyadd", "http://users.ucom.net/~tbwells/shell.html", ""]
ssmItems[3]=["Zooey", "http://users.ucom.net/~tbwells/zooey.html", ""]
ssmItems[4]=["TBW", "http://users.ucom.net/~tbwells/TB.html", ""]
ssmItems[5]=["Kathie22", "http://users.ucom.net/~tbwells/kathie.html", ""]
ssmItems[6]=["Teresa", "http://users.ucom.net/~tbwells/Teresa.html", ""]
ssmItems[7]=["Tanya", "http://users.ucom.net/~tbwells/tanya.html", ""]
ssmItems[8]=["Koop", "http://users.ucom.net/~tbwells/koop.html", ""] 
ssmItems[9]=["Lorellei`", "http://users.ucom.net/~tbwells/lor.html", ""]
ssmItems[10]=["Martha", "http://users.ucom.net/~tbwells/Mart.html", ""]
ssmItems[11]=["Clueless", "http://users.ucom.net/~tbwells/Clu.html", ""]
ssmItems[12]=["Cathyk", "http://users.ucom.net/~tbwells/cathy.html", ""]
ssmItems[13]=["PhD", "http://users.ucom.net/~tbwells/PhD.html", ""]
ssmItems[14]=["Jake", "http://users.ucom.net/~tbwells/jake.html", ""]
ssmItems[15]=["Recipes"] //create header



buildMenu();

//-->