<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "150%"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "0"		// INCREASE PAGE HEIGHT

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES



// 1st NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('<A HREF="#top">Back to top</a><br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="index.html">Home Page</a>&nbsp &nbsp');
document.write('<a href="about.htm">About</a>&nbsp &nbsp');
document.write('<a href="news.htm">Past News</a>&nbsp &nbsp');
document.write('<a href="links.htm">Links</a>&nbsp &nbsp');
document.write('<a href="forms.htm">Forms</a>&nbsp &nbsp');
document.write('<a href="FTHB.htm">Education</a>&nbsp &nbsp');
document.write('<a href="TaxCredit.htm">Tax Credit</a>');



         


document.write('</td></tr></table>');
document.write('<br><br>');
}


document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');





//  End -->
