<!--

/*
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="12";
linkFontFamily="Verdana";
linkFontSize="2";
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>Wisdom 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://xtramsn.co.nz/health/0,,8002-2072118,00.html", "_new"]
ssmItems[5]=["<font color=FF0000>Joke of the Day", "http://www.ahajokes.com/pondering_joke_of_the_day.shtml", "_blank"]

ssmItems[6]=["<font color=FF0000> Trivia<br>&nbsp;&nbsp;Question", "drawer.htm#h", "_blank", 1, "no"] //create two column row
ssmItems[7]=["<font color=FF0000> Today's<br>&nbsp;&nbsp;Quote", "drawer.htm#m", "_blank",1]

ssmItems[8]=["The Best", "", ""] //create header
ssmItems[9]=["<font color=FF0000>Must See Busineses...", "drawer.htm#b", "_blank"]
ssmItems[10]=["<font color=FF0000><b>Get a Website with Us!</b>", "whyawebsite.htm", "_blank"]

buildMenu();

//-->