var hz=window.screen.height var wz=window.screen.width ns4 = (document.layers)? true:false //firefox ie5 = (document.all)? true:false //IE var pos = ""; var hei = ""; var wid = ""; var tab = "tabIframe0"; function maxi(id) { imag = document.getElementById('imagen'); imag.style.display='none'; elem = document.getElementById(id) pos = elem.style.position; hei = elem.style.height; wid = elem.style.width; elem.style.position = "absolute"; // elem.style.z-index = 2; if (ie5){ elem.style.left = -1220; elem.style.width = wz - 20; elem.style.height = hz - 300; }else{ elem.style.left = -10; elem.style.width = wz - 30; elem.style.height = hz - 300; } elem.style.top = -55; elem.style.visibility = "visible"; enlace = document.getElementById('link'); enlace.href = "javascript:mini('"+ tab +"')" } function mini(id) { elem = document.getElementById(id) elem.style.position = pos; if (ie5){ elem.style.left = 0 - 1200; elem.style.top = - 80; } else{ elem.style.left = 0; elem.style.top = - 80; } elem.style.width = wid; elem.style.height = hei; elem.style.visibility = "visible"; enlace = document.getElementById('link'); enlace.href = "javascript:maxi('"+tab+"')" imag = document.getElementById('imagen'); imag.style.display='block'; } function cambiaVentana(tabed) { try { tab = tabed; enlace = document.getElementById('link'); enl = "javascript:maxi('" + tabed + "')"; enlace.href =enl ; } catch (e) { document.write("Algo ha fallado en el cambiaVentana"); } } function muestra(nombreCapa){ elList = document.getElementsByTagName("div"); for (i = 0; i < elList.length; i++){ if(elList[i].className == "tabBox"){ if(elList[i].id == nombreCapa) elList[i].style.display='block'; else elList[i].style.display='none'; } } //Clickamos la primera opcion if( tabIframe1.location == "http://www.todoperiodicos.lapeonza.com/carga.php" && nombreCapa== "Actualidad") { tabIframe1.location.href= "http://www.20minutos.es" } if( tabIframe2.location == "http://www.todoperiodicos.lapeonza.com/carga.php" && nombreCapa== "Deportivos") { tabIframe2.location.href= "http://www.as.com" } if( tabIframe4.location == "http://www.todoperiodicos.lapeonza.com/carga.php" && nombreCapa== "Economia") { tabIframe4.location.href= "http://www.economia-financiera.com" } if( tabIframe5.location == "http://www.todoperiodicos.lapeonza.com/carga.php" && nombreCapa== "Adsl") { tabIframe5.location.href= "http://www.adslzone.net" } if( tabIframe6.location == "http://www.todoperiodicos.lapeonza.com/carga.php" && nombreCapa== "Movil") { tabIframe6.location.href= "http://www.3gspain.org" } if( nombreCapa == "Contacto") tabIframe3.location.href= "contacto.php" } function tabula(frameName,indice) { var elList, i; if (frameName == null) return; // Check all links. elList = document.getElementsByTagName("A"); for (i = 0; i < elList.length; i++){ if(elList[i].target == "tabIframe"+indice){ if( elList[i].id == frameName && elList[i].id != ""){ elList[i].className += " activeTab" + indice; elList[i].blur(); ifra = document.getElementById("tabIframe" + indice); } else elList[i].className = "tab" + indice; } } } function colorOn(ide,id2){ ide.className = 'menuOn'; id2.className = 'menuOn'; } function colorOff(ide,id2){ ide.className = 'menu'; id2.className = 'menu'; } function blockError(){return true;} window.onerror = blockError;