
		function popupWindow(strFile,w,h) {
			window.open(strFile,"","width="+w+",height="+h);
		}