function ayudanos(){
alterOpenPopUp('/mapasgeovoto/comentarios.asp',500,500);
//alert('Página en construcción');
}

function otra(){
alterOpenPopUp_1('http://148.233.175.237:8081/buscacandidatos/default.aspx',575,650);
}


function preguntas(){
alterOpenPopUp('/mapasgeovoto/preguntas.asp',500,500);

//alert('Página en construcción');
}


function suscribete(){
alterOpenPopUp('/mapasgeovoto/suscribete.asp',500,500);

//alert('Página en construcción');
}

function registro(){
alterOpenPopUp('/mapasgeovoto/registro.asp',500,500);

//alert('Página en construcción');
}
 

function check_reg(f){
alterOpenPopUp('/mapasgeovoto/registrar.asp?f=' + f ,380,200);

//alert('Página en construcción');
}



function alterOpenPopUp( page, width, height , name ){
    ventana1 = window.open( page , name,'resizable=yes,scrollbars=yes,toolbars=no,statusbar=yes,status=yes,height=' + height + ',width=' + width);
    ventana1.focus();
}

function alterOpenPopUp_1( page, width, height ){
    ventana1 = window.open( page ,'BuscaDips','resizable=no,scrollbars=yes,toolbars=no,statusbar=yes,status=yes,height=' + height + ',width=' + width);
    ventana1.focus();
}

