cambia cosi la function
codice:
<script>
function formControl(ff)
{
if (ff.dec_1.options[ff.dec_1.selectedIndex].value==0) && (ff.dec_2.options[ff.dec_2.selectedIndex].value==0) && (ff.dec_3.options[ff.dec_3.selectedIndex].value==0) && (ff.dec_4.options[ff.dec_4.selectedIndex].value==0) && (ff.dec_5.options[ff.dec_5.selectedIndex].value==0)
{
alert('Errore')
return false
}
}
</script>