

    function PopWindowN(file, width, height) {
window.open(file, null, "height=" + height + ",width=" + width + ",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,top=50,left=300");
	}
