function leftcol() {

document.write(' <a href="products.html"><img border="0" src="images/lt_our-products.gif" width="212" height="19"');
document.write('  alt="Our Products"></a><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');
document.write(' <b><a href="products-activated_carbon.html" class="ltnav" title="Activated Carbon">Activated Carbon</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');		
document.write(' <b><a href="products-ion_exchange_resin.html" class="ltnav" title="Ion Exchange Resin">Ion Exchange Resin</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');			
document.write(' <b><a href="products-anthracite_filter_media.html" class="ltnav" title="Anthracite Filter Media">');
document.write('Anthracite Filter Media</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');			
document.write(' <b><a href="products-gravel.html" class="ltnav" title="Gravel Filter Media">Gravel Filter Media</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');			
document.write(' <b><a href="products-sand.html" class="ltnav" title="Sand Filter Media">Sand Filter Media</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR>');			
document.write(' <b><a href="products-garnet.html" class="ltnav" title="Garnet Filter Media">Garnet Filter Media</a></b><BR>');
document.write(' <img border="0" src="images/dotted-line.gif" width="211" height="5"><BR><BR>');						
document.write(' <img border="0" src="images/leftpix.jpg" width="211" height="145"><BR>');

}


function footer() {

document.write(' <table border="0" cellpadding="0" cellspacing="0" width="100%"> ');
document.write(' <tr><td width="30%"> ');
document.write(' <div style="margin-left:10; margin-bottom:10" class="footer"> ');
document.write(' <b><font color="#1D497C">Prominent Systems Inc.</font></b><BR> ');
document.write(' 13095 E Temple Ave<BR> ');
document.write(' City of Industry, CA 91746-1418<BR> ');
document.write(' Phone: 626-858-1888 FAX:626-628-3716 <BR> ');
document.write(' e-mail:  ');

user = "sales";
site = "prominentinc.com";

document.write('<a href=\"mailto:' + user + '@' + site + '\">'+user+'<clear>@<clear>'+site+'</'+'a>');

document.write(' <BR></div></td> ');
document.write(' <td width="40%" align="center"> ');
document.write(' <div style="margin-top:15" class="footer"> ');

document.write(' <a href="index.html">Home</a> | <a href="products.html">Products</a> | <a href="equipments.html">Filtration ');
document.write(' Equipments</a> | <a href="services.html">Services</a> | <a href="applications.html">Applications</a><BR> ');
document.write(' <a href="literature.html">Literatures</a> | <a href="employment.html">Employment</a> | <a href="contact.html">Contact  ');
document.write(' Us</a> | <a href="sitemap.html">Sitemap</a><BR> ');

document.write(' <img border="0" src="images/blank.gif" width="10" height="5" alt=""><BR> ');
document.write(' &copy; 2002-2009 Prominent Systems, Inc. - All rights reserved.</div></td> ');
document.write(' <td width="30%" align="right"> ');
document.write(' <div style="margin-right:7"><img border="0" src="images/logos.gif" width="210" height="70" ');
document.write(' alt="AWWA, WQA member and NSF logo"></div>  ');
document.write(' </td></tr></table> ');

}