function showFooter ()
{
	document.write ('<TR>');
		document.write ('<TD WIDTH=699 HEIGHT=25 >');
			document.write ('<div align="center" class="menu" style="padding-top:7px; ">');
				document.write ('<a href="index.html" class="menu">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="about_us.html" class="menu">Company Info</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="services.html" class="menu">Services</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="locations.html" class="menu">Locations</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="career.html" class="menu">Job Opportunities</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="contacts.html" class="menu">Contact Us</a><br>');
				document.write ('<a href="https://mail.spectrumprograms.org/exchange" class="menu">Corporate E-mail</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="ftp://12.42.134.2/" class="menu">File Transfer</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="formstutorials.html" class="menu">Forms & Tutorials</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="links.html" class="menu">Links &amp; Resources</a>&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;');
				document.write ('<a href="faq.html" class="menu">Frequently Asked Questions</a>');
			document.write ('</div>');
		document.write ('</TD>');
	document.write ('</TR>');
	document.write ('<TR>');
		document.write ('<TD background="images/6.gif" WIDTH=699 HEIGHT=29 >');
			document.write ('<div style="padding-top:9px; " align="center">');
		  		document.write ('<a href="#" class="copy">Copyright &copy 2004. All Rights Reserved</a>');
			document.write ('</div>');
		document.write ('</TD>');
	document.write ('</TR>');
}

function showHeader ()
{
	document.write ('<div style="z-index:2;margin:0 auto; ">');
		document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
			document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#');
			document.write ('version=6,0,29,0" width="766" height="240">');
          		document.write ('<param name="movie" value="Flash/header.swf">');
          		document.write ('<param name="quality" value="high">');
          		document.write ('<embed src="Flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"');
				document.write ('type="application/x-shockwave-flash" width="766" height="240"></embed>');
	    document.write ('</object>');
		document.write ('</div>');
}