function eCorreo(docume)
{
	var ventana=window.open(docume,"ecorreo",config='height=460,width=550,scrollbars=0,menubar=0,toolbar=0,resizable=yes,location=0,directories=0,status=0,top=65,left=100');
	return true;
}	

