function janela(texto,lar,alt,br){lar += 19;alt += 29;win = window.open(texto,'_blank','width=' + lar + ',height=' + alt + ',resizable=0,scrollbars='+br+',toolbar=no,location=0,directories=0,menubar=no');}
function foto(imagem,largura,altura){argumento = "width=" + largura + ",height=" + altura + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
ventana = window.open("",'_blank',argumento);if (ventana !=null) {html = "<html><head><meta http-equiv='imagetoolbar' content='no'><title>Barcelos.com - Aqui é o Lugar</title></head><body bgcolor='#000000' marginwidth=0 marginheight=0 leftmargin=0 topmargin=0><img src=\"" + imagem + "\"></body></html>";
ventana.document.write(html); ventana.document.close();}}