function showProductSuppFacts(id,productid)
{
	var url = '/product_suppfacts.asp?id=' + id + '&productid=' + productid;
	var win = window.open(url, '', 'menubar=no,scrollbars=yes');
	win.document.close();
	if (window.focus) { win.focus(); }
}

function printNews(id)
{
	var url = '/news_print.asp?id=' + id;
	var win = window.open(url, '', 'height=600,width=800,menubar=no,scrollbars=yes');
	win.document.close();
	if (window.focus) { win.focus(); }
}

/*
function domainMessage()
{
	alert("If your email address is provided by either Comcast (comcast.net) or Roadrunner (roadrunner.com or rr.com), we are unable to send you the Health News monthly newsletter since these Internet Service Providers consider our newsletter spam.  This spam detection immediately blocks all email from the Schiff websites. " + '\n\n' + "You will be able to sign up for the Schiff Rewards program and access the online offers, but will be automatically excluded from receiving the monthly Health News Newsletter. " + '\n\n' + "If you have an alternate email address, we strongly suggest you use that email address instead. We apologize for this inconvenience.");
}

function domainMessage2()
{
	alert("If your email address is provided by either Comcast (comcast.net) or Roadrunner (roadrunner.com or rr.com), we may be unable to respond to you via email. " + '\n\n' + "These Internet Service Providers incorrectly consider our monthly Schiff newsletter spam; and this spam detection automatically blocks all email from the Schiff websites. " + '\n\n' + "If you prefer an email response and have an alternate email address, we strongly suggest you use that email address instead. We apologize for this inconvenience. You may also call us directly at 1-800-526-6251");
}
*/
