makeFoot();

function makeFoot(){

if(this.location.href.indexOf('enterprise') > 0 || this.location.href.indexOf('myastm') > 0) { 
	document.write("<table width=735 border=0 cellspacing=0 cellpadding=0 align=center style=\"margin-top:15px;\">");
	document.write("<tr><td><center>\n");
	document.write("<div class=noprint>");
	document.write("<a href=\"http://www.astm.org/index.shtml\" class=\"bottomlinks\">Home</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/sitemap.html\" class=\"bottomlinks\">Site Map</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/SUPPORT/index.html\" class=\"bottomlinks\">Online Support</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/CONTACT/index.html\" class=\"bottomlinks\">Contact</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/prpolicy.html\" class=\"bottomlinks\">Web Policies</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/Itpolicy.pdf\" class=\"bottomlinks\">IP Policy</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"http://www.astm.org/link-to-us.html\" class=\"bottomlinks\">Link to Us</a>");
	document.write("</div>");
	document.write("</td></tr>");
	//document.write("<tr><td><center><div id=\"foot_map\" class=noprint style=\"padding-top: 10px;\"><span class=\"smallgray\" style=\"font-size: 9px;\">");
	//document.write("<a href=\"http://www.astm.org/Standards/category_index.html\">Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/category_index.html\">Engineering Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/category_index.html\">Construction Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/petroleum-standards.html\">Petroleum Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/steel-standards.html\">Steel Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/plastic-standards.html\">Plastics Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/building-standards.html\">Building Standards</a> - " +
	//		"<a href=\"http://www.astm.org/Standards/fastener-standards.html\">Fastener Standards</a> - " + 
	//		"<a href=\"http://www.astm.org/Standards/rubber-standards.html\">Rubber Standards</a>");
	//document.write("</span></div></center></td></tr>");
	document.write("<tr><td><div align=center class=smallgray><br>Copyright &copy; 1996-2009 ASTM. All Rights Reserved.<br>ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA, 19428-2959 USA</div></td></tr></table><br />");
}

else {
	document.write("<table width=735 border=0 cellspacing=0 cellpadding=0 align=center style=\"margin-top:15px;\">");
	document.write("<tr><td><center>\n");
	document.write("<div class=noprint>");
	document.write("<a href=\"/index.shtml\" class=\"bottomlinks\">Home</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/sitemap.html\" class=\"bottomlinks\">Site Map</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/SUPPORT/index.html\" class=\"bottomlinks\">Online Support</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/CONTACT/index.html\" class=\"bottomlinks\">Contact</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/prpolicy.html\" class=\"bottomlinks\">Web/IP Policies</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/link-to-us.html\" class=\"bottomlinks\">Link to Us</a> <span class=\"smallgray\">|</span> ");
	document.write("<a href=\"/COPYRIGHT/\" class=\"bottomlinks\">Copyright/Permissions</a>");
	document.write("</div>");
	document.write("</td></tr>");
	document.write("<tr><td><center><div id=\"foot_map\" class=noprint style=\"padding-top: 10px;\"><span class=\"smallgray\" style=\"font-size: 9px;\">");
	document.write("<a href=\"/Standards/construction-standards.html\">Construction Standards</a> - " +
			"<a href=\"/Standards/petroleum-standards.html\">Petroleum Standards</a> -" +
			"<a href=\"/Standards/steel-standards.html\">Steel Standards</a> - " +
			"<a href=\"/Standards/plastic-standards.html\">Plastics Standards</a> - " +
			"<a href=\"/Standards/environmental-standards.html\">Environmental Standards</a> - " +
			"<a href=\"/Standards/metal-standards.html\">Metals Standards</a> - " +
			"<a href=\"/Standards/rubber-standards.html\">Rubber Standards</a> - " +
			"<a href=\"/Standards/textile-standards.html\">Textiles Standards</a> - " +
			"<a href=\"/Standards/paint-and-related-coating-standards.html\">Paint Standards</a>");
	document.write("</span></div></center></td></tr>");
	document.write("<tr><td><div align=center class=smallgray><br>Copyright &copy; 1996-2009 ASTM. All Rights Reserved.<br>ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA, 19428-2959 USA</div></td></tr></table><br />");
}

return true;

}
