document.write("<table border='0'>")
	document.write("<tr><td text='9AC2B9' colspan='2'>")
		
		document.write("<a onclick='javascript:changeColor()'>") //code for changing background color
			document.write("<img src='mclap_logo2.gif' id='logo' border=0 align='left' alt='click to change colors for printing'></a>")
			
			//creates new table for mission statement
			document.write("<table><tr><td height='146' width='400' valign='center' align='center'>")
			document.write("<font color='9AC2B9' size='3'><i>... involving people to help")
			document.write("<br>save lives through mine action...</i></font>")
			document.write("</td></tr></table></td></tr><tr><td width='150' valign='top'>")
			//ends table and continues previous table
				
				document.write("<font color='9AC2B9'>")

			//left navigation bar
				document.write("<a href='Home.htm'>Home</a>")
				
				document.write("<br><br><i><b><font size='+1'>Projects:</font></b></i>")
				document.write("<br><a href='SimMinefield.htm'>Simulation Minefield</a>")
				document.write("<br><a href='Ferret.htm'>Ferrets</a>")
				document.write("<br><a href='SeniorProjects.htm'>Senior Projects</a>")
				
				document.write("<br><br><i><b><font size='+1'>Events 2003:</font></b></i>")
				document.write("<br><a href='Upcoming.htm'>Upcoming Events</a>")
				document.write("<br><a href='Northampton.htm'>Northampton Conference (Nov)</a>")
				document.write("<br><a href='Nicaragua.htm'>Nicaragua (May)</a>")
				document.write("<br><a href='APHill.htm'>AP Hill (Mar)</a>")
				
				document.write("<br><br><i><b><font size='+1'>Events 2002:</font></b></i>")
				document.write("<br><a href='MessiahMAW.htm'>Messiah Mine Awareness Week (Sept)</a>")
				
				document.write("<br><br><i><b><font size='+1'>Misc:</font></b></i>")
				document.write("<br><a href='Publishings.htm'>Published Articles</a>")
				document.write("<br><a href='Multimedia.htm'>Multimedia</a>")
				document.write("<br><a href='Links.htm'>Links</a>")
			//end of navigation bar

				
				document.write("</font></td><td>")
document.close()
