function zoom(filename) {
	window.open("popups/zoom.aspx?filename=" + filename, "_blank", "resizable=yes, width=200, height=200, status=no, menubar=no");
}

function safeSubmit(buttonId) {
	if (window.event && window.event.keyCode == 13) {
		document.getElementById(buttonId).click();
		return false;
	} else
		return true;
}

function link_advert(_link)
{
var par="scrollbars=no,resizable=no,width=421,height=260,top=200,left=300,status=no,location=no,toolbar=no,directories=no,menubar=no";
window.open("/prostatecancerus/popup_exit.aspx?link="+encodeURIComponent(_link),'',par)

//alert('Open popup advertice and redirect to --> ' + _link)
}

function link_advertise(_link)
{
var par="scrollbars=no,resizable=no,width=421,height=260,top=200,left=300,status=no,location=no,toolbar=no,directories=no,menubar=no";
window.open("/ProstateCancerUs/popup_exit.aspx?link="+encodeURIComponent(_link),'',par)

//alert('Open popup advertice and redirect to --> ' + _link)
}


function popup_glossary(page,w,h) {
   var x = parseInt((screen.width - w) / 2);
   var y = parseInt((screen.height - h ) / 2)-20;
	window.open((page), 'Popup_glossary', 
	'width='+w+',left=' + x + ',top='+ y +', height='+ h +', resizable=no, toolbar=no, statusbar=no, menubar=no, scrollbars=yes');
}
