      
   // These are for the munhacke Directory ( Default )


var uplink="";
var pics="";
var downlink="";
var home="main";
var window="_top";


// These are for the Sub Directories




 if  (
 	 ( location.href.indexOf("/c/") > 0)   		||
     ( location.href.indexOf("/d/") > 0)     	||
	 ( location.href.indexOf("/e/") > 0 )		||
	 ( location.href.indexOf("/el/") > 0 )		||
     ( location.href.indexOf("/oa/") > 0 )  	||
     ( location.href.indexOf("/i/") > 0 ) 		|| 
     ( location.href.indexOf("/rt/") > 0 ) 		||   
     ( location.href.indexOf("/bsrt/") > 0 ) 	||   
     ( location.href.indexOf("/csrt/") > 0 ) 	||
     ( location.href.indexOf("/u/") > 0 )  
	 )
 {
 	uplink="../";
 	pics="../";
 	downlink="../";
	home="sub";
	window="_top";

 }

 if  (
     ( location.href.indexOf("/s/") > 0 ) 
     )
 {
 	uplink="../";
 	pics="../";
 	downlink="../";
	home="sub";
	window="_top";
 }



 if (
 	(location.href.indexOf("/e/fall") > 0)    		||
    (location.href.indexOf("/e/spring") > 0)  		||
    (location.href.indexOf("/e/summer") > 0)  		||
    (location.href.indexOf("/e/winter") > 0)  		||
    (location.href.indexOf("/e/recognition") > 0)  	
	)
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
	home="sub";
	window="_top";
 }



document.write('<table border="0" cellpadding=0 cellspacing=0  width="600">');
document.write('<tr>');
	document.write('<td width="132">');
	document.write('<A HREF="'+uplink+'index.html"><IMG SRC="'+pics+'i/mlogoc.jpg" width="132" height="94" alt="Thunder Bird" border="0" target="'+window+'"></A>');
	document.write('</td>');

	document.write('<td width="*">');
	document.write('<center><font size="8" color="#D04030"><b>Munhacke District</b></font></center>');
	document.write('</td>');
document.write('</tr>');

document.write('<tr>');
	document.write('<td colspan="2">');	
		document.write(' <!-- <BR>-->	</td></tr> 														 			 ');
		document.write(' </table>																		 ');


document.write('<tr>');
	document.write('<td colspan="2">');	

		document.write(' <table border="0" cellpadding=1 cellspacing=0  bordercolor=D04030 width="640" > ');    
		document.write(' <tr>	 ');	


			document.write(' <td bgcolor="#D04030" width="10">	</td> ');


			if ( home=="sub")
			{
				document.write(' <td bgcolor="#D04030">	 ');
			}
			else
			{
				document.write(' <td bgcolor="#F06050">	 ');
			}
				document.write('<center><font size="2"><b>');
				document.write(' <A HREF="'+downlink+'index.html" class="HorSel" target="'+window+'">Munhacke</A>');
				document.write('</b></font></center>');
				document.write(' </td>	 ');



 
			if ( location.href.indexOf("/d/") > 0 )
			{
				document.write(' <td bgcolor="#F06050">	 ');
			}
			else
			{
				document.write(' <td bgcolor="#D04030">	 ');
			}
			document.write('<center><font size="2"><b>');
			document.write(' <A HREF="'+downlink+'d/index.html" class="HorSel" target="'+window+'">Directions</A>');
			document.write('</b></font></center>');
			document.write(' </td>	 ');


			

			if ( location.href.indexOf("/s/") > 0 )
			{
				document.write(' <td bgcolor="#F06050">	 ');
			}
			else
			{
				document.write(' <td bgcolor="#D04030">	 ');
			}
			document.write('<center><font size="2"><b>');
			document.write(' <A HREF="'+downlink+'s/index.html" class="HorSel" target="'+window+'">Resources</A>');
			document.write('</b></font></center>');
			document.write(' </td>	 ');

			
			
			document.write(' <td bgcolor="#D04030" width="10">	</td> ');
			

		document.write(' 	</td></tr> 														 			 ');
		document.write(' </table>																		 ');


	document.write('</td>');
document.write('</tr> ');

document.write('</TABLE>');


