
function VerPopup()
{
	var myWindow = window.open("", "AvisoAlerta", "toolbar=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=420,height=300");
	myWindow.document.write("<html>\n<head>\n<title>"+tipo+" de la Direcci&oacute;n Meteorol&oacute;gica de Chile</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=iso-8859-1\">\n");
	myWindow.document.write("<link rel=\"stylesheet\" href=\"/estilos_press.css\" type=\"text/css\">\n");
	myWindow.document.write("<body leftmargin=\"10\" topmargin=\"10\" rightmargin=\"10\" bottommargin=\"10\" marginwidth=\"0\" marginheight=\"0\" onload=\"window.focus();\">");
	if (tipo=="Alerta")
		{
		myWindow.document.write("<img src=\"/imagenesnew/titu_alerta.gif\" border=0 alt=\"\"><br><br>");
		}
	else
		{
		myWindow.document.write("<img src=\"/imagenesnew/titu_aviso.gif\" border=0 alt=\"\"><br><br>");
		}
	myWindow.document.write("<font color=\"#FFFFFF\">"+descripcion+"</font>");
	myWindow.document.write("<br><br></body>\n</html>");
	myWindow.document.close() 

}

if ( aviso == true )
{
	if (tipo=="Alerta")
		{
		document.write('<BR><BR><br><a href="javascript:VerPopup();"><span style="font-family: Verdana, Helvetica, sans-serif; font-size: 15px; color:  #FF0000; text-decoration: none; font-weight: bold; line-height: 100%; background-color: #FFFF66; ">&nbsp;Ver Alerta Meteorol&oacute;gica&nbsp;</span></a>');
		}
	else
		{
		document.write('<BR><BR><br><a href="javascript:VerPopup();"><span style="font-family: Verdana, Helvetica, sans-serif; font-size: 15px; color: #FF0000; text-decoration: none; font-weight: bold; line-height: 100%; background-color: #FFFF66; ">&nbsp;Ver Aviso Meteorol&oacute;gico&nbsp;</span></a><br>');
		}
}
