<!--
function encuesta() {
  openpopup = window.open("http://www.camgraphic.cl/aquacards/encuesta_eng.php","Encuestaweb","width=700,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_web";
}

function certificado1() {
  openpopup = window.open("../fotos/certificado1.html","certificado1","width=500,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_cert1";
}
function certificado2() {
  openpopup = window.open("../fotos/certificado2.html","certificado1","width=500,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_cert2";
}
function certificado3() {
  openpopup = window.open("../fotos/certificado3.html","certificado3","width=500,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_cert3";
}

function ficha1() {
  openpopup = window.open("../fichas/ficha1.html","ficha1","width=620,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_ficha1";
}
function ficha2() {
  openpopup = window.open("../fichas/ficha2.html","ficha2","width=740,height=600,leftmargin=0,marginheight=0,marginwidth=0,rightmargin=0,topmargin=0,screenX=0,screenY=0,resizable=yes,scrollbars=yes,status=0,titlebar=no,toolbar=no,menubar=no,location=no");
  openpopup.opener.name = "main_ficha2";
}

//-->
