
window.onerror = null;
browserNome = navigator.appName;
browserVersione = parseInt(navigator.appVersion);
if (browserNome == "Netscape" && browserVersione >= 3) { 
   ctrlVersione = "ok";
} else if (browserNome == "Microsoft Internet Explorer" && browserVersione >= 3) {
   ctrlVersione = "ok";
} else {
   ctrlVersione = "ko";
}
if (ctrlVersione == "ok") {
   // Elenco immagini
   // Per i nomi utilizzare quello dell'immagine
   novitaint_on          = new Image(); novitaint_on.src            ="./style/images/page/novitaint_on.gif";
   novitaint_off         = new Image(); novitaint_off.src           ="./style/images/page/novitaint_off.gif";
   strutturaint_on       = new Image(); strutturaint_on.src         ="./style/images/page/strutturaint_on.gif";
   strutturaint_off      = new Image(); strutturaint_off.src        ="./style/images/page/strutturaint_off.gif";
   documentazioneint_on  = new Image(); documentazioneint_on.src    ="./style/images/page/documentazioneint_on.gif";
   documentazioneint_off = new Image(); documentazioneint_off.src   ="./style/images/page/documentazioneint_off.gif";
   sediint_on            = new Image(); sediint_on.src              ="./style/images/page/sediint_on.gif";
   sediint_off           = new Image(); sediint_off.src             ="./style/images/page/sediint_off.gif";
   guideint_on           = new Image(); guideint_on.src             ="./style/images/page/guideint_on.gif";
   guideint_off          = new Image(); guideint_off.src            ="./style/images/page/guideint_off.gif";
   serviziint_on         = new Image(); serviziint_on.src           ="./style/images/page/serviziint_on.gif";
   serviziint_off        = new Image(); serviziint_off.src          ="./style/images/page/serviziint_off.gif";
   
   giochi00int_on        = new Image(); giochi00int_on.src          ="./style/images/page/giochi00int_on.gif";
   giochi00int_off       = new Image(); giochi00int_off.src         ="./style/images/page/giochi00int_off.gif";
   giochi01int_on        = new Image(); giochi01int_on.src          ="./style/images/page/giochi01int_on.gif";
   giochi01int_off       = new Image(); giochi01int_off.src         ="./style/images/page/giochi01int_off.gif";
   giochi02int_on        = new Image(); giochi02int_on.src          ="./style/images/page/giochi02int_on.gif";
   giochi02int_off       = new Image(); giochi02int_off.src         ="./style/images/page/giochi02int_off.gif";
   giochi03int_on        = new Image(); giochi03int_on.src          ="./style/images/page/giochi03int_on.gif";
   giochi03int_off       = new Image(); giochi03int_off.src         ="./style/images/page/giochi03int_off.gif";
   giochi04int_on        = new Image(); giochi04int_on.src          ="./style/images/page/giochi04int_on.gif";
   giochi04int_off       = new Image(); giochi04int_off.src         ="./style/images/page/giochi04int_off.gif";
   giochi05int_on        = new Image(); giochi05int_on.src          ="./style/images/page/giochi05int_on.gif";
   giochi05int_off       = new Image(); giochi05int_off.src         ="./style/images/page/giochi05int_off.gif";
   giochi06int_on        = new Image(); giochi06int_on.src          ="./style/images/page/giochi06int_on.gif";
   giochi06int_off       = new Image(); giochi06int_off.src         ="./style/images/page/giochi06int_off.gif";
   giochi07int_on        = new Image(); giochi07int_on.src          ="./style/images/page/giochi07int_on.gif";
   giochi07int_off       = new Image(); giochi07int_off.src         ="./style/images/page/giochi07int_off.gif";
   giochi08int_on        = new Image(); giochi08int_on.src          ="./style/images/page/giochi08int_on.gif";
   giochi08int_off       = new Image(); giochi08int_off.src         ="./style/images/page/giochi08int_off.gif";
   
   int_loghi_on           = new Image(); int_loghi_on.src           ="./style/images/page/int-loghi_on.gif";
   int_loghi_off          = new Image(); int_loghi_off.src          ="./style/images/page/int-loghi_off.gif";
   int_novita_on          = new Image(); int_novita_on.src          ="./style/images/page/int-novita_on.gif";
   int_novita_off         = new Image(); int_novita_off.src         ="./style/images/page/int-novita_off.gif";
   int_struttura_on       = new Image(); int_struttura_on.src       ="./style/images/page/int-struttura_on.gif";
   int_struttura_off      = new Image(); int_struttura_off.src      ="./style/images/page/int-struttura_off.gif";
   int_documentazione_on  = new Image(); int_documentazione_on.src  ="./style/images/page/int-documentazione_on.gif";
   int_documentazione_off = new Image(); int_documentazione_off.src ="./style/images/page/int-documentazione_off.gif";
   int_sedi_on            = new Image(); int_sedi_on.src            ="./style/images/page/int-sedi_on.gif";
   int_sedi_off           = new Image(); int_sedi_off.src           ="./style/images/page/int-sedi_off.gif";
   int_eventi_on          = new Image(); int_eventi_on.src          ="./style/images/page/int-eventi_on.gif";
   int_eventi_off         = new Image(); int_eventi_off.src         ="./style/images/page/int-eventi_off.gif";
   int_comunicati_on      = new Image(); int_comunicati_on.src      ="./style/images/page/int-comunicati_on.gif";
   int_comunicati_off     = new Image(); int_comunicati_off.src     ="./style/images/page/int-comunicati_off.gif";
   int_servizi_on         = new Image(); int_servizi_on.src         ="./style/images/page/int-servizi_on.gif";
   int_servizi_off        = new Image(); int_servizi_off.src        ="./style/images/page/int-servizi_off.gif";
}

function imgOn(immagineNome)
{
   if (ctrlVersione == "ok") {
      immagineOn = eval(immagineNome + "_on.src");
      document [immagineNome].src = immagineOn;
   }
}
function imgOff(immagineNome)
{
   if (ctrlVersione == "ok") {
      immagineOff = eval(immagineNome + "_off.src");
      document [immagineNome].src = immagineOff;
   }
}


