<!--
self.status = "..:: DIARIO SAN RAFAEL ::.. La información justa";
function ventana2(Ventana)
{
	w=480;
	h=490;
	LeftP=(screen.width)?(screen.width-w)/2:100;
	TopP=(screen.height)?(screen.height-h)/2:100;
	var pWindow = window.open(Ventana,"_blank"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=yes, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
-->