<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=142; // no quotes!!
XOffset=147;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#006666";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=260; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="times new roman";
hdrFontSize="4";
hdrFontColor="#006666";
hdrBGColor="#FBF3DD";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="times new roman";
linkFontSize="3";
linkBGColor="#FBF3DD";
linkOverBGColor="#FBF3DD";
linkTarget="_top";
linkAlign="center";
barBGColor="#FBF3DD";
barFontFamily="times new roman";
barFontSize="3";
barFontColor="purple";
barVAlign="center";
barWidth=17; // no quotes!!
barText="PLOT INFORMATION HERE"; // <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]=["<u>Family Plots - Options</u>"] //create header
ssmItems[1]=["<b>Shrubs & Trees</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotveg.html", "target=blank"]
ssmItems[2]=["<b>Walls</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotwalls.html", "target=blank"]
ssmItems[3]=["<b>Fencing</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotfence.html", "target=blank"]
ssmItems[4]=["<b>Planters</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotplanters.html", "target=blank"]
ssmItems[5]=["<b>All Above</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotwgvp.html", "target=blank"]
ssmItems[6]=["",    "", ""]

ssmItems[7]=["<u>Other Plots - Contact Office</u>"] //create header
ssmItems[8]=["<b>Single</b>", "http://www.firstparishcemetery.org/",
 "", 1, "no"] //create two column row
ssmItems[9]=["<b>Cremation</b>", "http://www.firstparishcemetery.org/",
 "",1]
ssmItems[10]=["<b>Mausoleum</b>", "http://www.firstparishcemetery.org/",
 "", 1, "no"] //create two column row
ssmItems[11]=["<b>Garden</b>", "http://www.firstparishcemetery.org/",
 "",1]
ssmItems[12]=["<b>Columbaria</b>", "http://www.firstparishcemetery.org/",
 "", 1, "no"] //create two column row
ssmItems[13]=["<b>Commemorative</b>", "http://www.firstparishcemetery.org/",
 "",1]
ssmItems[14]=["",    " ", ""]

ssmItems[15]=["Upper Woodlands", "", ""] //create header
ssmItems[16]=["<u>Plot Information</u>", "", ""] //create header
ssmItems[17]=["", "", ""]
ssmItems[18]=["<b>Plot Pricing</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotpricing.html", "target=blank"]
ssmItems[19]=["<b>Plots Layout Map</b>", "http://www.firstparishcemetery.org/fpcem/fpcplotzoom.html", "target=blank"]

ssmItems[20]=["", "", ""]
ssmItems[21]=["", "", ""]

buildMenu();

//-->