/*    VCI  2007     for Stephen E. Fauer   */
/*
	esa_P2_Contact_Navigate.js  
	This JavaScript describes the 
	"Footer" Menu Navigation for the 
	purpose of bringing the user to the 
	esa_P2_Contact.html page
*/ 

document.write("<div class='ContactNav'>");
document.write("<P> "); 
document.write("  For Additional Information, Contact ESA   ");
document.write(" <BR> ");
document.write(" Let&nbsp; <a href='esa_P2_Contact.html'> ESA</a> &nbsp;Help You Right Now <BR><BR>");   
document.write("</P>"); 
document.write("</div>");


 