miArray = new Array ("logo.ico","img/btn_principal/fondo_botonera.gif","img/square.gif","img/cabecera/logo.gif","img/cabecera/cabecera_izq.gif","img/cabecera/cabecera_dcha.gif","img/cabecera/cabecera_der.gif","img/cabecera/fina_izq.gif","img/cabecera/fina_dcha.gif","img/cabecera/rss.gif","img/cabecera/icono_boletin.gif","img/cabecera/icono_hemeroteca.gif","img/cabecera/btn_off.gif","img/cabecera/btn_on.gif","img/bloque_drcha/bullet_rojo.gif","img/bloque_drcha/bullet_rojo.gif","img/bloque_drcha/bullet_amarillo.gif","img/cabecera/down_off.gif","img/cabecera/down_on.gif"); 
for (cont=0;cont<miArray.length;cont++) { 
eval ("imagen" + cont + " = new Image();"); 
eval ("imagen" + cont + ".src = " + "\"" + miArray[cont] + "\";"); 
}
if (window.location == 'http://teldeactualidad.com/index.php'){
    window.location = 'http://www.teldeactualidad.com/index.php';
}

function bajaLetra(){
    //document.getElementById('txtultimahora').className = 'normaltext_12_baja';
    document.getElementById('txtdestacada').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia1').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia2').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia3').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia4').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia5').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia6').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia7').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia8').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia9').className = 'normaltext_12_baja';
    document.getElementById('txtnoticia10').className = 'normaltext_12_baja';
    document.getElementById('subdestacada').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia1').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia2').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia3').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia4').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia5').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia6').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia7').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia8').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia9').className = 'subtitulo_14_baja';
    document.getElementById('subnoticia10').className = 'subtitulo_14_baja';
}

function subeLetra(){
    //document.getElementById('txtultimahora').className = 'normaltext_12_baja';
    document.getElementById('txtdestacada').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia1').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia2').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia3').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia4').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia5').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia6').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia7').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia8').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia9').className = 'normaltext_12_alta';
    document.getElementById('txtnoticia10').className = 'normaltext_12_alta';
    document.getElementById('subdestacada').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia1').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia2').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia3').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia4').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia5').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia6').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia7').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia8').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia9').className = 'subtitulo_14_alta';
    document.getElementById('subnoticia10').className = 'subtitulo_14_alta';
}
function cambiaLetra(){
    //document.getElementById('txtultimahora').className = 'normaltext_12_baja';
    document.getElementById('txtdestacada').className = 'normaltext_12';
    document.getElementById('txtnoticia1').className = 'normaltext_12';
    document.getElementById('txtnoticia2').className = 'normaltext_12';
    document.getElementById('txtnoticia3').className = 'normaltext_12';
    document.getElementById('txtnoticia4').className = 'normaltext_12';
    document.getElementById('txtnoticia5').className = 'normaltext_12';
    document.getElementById('txtnoticia6').className = 'normaltext_12';
    document.getElementById('txtnoticia7').className = 'normaltext_12';
    document.getElementById('txtnoticia8').className = 'normaltext_12';
    document.getElementById('txtnoticia9').className = 'normaltext_12';
    document.getElementById('txtnoticia10').className = 'normaltext_12';
    document.getElementById('subdestacada').className = 'subtitulo_14';
    document.getElementById('subnoticia1').className = 'subtitulo_14';
    document.getElementById('subnoticia2').className = 'subtitulo_14';
    document.getElementById('subnoticia3').className = 'subtitulo_14';
    document.getElementById('subnoticia4').className = 'subtitulo_14';
    document.getElementById('subnoticia5').className = 'subtitulo_14';
    document.getElementById('subnoticia6').className = 'subtitulo_14';
    document.getElementById('subnoticia7').className = 'subtitulo_14';
    document.getElementById('subnoticia8').className = 'subtitulo_14';
    document.getElementById('subnoticia9').className = 'subtitulo_14';
    document.getElementById('subnoticia10').className = 'subtitulo_14';
}
