	function openPopUp(x,width,heigth){
		wn = open(x,"Insieme","width=" + width + ",height=" + heigth );
	}
