<!--
function popup(url){
window.open(url, 'newWin', "scrollbars=yes,resizable=no,toolbar=no,location=no,menubar=no,status=no,screenX=5,screenY=40,width=515,height=590");}

function customPopup(url, width, height)
{
	window.open(url, 'newWin', "scrollbars=yes,resizable=no,toolbar=no,location=no,menubar=no,status=no,screenX=5,screenY=40,width=" + width + ",height=" + height);
}
// -->
