function pop(URL, w, h) {

	Win = window.open(URL,"PopDialog","toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=" + w + ",height=" + h + ",screenX=25,screenY=25,top=25,left=25");

	}