// JavaScript Document

function abrir(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


document.write("<div id=\"menu_op1\">") 
document.write("<p><a href=\"perfil.html\"><strong>Constance Escobar<br/>Ver perfil </strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op2\">") 
document.write("<p><a href=\"rionamesa_gruta.asp\"><strong>| RIO NA MESA |</strong></a>")
document.write("</div>")
	
document.write("<div id=\"menu_op3\">") 
document.write("<p><a href=\"brasiladentro_maria2.asp\"><strong>| BRASIL ADENTRO |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op4\">") 
document.write("<p><a href=\"mundoafora_paris7.asp\"><strong>| MUNDO AFORA |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op5\">")
document.write("<p><a href=\"maisdomesmo_tododia.asp\"><strong>| MAIS DO MESMO |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op6\">")
document.write("<p><a href=\"entrevistas_peru.asp\"><strong>| ENTREVISTAS |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op7\">")
document.write("<p><a href=\"paraler.html\"><strong>| PARA LER |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op8\">")
document.write("<p><a href=\"links.html\"><strong>| LINKS |</strong></a>")
document.write("</div>")

document.write("<div id=\"menu_op9\">")
document.write("<p><a href=\"falecomigo.html\"><strong>| FALE COMIGO |</strong></a>")
document.write("</div>")

document.write("<div id=\"home\">")
document.write("<a href=\"index.asp\"><img src=\"home1.gif\" title=\"Ir para a página inicial do site\"></a>")
document.write("<a href=\"perfil.html\"><img src=\"home2.gif\" title=\"Ler o perfil da autora\"></a>")
document.write("</div>")

