function menu() {
document.write('<b>Romantismo</b><br><br>')
document.write('- <a href=preliminares.htm>Preliminares</a><br>')
document.write('- <a href=caracteristicas.htm>Características Gerais</a><br>')
document.write('<b>- Europa</b><br>')
document.write('- <a href=panorama.htm>Momento Histórico</a><br>')
document.write('- <a href=roman_franca.htm>França</a><br>')
document.write('- <a href=roman_alemanha.htm>Alemanha</a><br>')
document.write('- <a href=roman_inglaterra.htm>Inglaterra</a><br>')
document.write('<br>')
document.write('<b>- Portugal</b><br>')
document.write('- <a href=roman_port_panorama.htm>Momento Histórico</a><br>')
document.write('- <a href=roman_port_literatura.htm>A Literatura</a><br>')
document.write('- <a href=roman_port_cronologia.htm>Cronologia</a><br><br>')
document.write('<b>- Brasil</b><br>')
document.write('- <a href=roman_bra_panorama.htm>Momento Histórico</a><br>')
document.write('- <a href=roman_bra_literatura.htm>A Literatura</a><br>')
document.write('- <a href=roman_bra_cronologia.htm>Cronologia</a><br>')
}
