function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function abreMapa() {
  window.open('http://www.hotelbhally.com.br/pt_localizacao_mapa.html','mapa','width=550,height=400');
}

function abreNoticia(n) {
  window.open('http://www.hotelbhally.com.br/pt_noticias_fotos.php?n='+n,'Fotos','width=565,height=418,scrollbars=yes');
}