function Popup(url,tar,wid,hei){
		str = "scrollbars=1,resizable=yes,width="+wid+",height="+hei;
		window.open(url,tar,str);
	}
