<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=15; // no quotes!!
XOffset=0;
staticYOffset=5; // 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="#013366";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=385; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="AucoinLight";
hdrFontSize="2";
hdrFontColor="FFFFFF";
hdrBGColor="#013366";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1.25";
linkBGColor="FFFFFF";
linkOverBGColor="#CFD7CO";
linkTarget="_top";
linkAlign="Left";
barBGColor="#013366";
barFontFamily="Aucoin Light";
barFontSize="2";
barFontColor="FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CMSWR WEBSITE LINKS"; // <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]=["cmswr.org"] //create header
ssmItems[1]=["About Us", "http://www.cmswr.org/about/aboutus.html", ""]
ssmItems[2]=["Board of Directors", "http://www.cmswr.org/boardofdirectors/boardofdirectors.html", ""]
ssmItems[3]=["CMSWR Events", "http://www.cmswr.org/events/cmswrevents.html", ""]
ssmItems[4]=["Contact Us", "http://www.cmswr.org/contact/contact.html", ""]
ssmItems[5]=["Episcopal Liaison", "http://www.cmswr.org/about/episcopalliaison.html", ""] 
ssmItems[6]=["Help our Efforts", "http://www.cmswr.org/helpourefforts/helpourefforts.html", ""]
ssmItems[7]=["Home Page", "http://www.cmswr.org", ""]
ssmItems[8]=["Meet our Staff", "http://www.cmswr.org/about/meetourstaff.html", ""]
ssmItems[9]=["Member Communities", "http://www.cmswr.org/member_communities/membercommunities.html", ""]
ssmItems[10]=["Member Community Pictures", "http://www.cmswr.org/slideshowmembercommunities/membercommunitypictures.html", ""]
ssmItems[11]=["Member Information", "http://www.cmswr.org/member_information/memberinformation.html", ""]
ssmItems[12]=["News from our Member Communities", "http://www.cmswr.org/events/newsfrommembercommunities.html", ""]
ssmItems[13]=["Persons in Need of Prayer", "http://www.cmswr.org/personsinneedofprayer/personsinneedofprayer.html", ""]
ssmItems[14]=["Pope Benedict XVI Pictures and Writings", "http://www.cmswr.org/popebenedictxvi/popebenedictwritings.html", ""]
ssmItems[15]=["Recently Added Articles and Links", "http://www.cmswr.org/newitems/newitems.html", ""]
ssmItems[16]=["Vocation Retreats", "http://www.cmswr.org/events/cmswrretreats.html", ""]

buildMenu();

//-->
