var os=navigator.userAgent;for(i=0;(a=document.getElementsByTagName("link")[i]);i++){if((a.getAttribute("href").indexOf("arial")!=-1)&&(os.indexOf("Windows NT 6.0")>-1)){a.href="/assicurazioni/css/font_calibri.css";}} function seguiLink(obj){ var link = obj[obj.selectedIndex].value; document.getElementById('entra').href = link; var sito = obj[obj.selectedIndex].text; if (sito == "Genertellife"){ document.getElementById('link_cod_pers').href = 'https://www.genertellife.it/vitaweb/w3gArte.do?w3gArteAppName=arteApp1&amp;idItem=234&amp;idSezione=233'; document.getElementById('link_cod_pers').innerHTML = "Hai perso i codici d'accesso Genertel<em>life</em>?"; } if (sito == "Genertel"){ document.getElementById('link_cod_pers').href = '/assicurazioni/recupero_chiave.jhtml'; document.getElementById('link_cod_pers').innerHTML = "Hai perso i codici d'accesso Genertel?"; } } function ajax_back(id, content) { $.get(content, function(data){ $('#'+id).html(data); }); } function visualizza(label,id,content){
if (document.getElementById){ if(document.getElementById(id).style.display == 'none'){ ajax_back(id,content); document.getElementById(id).style.display = 'block'; label.innerHTML = "nascondi informazioni"; }else{ document.getElementById(id).style.display = 'none'; label.innerHTML = "maggiori informazioni"; } } }

function visualizza2(id,content){
//ajax_back(id,content);
/*
$("#"+idOrigine).throbber({parent: "#"+id});
$("#"+id).load(content);
*/  
$("#throbber").show();
$("#"+id).load(content);
$("#throbber").hide()  
}

function visualizza3(label,id){
  if (document.getElementById){
    if(document.getElementById(id).style.display == 'none'){
      document.getElementById(id).style.display = 'block';
      label.innerHTML = "nascondi informazioni";
    }else{
      document.getElementById(id).style.display = 'none';
      label.innerHTML = "maggiori informazioni";
    }
  }
}
