<!--

/*
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=200; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="purple";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="fuchsia";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="purple";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAV 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]=["Inspirational"] //create header
ssmItems[1]=["Boy's Prayer Bear", "boys_prayer_bear.htm",""]
ssmItems[2]=["Cross of Nails", "cross_of_nails.htm", ""]
ssmItems[3]=["Footprints Plaque", "footprints_standing_plaque.htm", ""]
ssmItems[4]=["Frosted Angel", "frosted_angel_candle_holder.htm", ""]
ssmItems[5]=["Girl's Prayer Bear", "girls_prayer_bear.htm", ""]
ssmItems[6]=["Hand Painted Crucifix", "hand_painted_crucifix.htm", ""]
ssmItems[7]=["Last Supper Plate", "last_supper_plate.htm", ""]
ssmItems[8]=["Lord's Prayer Plate", "lords_prayer_plate.htm", ""]
ssmItems[9]=["Madona & Child Tea Set", "madona_and_child_tea_set.htm", ""] //create two column row
ssmItems[10]=["Morning Prayer Cross", "morning_prayer_cross.htm", ""]
ssmItems[11]=["Angel Box", "plate_glass_angel_in_box.htm", ""]
ssmItems[12]=["Praying Hands", "praying_hands_paperweight.htm", ""]
ssmItems[13]=["Back To Index", "inspiration_index.htm", ""]

buildMenu();

//-->