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/ABOUT/overview.html\" class=\"bottomlinks\">About ASTM</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\">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><div align=center class=smallgray><br>Copyright &copy; 1996-2012 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=\"/ABOUT/overview.html\" class=\"bottomlinks\">About ASTM</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\">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/plastics-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> - " +
		       "<a href=\"/Standards/nuclear-technology-standards.html\">Nuclear Standards</a>");
	document.write("</span></div></center></td></tr>");
	document.write("<tr><td><center><div id=\"socialMediaLinks\" class=\"noprint\"><a href=\"http://www.facebook.com/pages/ASTM-International/124658656513\" rel=\"nofollow\"><img src=\"/IMAGES03/facebook.jpg\" /></a><a href=\"http://www.youtube.com/ASTMIntl\" rel=\"nofollow\"><img src=\"/IMAGES03/youtube.jpg\" /></a><a href=\"http://twitter.com/ASTMIntl\" rel=\"nofollow\"><img src=\"/IMAGES03/twitter.jpg\" /></a></div></td></tr>");
	document.write("<tr><td><div align=\"center\" class=\"smallgray\">Copyright &copy; 1996-2012 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;
    
}

