<!--

function showPopup(Pwidth, Pheight)
{
	window.open('/show_popup.php','Popup','location=no, menubar=no, resizable=no, scrollbars=no, toolbar=no, width='+Pwidth+', height='+Pheight+', left='+((screen.width - Pwidth)/2)+', top=100');
}

-->