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 Dietary Supplements Labels 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 now leaving the Dietary Supplements Labels Database web site.  Thank you for visiting our site.  We welcome your comments on how we can make this site more useful.  You are now leaving this site to link to another location that is not maintained by the Federal Government.  The Federal Government takes no responsibility for and exercises no control over non-government sites, the view that may be represented, or the accuracy, privacy policies, copyright or trademark compliance, or the legality of any material contained on those sites.")
}

