<!--

/*
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=-2;
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;

// For the menu headers and horizontal bars
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#08088A";
hdrAlign="Center";
hdrVAlign="Center";
hdrHeight="15";

// For the links
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFF0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Center";

// For the vertical menu bar
barBGColor="#08088A";
barFontFamily="arial, sans serif";
barFontSize="4";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=22; // no quotes!!
barText="M E N U"; // <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]=["Home"] //create header
ssmItems[1]=["Home", "index.php", ""]

ssmItems[2]=["Services"]
ssmItems[3]=["Services", "services.php", ""]
ssmItems[4]=["Special Services", "special_services.php", ""]

ssmItems[5]=["History"]
ssmItems[6]=["The Church", "history.php", ""]
ssmItems[7]=["The Manse", "manse.php", ""] //create two column row
ssmItems[8]=["Memorials", "memorials.php", ""]
ssmItems[9]=["Ministers", "ministers.php", ""] //create header

ssmItems[10]=["Information"]
ssmItems[11]=["Information", "information.php", ""]
ssmItems[12]=["Contact Us", "contacts.php", ""]

ssmItems[13]=["Extras"]
ssmItems[14]=["Image Gallery", "gallery.php",""]

buildMenu();

//-->
