<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "FFFF00"	// HORZ MENU BACKGROUND COLOR
var bordercolor	= "000000"	// HORZ MENU BOTTOM BORDER COLOR




document.write('<TABLE cellpadding="4" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'" style="border-bottom: #'+bordercolor+' 0px solid;" class="printhide"><tr><td align="right">');


document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td>');
document.write('&nbsp;<br>');


// START HORIZONTAL LINKS



document.write('</td><td>');
document.write('<a href="report.pdf" class="menuhorz">Annual Report</a>');


document.write('</td><td>');
document.write('<a href="contact.htm" class="menuhorz">Contact Us</a>');


document.write('</td><td>');
document.write('<a href="directory.htm" class="menuhorz">Faculty</a>');


document.write('</td><td>');
document.write('<a href="http://www.sjbde.org" class="menuhorz">St. John The Beloved Parish</a>');



document.write('</td></tr></table>');
document.write('</td><td width="0">');
document.write('<img src="picts/spacer.gif" HEIGHT="0" width="0"><br>');
document.write('</td></tr></table>');







//  End -->