function inviaRichiestaTreccani(type){
 document.forms["treccaniForm"].treccaniOpera.value = type;
 document.forms["treccaniForm"].submit();
}

function inviaRichiestaTreccani_i(type){
 document.forms["treccaniForm_i"].treccaniOpera.value = type;
 document.forms["treccaniForm_i"].submit();
}
