function VentanaX() {
         if (window.innerWidth) {
            return window.innerWidth-20;
         } else if (document.body && document.body.offsetWidth) {
            return document.body.offsetWidth;
         } else {
            return screen.width;
         }
}
function VentanaY() {
         if (window.innerHeight) {
            return window.innerHeight;
         } else if (document.body && document.body.offsetHeight) {
            return document.body.offsetHeight;
         } else {
            return screen.height;
         }
}
function getNoMen() {
               document.getElementById("Men").style.width="1px";
               document.getElementById("Men").style.height="1px";
               document.getElementById("_Charco_del_Palo").style.left="-500px";
               document.getElementById("_Apartments").style.left="-500px";
               document.getElementById("_Lanzarote").style.left="-500px";
               document.getElementById("_Coches").style.left="-500px";
               if (navigator.userAgent.indexOf("Opera") >= 0) {
                  document.getElementById("Men").style.top="123px";
                  document.getElementById("_Charco_del_Palo").style.top="123px";
                  document.getElementById("_Apartments").style.top="123px";
                  document.getElementById("_Lanzarote").style.top="123px";
                  document.getElementById("_Coches").style.top="123px";
               }
}
function get_Coches() {
               getNoMen();
               document.getElementById("Men").style.width=VentanaX()-30 + "px";
               document.getElementById("Men").style.height=VentanaY()-125 + "px";
               document.getElementById("_Coches").style.left=(VentanaX()/2-55) + "px";
}
function get_Charco_del_Palo() {
               getNoMen();
               document.getElementById("Men").style.width=VentanaX()-30 + "px";
               document.getElementById("Men").style.height=VentanaY()-125 + "px";
               document.getElementById("_Charco_del_Palo").style.left=(VentanaX()/2-365) + "px";
}
function get_Apartments() {
               getNoMen();
               document.getElementById("Men").style.width=VentanaX()-30 + "px";
               document.getElementById("Men").style.height=VentanaY()-125 + "px";
               document.getElementById("_Apartments").style.left= (VentanaX()/2-165) + "px";
}
function get_Lanzarote() {
               getNoMen();
               document.getElementById("Men").style.width=VentanaX()-30 + "px";
               document.getElementById("Men").style.height=VentanaY()-125 + "px";
               document.getElementById("_Lanzarote").style.left=(VentanaX()/2-247) + "px";
}