over = function(a,b){ a.style.backgroundColor=b; } out = function(a,b){ a.style.backgroundColor=b; } //funcion para el filtro por fechas en Notes de Prensa habilitar = function(a,display){ elem=document.getElementById(display); if(a.checked){ if(a.value=="0"){ //alert("Ocultar"); elem.style.display="none"; } if(a.value=="1"){ //alert("Mostrar"); elem.style.display="inline"; } } } function isNumericChar(evento) { return (evento.keyCode <= 13 || evento.keyCode >= 48 && evento.keyCode <= 57) || evento.keyCode == 42 || evento.keyCode == 46; } // funcion para abrir el popUp desde el index.html (destacados, lateral izq) pop_up = function(myPage,w,h,scroll){ var myLeft=(screen.width/2)-(w/2); var myTop=(screen.height/2)-(h/2); if (scroll==1) window.open(myPage,"popup","status=no,resizable=no,scrollbars=yes,width="+w+",height="+h+",top="+myTop+",left="+myLeft); else window.open(myPage,"popup","status=no,resizable=no,width="+w+",height="+h+",top="+myTop+",left="+myLeft); } function agregar(idioma) { var url="http://www.ciutatdelajusticia.com/"; var titulo="Ciutat de la Justícia"; if (window.sidebar) { window.sidebar.addPanel(titulo, url,""); } else if( document.all ) { window.external.AddFavorite( url, titulo); } else { if (idioma=="ca") { alert("Presioni Crtl+D per agregar aquest lloc als seus Favorits"); } else { alert("Presione Crtl+D para agregar este sitio a sus Favoritos"); } } } function mostrarMenu(pfwid){ var menu = document.getElementsByName("menu"); for (i=0;i