<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=132; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=25; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#9999cc";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="red";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="red";
barVAlign="right";
barWidth=16; // no quotes!!
barText="SIDE 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]=["Introduction"] //create header
ssmItems[1]=["Purpose", "index.php#purpose"]
ssmItems[2]=["Introduction", "index.php#intro"]
ssmItems[3]=["Indulgences", "index.php#Indulgence"]
ssmItems[4]=["Yearly Variables", "index.php#var"]
ssmItems[5]=["Month"] //create header
ssmItems[6]=["January", "index.php#January"]
ssmItems[7]=["February","index.php#February"]
ssmItems[8]=["&nbsp;&nbsp;&nbsp;Ash Wednesday","index.php#Ash"]
ssmItems[9]=["March", "index.php#March"]
ssmItems[10]=["April", "index.php#April"]
ssmItems[11]=["&nbsp;&nbsp;&nbsp;Easter", "index.php#Easter"]
ssmItems[12]=["May", "index.php#May"]
ssmItems[13]=["June", "index.php#June"]
ssmItems[14]=["July", "index.php#July"]
ssmItems[15]=["August", "index.php#August"]
ssmItems[16]=["&nbsp;&nbsp;&nbsp;Assumption", "index.php#Assumption"]
ssmItems[17]=["September", "index.php#September"]
ssmItems[18]=["October", "index.php#October"]
ssmItems[19]=["November", "index.php#November"]
ssmItems[20]=["&nbsp;&nbsp;&nbsp;Advent", "index.php#Advent"]
ssmItems[21]=["December", "index.php#December"]
ssmItems[22]=["Appendices"] // create header
ssmItems[23]=["Epiphany &nbsp;Proclamation", "index.php#Epiph"]
ssmItems[24]=["Dedication to B.V.&nbsp;Mary", "index.php#BVM"]
ssmItems[25]=["Christmas Proclamation", "index.php#Xmas_Proc"]
ssmItems[26]=["Liturgical &nbsp;Guidelines", "index.php#Guide"]
ssmItems[27]=["&nbsp;"]

buildMenu();

//-->