/*
**********************************
parent.ELECCION = "<#eleccion>";
parent.TITULO = "<#titulo>";
***********************************
*/

var ELE2K8 = parent.ELECCION;
var TIT2K8 = parent.TITULO;
var SEX2K8 = parent.SEXO;

function Abre()
{
   ventana = window.open(document.location.href,"ventana","titlebar='yes',width=" + screen.width + ",height=" + screen.height + ",menubar=no,scrollbars=yes,toolbar=no,resizable='no',location='no',alwaysRaised='no'");   
   ventana.moveTo(-1,-1);
}

function RefGrafico(archivo)
{
   document.writeln("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
   document.writeln("<html>");
   document.writeln("<head>");
   document.writeln("<title>Visualizaci&oacute;n de Gr&aacute;ficos<\/title>");
   document.writeln("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
   document.writeln("<meta http-equiv='Expires' content='Thu, 03 Aug 1999 09:30:00 GMT'>");
   document.writeln("<meta http-equiv='Pragma' content='no-cache'>");   
   document.writeln("<link rel='stylesheet' href='/SitioHistorico/resource/av.css'>");
   document.writeln("<\/head>");
   document.writeln("<body bgcolor='#FFFFFF' link='#FFFFFF' vlink='#FFFFFF'>");
   document.writeln("<table width='95%' border='0' align='center' cellpadding='0' cellspacing='0'>");
   document.writeln("  <tr>");
   document.writeln("    <td class='pgs2k4'><div align='center'>REPUBLICA DE CHILE<\/div><\/td>");
   document.writeln("  <\/tr>");
   document.writeln("  <tr>");
   document.writeln("    <td class='cb2k4'><div align='center'>MINISTERIO DEL INTERIOR<\/div><\/td>");
   document.writeln("  <\/tr>");
   document.writeln("  <tr>"); 
   document.writeln("    <td class='clt2k4'><div align='center'>"+TIT2K8+"<\/div><\/td>");
   document.writeln("  <\/tr>");
   document.writeln("  <tr>"); 
   document.writeln("    <td class='pgs2k4'><div align='center'>"+ELE2K8+"<\/div><\/td>");
   document.writeln("  <\/tr>");
   document.writeln("  <tr>"); 
   document.writeln("    <td class='pgs2k4'> <div align='center'>"+SEX2K8+"<\/div><\/td>");
   document.writeln("  <\/tr>");
   document.writeln("<tr><td>&nbsp;<\/td><\/tr>");
   document.writeln("<tr>");
   document.writeln("<td><div align='center'><img src='" + archivo + "'><\/div><\/td>");
   document.writeln("<\/tr>");
   document.writeln("<tr>");
   document.writeln("<td><p align='center'><a href='javascript:history.back(-1)'><img name='Tabla' border='0' src='/SitioHistorico/_borders/ico_h_volver1a.gif' alt='VOLVER A RESULTADOS'><\/a>");
   document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:window.print()'><img name='print' src='/SitioHistorico/_borders/ico_h_print1a.gif' border='0' alt='IMPRIMIR'><\/a><\/p><\/td>");
   document.writeln("<\/tr>"); 
   document.writeln("<\/table>");
   document.writeln("<\/body>");
   document.writeln("<\/html>");
	 document.close();  
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}