document.write("<div id=pageNav>");
	document.write("<img src=imagens/alt/tl_curve_white.bmp height=6 width=6 id=tl>");
	document.write("<img src=imagens/alt/tr_curve_white.bmp height=6 width=6 id=tr>");
	document.write("<div id=nomePag> "); 
		document.write("<h2 align=center>Menu</h2>"); 
	document.write("</div>"); 
    document.write("<div id=sectionLinks>");
		document.write("<a href=index.html>Dados Pessoais</a>");
		document.write("<a href=index.html>Formação Académica</a>");		
		document.write("<a href=index.html>Conhecimentos</a>");
		document.write("<a href=index.html>Trabalhos Realizados</a>");
    document.write("</div>");
	document.write("<img src=imagens/alt/btl_curve_white.bmp height=6 width=6  align=left>");
	document.write("<img src=imagens/alt/btr_curve_white.bmp height=6 width=6  id=btr>");
document.write("</div>");


