			function topTitle(){
				document.write('<a href="http://www.hawaii.edu"><img src="images/title.gif" alt="University of Hawaii at Manoa" border="0"></a>')
			}
			
			function mainImage(){
				document.write('<table border="0" cellpadding="0" cellspacing="1">')
				document.write('<tr><td valign="top"><img src="images/parkingImage.jpg" alt="UH Parking Services"></td></tr></table>')
			}
			
			function footer(){
					document.write('<font class="footer"><a href="index.html" class="footer">Home</a> | <a href="plan.html" class="footer">Emergency Response Plan</a> | <a href="actionPlans.html" class="footer">Action Plans</a> | <a href="contact.html" class="footer">Points of Contact</a> | <a href="currentIssues.html" class="footer">Current Issues</a> | <a href="trainingExercises.html" class="footer">Training &amp; Exercises</a> | <a href="CERT.html" class="footer">CERT</a> | <a href="COOP.html" class="footer">COOP</a><br><a href="emergencyInfo.html" class="footer">Emergency Information</a> | <a href="otherLinks.html" class="footer">Other Links</a><br><a href="http://www.hawaii.edu" class="footer">&copy; 2006 University of Hawai\'i</a> - <a href="http://www.hawaii.edu/auxent" class="footer">Auxiliary Enterprises</a></font>')
			}
		
			function showSubtitle(str){
				document.write(str);
			}
