function index_controlli(trt)
{
document.area_riservata.trattamento.value = trt;
}
function sistema_soci_gestione_controlli(trt)
{
document.sistema_soci_gestione_form.trattamento.value = trt;
}
function sistema_contatti_gestione_controlli(trt)
{
document.sistema_contatti_gestione_form.trattamento.value = trt;
}
function sistema_corso_gestione_controlli(trt)
{
document.sistema_corso_gestione_form.trattamento.value = trt;
}
function sistema_conferenze_gestione_controlli(trt)
{
document.sistema_conferenze_gestione_form.trattamento.value = trt;
}
function sistema_tabelle_relatori_controlli(trt)
{
document.sistema_tabelle_relatori_form.trattamento.value = trt;
}
function sistema_tabelle_sponsor_controlli(trt)
{
document.sistema_tabelle_sponsor_form.trattamento.value = trt;
}
function sistema_corso_iscrizioni_controlli(trt)
{
document.sistema_corso_iscrizioni_form.trattamento.value = trt;
}
function sistema_costiricavi_voci_controlli(trt)
{
document.sistema_costiricavi_voci_form.trattamento.value = trt;
}
function sistema_tabelle_notizie_controlli(trt)
{
document.sistema_tabelle_notizie_form.trattamento.value = trt;
}
function sistema_tabelle_impostazioni_controlli(trt)
{
document.sistema_tabelle_impostazioni_form.trattamento.value = trt;
}

