// JavaScript Document
function abrirventana(){

window.open('correo.php','popup','width=410, height=235');
}
