function popup (url,larg,alt){
	window.open (url,"popup","toolbar=no,directories=no,menubar=no,width="+larg+",height="+alt+",resizable=no");
	}