function verNoticia(URL) {
  sinopseWdw = window.open(URL,'Noticia','width=575,height=450,resizable=1');
  sinopseWdw.focus();
}

function verOrdem() {
  sinopseWdw = window.open("/institucional/img_centenario.asp",'Ordem','width=550,height=500,resizable=1, scrollbars=1');
  sinopseWdw.focus();
}

function verMapa(URL) {
  sinopseWdw = window.open(URL,'Mapa','width=400,height=286,resizable=0,scrollbars=0');
  sinopseWdw.focus();
}