function Abrir_Janela_Estado(estado){

    window.open(estado,'Pagina_Estado', "width=800,height=800,screenx=0,screeny=0,left=0,top=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
    //window.open(estado,'Pagina_Estado', "width=500,height=500,screenx=0,screeny=0,left=0,top=0");
         
}
