//********************************
//** Navigation for the side menu
//********************************

	document.write(' <div align="center">');	
document.write('         <table border="0" cellpadding="2" cellspacing="0" width="90%">');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="index.html"><font color="#666666" face="Verdana" size="2">Welcome</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="pastor.html"><font color="#666666" face="Verdana" size="2">Our Pastor</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="principal.html"><font color="#666666" face="Verdana" size="2">Our Principal</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="about_school.html"><font color="#666666" face="Verdana" size="2">About Our School</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="administration.html"><font color="#666666" face="Verdana" size="2">Administration</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="teachers.html"><font color="#666666" face="Verdana" size="1">Teachers and Staff</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="transportation.html"><font color="#666666" face="Verdana" size="1">Transportation</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="school_closings.html"><font color="#666666" face="Verdana" size="1">School Closings</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="after_school.html"><font color="#666666" face="Verdana" size="1">After School Program</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="admission.html"><font color="#666666" face="Verdana" size="1">Admission Policies</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="dress_code.html"><font color="#666666" face="Verdana" size="1">Dress Code</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="calendar.html"><font color="#666666" face="Verdana" size="1">School Calendar</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="weekly_events.html"><font color="#666666" face="Verdana" size="1">Weekly Events</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="academics.html"><font color="#666666" face="Verdana" size="2">Academics</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="upper_house.html"><font color="#666666" face="Verdana" size="1">Upper House (6-8)</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="lower_house.html"><font color="#666666" face="Verdana" size="1">Lower House (K-5)</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="14%"></td>');
	document.write('             <td width="86%"><a href="special_subjects.html"><font color="#666666" face="Verdana" size="1">Special Subjects</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="recognitions.html"><font color="#666666" face="Verdana" size="2">Recognitions</font></a></td>');
	document.write('           </tr>');
	document.write('           <tr>');
	document.write('             <td width="100%" colspan="2"><a href="photo_gallery.html"><font color="#666666" face="Verdana" size="2">Photo Gallery</font></a></td>');
	document.write('           </tr>');
   document.write('         </table>');
	document.write(' </div"><br><br>');
	
//***********************
//************************
