function div_light(action,id){ if (action=='on') document.getElementById(id).style.display='block'; else document.getElementById(id).style.display='none'; } function manageSubmitForm(next_form) {document.getElementById('saveform').value=next_form; document.prodotto_on_line.submit(); }