	function popUp(html) {
		x=window.open(html,"x","height=400,width=520,left=10,top=10,scrollbars=yes,toolbar=no");
	}

	function popUppdf(pdf) {
		x=window.open(pdf,"x","menubar=no,resizable=yes,scrollbars=yes");
	}

	function newForm(form) {
		x=window.open(form,"x","menubar=no,toolbar=yes,resizable=yes,scrollbars=yes");
	}	
