<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0000FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#990000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["Web Menu"] //create header
ssmItems[1]=["HomePage", "http://homepage.eircom.net/~mountargus/index.htm", ""]
ssmItems[2]=["Bl. Charles of Mt. Argus", "http://homepage.eircom.net/~mountargus/charles/index.htm",""]
ssmItems[3]=["The Passionists", "http://homepage.eircom.net/~mountargus/passionist/index.htm", ""]
ssmItems[4]=["Parish of Mt. Argus", "http://homepage.eircom.net/~mountargus/parish/index.htm", "_new"]
ssmItems[5]=["History of Mt. Argus", "http://homepage.eircom.net/~mountargus/history/index.htm", ""]
ssmItems[6]=["Latest News", "http://homepage.eircom.net/~mountargus/newspage/index.htm", ""]
ssmItems[7]=["Guest Book", "http://homepage.eircom.net/~mountargus/guest/index.htm", ""]
ssmItems[8]=["Prayer Corner", "http://homepage.eircom.net/~mountargus/corner/index.htm", ""]
ssmItems[9]=["Links of Interest", "http://homepage.eircom.net/~mountargus/links.htm", ""]
ssmItems[10]=["Weekday Prayers", "", ""] //create header
ssmItems[11]=["Monday Scripture Prayer", "http://homepage.eircom.net/~mountargus/monday/index.htm", ""]
ssmItems[12]=["Wednesday Word", "http://homepage.eircom.net/~mountargus/wednesday/index.htm", ""]
ssmItems[13]=["Friday Passion Prayer", "http://homepage.eircom.net/~mountargus/friday/index.htm", ""]
ssmItems[14]=["External Links", "", ""] //create header
ssmItems[15]=["Passionists Worldwide", "http://www.cptryon.org/passionist/links.html", ""]
ssmItems[16]=["Browse Ireland", "http://www.browseireland.com", ""]
ssmItems[17]=["Doras", "http://www.doras.ie", ""]
ssmItems[18]=["Happy Browsing!"]//create header


buildMenu();

//-->