function abreestado(URL) {
estados = window.open(URL, 'estados', 'height=250,width=450, scrollbars=yes , toolbar=0,location=0,statusbar=0,menubar=0');
}

function abrevta(URL) {
estados = window.open(URL, 'estados', 'height=700,width=800, scrollbars=yes , toolbar=0,location=0,statusbar=0,menubar=0');
}
