// JavaScript Document

function footer()
{
	var str="";
	str+="<table width='100%' height='36' border='0' align='center' cellpadding='0' cellspacing='0' class='btm_bg' >";
	str+="<tr>";
	str+="<td>";
	str+="<table width='98%' border='0' align='right' cellpadding='0' cellspacing='0'>";
	str+="<tr>";
	str+="<td width='180' >Copyright  &copy; 2008 Calmet  &nbsp; &nbsp; &nbsp; &nbsp; </td>";
	str+="<td width='2' bgcolor='#999999'></td>";
	str+="<td align='center'><a href='contactus.html'>Contact Us</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='facilities.html'>Facilities</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='index.html'>Home</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='industries.html'>Industries</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='materials.html'>Materials</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='products.html'>Products</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='rfq.html'>RFQ</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='services.html'>Services</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='sitemap.html'>Sitemap</a>&nbsp; &nbsp; &nbsp; &nbsp;<a href='testimonials.html'>Testimonials</a></td>";
	str+="</tr>";
	str+="</table>";
	str+="</td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
}