<!--

/*
Configure
*/
YOffset=18; //
XOffset=0;
staticYOffset=31; //
slideSpeed=20 //
waitTime=100; //
menuBGColor="51A8D5";
menuIsStatic="yes"; //
menuWidth=180; //
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="#FFFF66";
hdrBGColor="#0066CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#E5F5FF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D1F0FF";
barFontFamily="Arial";
barFontSize="1";
barFontColor="#FF0000";
barVAlign="center";
barWidth=10; //
barText=""; //

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?]
ssmItems[0]=["Menu"]
ssmItems[1]=["<font color=FF0000>Messages of the Day", "drawer.htm#m", "_blank"]
ssmItems[2]=["<font color=FF0000>Word of the Day", "http://dictionary.reference.com/wordoftheday/","_new"]
ssmItems[3]=["<font color=FF0000>Recipe of the Month", "drawer.htm#r", "_blank"]
ssmItems[4]=["<font color=FF0000>Latest Health Tips", "http://www.health-fitness-tips.com/news/", "_new"]
ssmItems[5]=["<font color=FF0000>Thoughts for the Month", "drawer.htm#m", "_blank"]
ssmItems[6]=["<font color=FF0000>Joke of the Day", "http://www.ahajokes.com/pondering_joke_of_the_day.shtml", "_blank"]

ssmItems[7]=["<font color=FF0000>Trivia Question", "drawer.htm#h", "_blank", 1, "no"] //create two column row
ssmItems[8]=["<font color=FF0000>Today's Quotes", "drawer.htm#m", "_blank",1]

ssmItems[9]=["The Best - November", "", ""] //create header
ssmItems[10]=["<font color=FF0000>Must See Busineses...", "drawer.htm#b", "_blank"]
ssmItems[11]=["<font color=FF0000>Store & More...", "drawer.htm#b", "_blank"]
ssmItems[12]=["<font color=FF0000>Our Websites - Join Us!", "whyawebsite.htm", "_blank"]

buildMenu();

//-->