function accendi_img(nome) {
        document[nome].src = eval(nome + "on.src");
}

function spegni_img(nome) {
        document[nome].src = eval(nome + "off.src");
}

ordine_on = new Image();
ordine_off = new Image();
ordine_on.src = '_images/ordine_on.gif';
ordine_off.src = '_images/ordine_off.gif';

strutture_on = new Image();
strutture_off = new Image();
strutture_on.src = '_images/strutture_on.gif';
strutture_off.src = '_images/strutture_off.gif';

link_on = new Image();
link_off = new Image();
link_on.src = '_images/link_on.gif';
link_off.src = '_images/link_off.gif';

prontuario_on = new Image();
prontuario_off = new Image();
prontuario_on.src = '_images/prontuario_on.gif';
prontuario_off.src = '_images/prontuario_off.gif';

sanita_on = new Image();
sanita_off = new Image();
sanita_on.src = '_images/sanita_on.gif';
sanita_off.src = '_images/sanita_off.gif';

formaz_on = new Image();
formaz_off = new Image();
formaz_on.src = '_images/formaz_on.gif';
formaz_off.src = '_images/formaz_off.gif';

servizi_on = new Image();
servizi_off = new Image();
servizi_on.src = '_images/servizi_on.gif';
servizi_off.src = '_images/servizi_off.gif';

bacheca_on = new Image();
bacheca_off = new Image();
bacheca_on.src = '_images/bacheca_on.gif';
bacheca_off.src = '_images/bacheca_off.gif';

codice_on = new Image();
codice_off = new Image();
codice_on.src = '_images/codice_on.gif';
codice_off.src = '_images/codice_off.gif';

