// JavaScript Document
<!-- se oculta la informaci&oacute;n de los navegadores antiguos

            //Specify the marquee's width (in pixels)
         var marqueewidth=100;
            //Specify the marquee's height
         var marqueeheight=130;
            //Specify the marquee's scroll speed (larger is faster)
         var speed=2;
           //Specify the marquee contents

var marqueecontents='<p class=normal><font color=red><b>NUEVO:</b></font><br><a href="http://svrtmp.main.conacyt.mx/ConsultasPNPC/inicio.php">Sistema de Consulta del PNPC<br><\/a><\/p>';
    marqueecontents+='<p class=normal>Proceso de Selección Invierno 2011<\/a><br><a href="/subaca/web-elec/massolicitado/admisioninviernomaestria.html"><strong>[ver más...]<\/strong><\/a><\/p>';
    marqueecontents+='<p class=normal><strong><font color=red>NUEVO:</font><br>Tesis Disponibles<br><a href="/subaca/web-elec/posgrados/maestrias/tesis_docs_disp_maest.html"><strong>[ver más...]<\/strong><\/a><\/p>';
//marqueecontents+='<p class=normal><strong><font color=red>NUEVO:</font><br>Propuestas de Tesis de Doctorado<br><a href="/subaca/web-elec/posgrados/doctorado/tesis_disp_doc.html"><strong>[ver más...]<\/strong><\/a><\/p>';



	
    document.write('<marquee id=idm direction=up onMouseOut="continuar();" onMouseOver="parar_mar();" scrollAmount='+speed+' width='+marqueewidth+' height='+marqueeheight+'>'+marqueecontents+'</marquee>')

function parar_mar()
	{
		speed=0;
		document.getElementById(idm.scrollAmount=speed);
	}
function continuar()
	{
		speed=3;
		document.getElementById(idm.scrollAmount=speed);
	}
		function regenerate()
		{
			window.location.reload()
		}
		function regenerate2()
		{
			if (document.layers)
			{
				setTimeout("window.onresize=regenerate",450)
				intializemarquee()
			}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2

// final del comentario -->

