function Sconto(x)
{
document.getElementById('adminForm').elements['pubblico['+x+']'].value = "ciao";
}

ciao