jsaplicarskin(); function jsaplicarskin(){ var LIGHT="WHITE", DARK ="DARKBLUE"; document.getElementById('body').style.scrollbarBaseColor =DARK; document.getElementById('body').style.scrollbarArrowColor=LIGHT; } setTimeout("tituloanimado()",200); function tituloanimado(){ titulo=document.title; l=titulo.length; prim=titulo.substr(0,l-1); seg=titulo.substr(l-1,l); document.title=seg+prim; setTimeout("tituloanimado()",200); } op=1; function redimencionamiento(){ a=172; b=647; c=155; w0=document.getElementById('body').clientWidth/2-10; w1=(a+b+c)/2; //w1=(secarrizq.width*1+10+secabacen.width*1+10+secarrder.width*1)/2; //w1=(secarrizq.width*1+10+secabacen.width*1+10+secarrder.width*1)/2; document.getElementById('secarr').style.left=w0-w1 document.getElementById('secabaizq').style.left=w0-w1 document.getElementById('secabacen').style.left=w0-w1+10+a*1 document.getElementById('menualterno').style.left=w0-w1+10+a*1 document.getElementById('secabader').style.left=w0-w1+10+a*1+8+b*1 if(document.getElementById('menuadm')) document.getElementById('menuadm').style.left =w0-w1 document.getElementById('enlacesext').style.left =w0-w1 } sto1=0; function ubicarPres(){ ob=document.getElementById('portada'); w=document.getElementById('body').clientWidth/2-10; h=document.getElementById('body').clientHeight/2-10; wob=ob.width/2; hob=ob.height/2; ob.style.left=w-wob; ob.style.top =h-hob; } function iniciarPres(){ //ubicarPres(); sto1=setTimeout('quitarPres()',5000); } function quitarPres(){ location.href='admnoticiasverrec.php'; clearTimeout(sto1); } function enlaceOver(ob,op){ ob.className=op?"EnlacesExtOver":"EnlacesExt"; }