
		popup1 = "";
		function pop_winpopup1(psjs_url, wid, hei){
			if(popup1){
				if(popup1.closed){
					popup1 = window.open(psjs_url, "popup1", "top=100,left=100,width="+wid+",height="+hei+",resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0")
				} else { 
				popup1.close();
				popup1 = window.open(psjs_url, "popup1", "top=100,left=100,width="+wid+",height="+hei+",resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0")

				}
			} else {
				popup1 = window.open(psjs_url, "popup1", "top=100,left=100,width="+wid+",height="+hei+",resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0")
			}
		}
