<!--
	function popUp(URL, width, height) {
	var popWinX=0;
		if(popWinX) {
			if(!popWinX.closed) {
				popWinX.close();
			}
		}
		popDetl = open(URL, 'popWinX', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+width+',height='+height+',left=0, top=0,screenX=0,screenY=0');
	}
//-->