function apri(nomeFrame, larghezza, altezza, nomeFile)
	{
		var sPath
		var sNomeFrame=nomeFrame
		sPath=nomeFile		
		win=window.open(sPath,sNomeFrame,"width="+larghezza+",height="+altezza+",resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=yes")
		return
}
