function menu()
{
var path = "/agrupamento-10/";
document.write('<FONT SIZE=-2>');
document.write('<A HREF="',path,'lobitos/index.htm">LOBITOS</A>');
document.write(' || <A HREF="',path,'exploradores/index.htm">EXPLORADORES</A>');
document.write(' || <A HREF="',path,'pioneiros/index.htm">PIONEIROS</A>');
document.write(' || <A HREF="',path,'caminheiros/index.htm">CAMINHEIROS</A>');
document.write(' || <A HREF="',path,'dirigentes/index.htm">DIRIGENTES</A>');
document.write(' || EFECTIVO');
document.write(' || <A HREF="',path,'PCMF/index.php">PCMF</A>');
document.write('<br>');
document.write('<A HREF="',path,'historia/index.htm">HISTÓRIA</A>');
document.write(' || <A HREF="',path,'dirigentes/mchefes.htm">MENSAGENS AOS CHEFES</A>');
document.write(' || <A HREF="',path,'pais/index.htm">... AOS PAIS</A>');
document.write(' || <A HREF="',path,'actividades/index.htm">ACTIVIDADES</A>');
document.write(' || <A HREF="',path,'fotos/index.php">FOTOS</A>');
document.write(' || <A HREF="',path,'cancioneiro/index.htm">CANCIONEIRO</A>');
document.write('</FONT><br>');
}
 
function menu_fundo()
{
var path = "/agrupamento-10/";
document.write('<B><A HREF="',path,'visitas/index.php">LIVRO DE VISITAS</A>');
document.write(' || <A HREF="',path,'area/index.htm">ÁREA PRIVADA</A>');
document.write(' ||  <A HREF="',path,'links/index.htm">LINKS</A></B>');
}

function menu_cancioneiro()
{
var path = "/agrupamento-10/";
document.write('<FONT SIZE=-2 Face="Arial,Helvetica">');
document.write('<A HREF="',path,'cancioneiro/index.htm">ÍNDICE GERAL</A>');
document.write(' || <A HREF="',path,'cancioneiro/acordes.htm">ACORDES</A>');
document.write('</FONT>');
}