<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=230; // no quotes!!
XOffset=25;
staticYOffset=60; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="yellow";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="blue"; //#444444
barFontFamily="Arial";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="INDEX of SITE CONTENTS"; // <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]=["      Site Menu         "] //create header
ssmItems[1]=["Baltimore Council       ","index1[2].html", ""]
ssmItems[2]=["Curtis Bay Trustees     ","index2[1].html",""]
ssmItems[3]=["Parish Bulletin         ", "bulletin.html", ""]
ssmItems[4]=["Where's Sts Peter & Paul", "index2_location.html"]
ssmItems[5]=["Where's St. Michaels    ", "index1_location.html", ""]
ssmItems[6]=["Calendar of Parish events", "parish_events.html", ""]

ssmItems[7]=["About St. Michael's   ", "index1_history.html", "", 1, "no"] //create two column row
ssmItems[8]=["About Sts Peter & Paul","index2_hist.html", "",1]

ssmItems[9]=["Church Links/Events      ", "", ""] //create header
ssmItems[10]=["Links of Interest       ", "links.html", ""]
ssmItems[11]=["St. Michael's Events    ", "index1_Events.html", ""]
ssmItems[12]=["Sts. Peter & Paul Events", "index2_Events.html", ""]

buildMenu();

//-->
