     var Frame0 = "../altosx.html";
     var Frame1 = "../frametop.html";
     var Frame2 = "menu.html";
     var Frame3 = "villalorena.html";
     var str = location.search;
     var pos = str.indexOf("&");
     if (pos != -1) {
       var num = str.substring(pos + 1, str.length);
        window["Frame" + num] = str.substring(1, pos);
     }
