

var topMenuText="";

 topMenuText+="<span id=homeLink class=linkPad onMouseOver=\"changeColor(this.id, 'mOver')\"; onMouseOut=\"changeColor(this.id, 'linkPad')\";><a href=\"http://www.nccs-bsa.org/index.php\">NCCS Home</a></span>";
 topMenuText+=" | <span id=contactLink class=linkPad onMouseOver=\"changeColor(this.id, 'mOver')\"; onMouseOut=\"changeColor(this.id, 'linkPad')\";><a href=\"../index.php\">NCCS Info Home</a></span>";
 topMenuText+=" | <span id=formLink class=linkPad onMouseOver=\"changeColor(this.id, 'mOver')\"; onMouseOut=\"changeColor('formLink', 'linkPad')\";><a href=\"../NCCSnews/\">eNewsletters Registration</a></span>";
 topMenuText+=" | <span id=linkLink class=linkPad onMouseOver=\"changeColor(this.id, 'mOver')\"; onMouseOut=\"changeColor('linkLink', 'linkPad')\";><a href=\"../NCCSNewsIB/\">eBridge/NCCS eNews Archives</a></span>";


function writeTopMenu()
{document.write(topMenuText);}

var footerText="";
footerText+="<p align=center><img src=\"../images/divider.png\">";
footerText+="<p align=center><font size=1>Copyright © 1999-2009 National Catholic Committee on Scouting®<br>";
footerText+="We welcome your <a href=\"http://www.nccs-bsa.org/comments.php\" class=footerFont>comments, questions, and corrections</a>.<br>Updated ";

var regionDisclaim="";
regionDisclaim+="The following Chairs, Chaplains, and Advisors have allowed their name to be published. You may contact them as listed on the site. If there is no contact listed, contact your local diocesean Office of Youth Ministry, Boy Scout council, the National Catholic Committee on Scouting, or the <a href=\"mailto:webmaster@nccs-bsa.org\" class=noPad>Webmaster</a>.";
regionDisclaim+="Your questions will be forwarded to the correct contacts, and you will receive an acknowledgment of your questions.";



function changeColor(tdID, theLink)
{
	document.getElementById(tdID).className=theLink;
}
