<!--

function confirmPopup(aPage){
var agree=confirm('The information in this section is intended for Healthcare Professionals in the United States.\nI certify that I am a Healthcare Professional in the United States.'); if (agree)window.open(aPage,'_blank','');}

function activeXfix(aObj){
	var theObjects = document.getElementsByTagName("div"); 
	for (var i = 0; i < theObjects.length; i++) { 
		theObjects[i].outerHTML = theObjects[i].outerHTML; 
	}
}

//-->