function openDesclaimerPopUp(url, urlText){
	var finalUrl = "/en_US/common/includes/disclaimerPopUp.jsp?rLink="+url+"&rTitle="+urlText;
	window.open(finalUrl, "privacy", "resizable = 1, width=502, height=300");
}

function openDesclaimerPopUpsSecFix(url){
	window.open(url, "privacy", "resizable = 1, width=502, height=300");
}
