function figures(url, w, h)
{
var str="height="+h+",width="+w+",resizable,scrollbars=yes,toolbar=yes,location=yes";
popupwin=window.open(url,'one',str);
popupwin.focus();
}

function DisclaimerFed(){
 /* Adapted from Section508.gov, http://section508.gov */
     alert("You are now leaving the Household Products Database web site. Thank you for visiting our site. We welcome your comments on how we can make this site more useful.")
}

function Disclaimer(){
/* Adapted from Section508.gov, http://section508.gov */
     alert("You are leaving this site to link to one that is not maintained by the U.S. federal government.  The U.S. federal government is not responsible for, and exercises no control over, non-government sites, the view that they represent, their accuracy, privacy policies, copyright/trademark compliance, or the legality of materials presented.")
}

