codice:
function copia_prezzo(str,indice)
{
	document.getElementById('costo_acq'+indice).value = str;
	{
	document.getElementById('sconto_acq'+indice).value = str;
	}
}