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