function ventana_reg(str) {
        searchWin = window.open(str,'ventana_reg','scrollbars=yes,resizable=yes,width=600,height=600,status=no,location=no,toolbar=no');
}

function ventana_reg2(str) {
        searchWin = window.open(str,'ventana_reg','scrollbars=yes,resizable=yes,width=600,height=200,status=no,location=no,toolbar=no');
}

var ventana
function OpenWindow(DatURL){
 ventana=window.open(DatURL, "Detalle", "toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,width=720,height=515,resizable=no");
}

var ventana
function OpenWindow_p(DatURL){
 ventana=window.open(DatURL, "Detalle", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,width=520,height=250,resizable=no");
}

var ventana
function OpenWindow_m(DatURL){
ventana=window.open(DatURL, "Detalle2", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=yes,width=500,height=520,resizable=no");
}

function BotonMulti(form, action){
      form.command.value=action; 
	    form.submit();
}

function CerrarReload(DatURL){
    window.opener.location.href = DatURL;
    window.opener.location.reload;
    this.close();
}

function CerrarReload2(DatURL){
//    window.opener.parent.MAIN.location.href = DatURL;
//    window.opener.parent.MAIN.location.reload;
    this.close();
}

function To(valor){
    window.opener.formulario.p_to.value = valor;
    window.close();
}


function CC(valor){
    window.opener.formulario.p_cc.value = valor;
    window.close();
}

function BCC(valor){
    window.opener.formulario.p_bcc.value = valor;
    window.close();
}


function MenuFile(valor){
    window.opener.formulario.p_menu.value = valor;
    window.close();
}
