// JavaScript Document

//scroll down to change images


document.write('<table width="175" height="100%" background="images/leftnav_back.gif" border=\'0\' cellPadding=\'0\' cellSpacing=\'0\'>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="index.html"><img src="images/logo_main.gif" border="0"/></a>');
document.write('<p>&nbsp;  </p>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<img height=5 src="images/nav01.gif" width=159></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="index.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav2\',\'\',\'images/nav02b.gif\',1)">');
document.write('<img border=0 height=20 name=nav2 src="images/nav02a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="about.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav3\',\'\',\'images/nav03b.gif\',1)">');
document.write('<img border=0 height=20 name=nav3 src="images/nav03a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="waterproof.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav5\',\'\',\'images/nav05b.gif\',1)">');
document.write('<img border=0 height=20 name=nav5 src="images/nav05a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="structure.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav10\',\'\',\'images/nav10b.gif\',1)">');
document.write('<img border=0 height=20 name=nav10 src="images/nav10a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="profiles.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav4\',\'\',\'images/nav04b.gif\',1)">');
document.write('<img border=0 height=20 name=nav4 src="images/nav04a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="careers.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav11\',\'\',\'images/nav11b.gif\',1)">');
document.write('<img border=0 height=20 name=nav11 src="images/nav11a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="links.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav7\',\'\',\'images/nav07b.gif\',1)">');
document.write('<img border=0 height=20 name=nav7 src="images/nav07a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="contact.html" onmouseout=MM_swapImgRestore() ');
document.write('onmouseover="MM_swapImage(\'nav8\',\'\',\'images/nav08b.gif\',1)">');
document.write('<img border=0 height=20 name=nav8 src="images/nav08a.gif" width=159></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height=2>');
document.write('<img height=5 src="images/nav09.gif" width=159></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;  </p>');
			   
// change 1st image below			   
document.write('<img src="images/arch_photo.gif"/>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
			   
// change 2nd image below
document.write('<p>&nbsp;  </p>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
			   
// change 3rd image below
document.write('<p>&nbsp;  </p>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
