<!--

/*
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=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=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="dodgerblue";
linkOverBGColor="#0000FF";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="OUR 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]=["WELCOME"] //create header
ssmItems[1]=["Inspirational Page 1", "http://www.anchoredinhim.com/anchored1/inspirational.htm", ""]
ssmItems[2]=["Inspirational Page 2", "http://www.anchoredinhim.com/anchored2/inspirational2.html",""]
ssmItems[3]=["Easter", "http://www.anchoredinhim.com/heis/risen.htm", ""]
ssmItems[4]=["Patriotic", "http://www.anchoredinhim.com/patriotic/anchoredpatopen/freedom.htm", ""]
ssmItems[5]=["Seasons", "http://www.anchoredinhim.com/autumn/autumnwelcome/welcome.html", ""]
ssmItems[6]=["Holidays", "http://www.anchoredinhim.com/02cmas/christmas/holiday.htm", ""]

ssmItems[7]=["Mothers Day", "http://www.anchoredinhim.com/mothersday/why/cry.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Fathers Day", "http://www.anchoredinhim.com/fathersday/fathers/love.htm", "",1]

ssmItems[9]=["", "", ""] //create header


buildMenu();

//-->