/* Recuperation taille verticale ecran */function screenResize(){var elt=document.getElementById("n1_layout_container");if (elt)   {    var h=window.innerHeight-125;    if (h) elt.style.height=h;  }    loaded=true;}