document.write('<table width="100%" border="0">')

document.write('<td align="center">')


document.write('<form method="POST" name="test">')
document.write('<script>')
document.write('function warp(){')
document.write('window.location=document.test.test2.options[document.test.test2.selectedIndex].value')
document.write('}')
document.write('</script>')
document.write('<select name="test2" size="1" style="background-color:lightyellow;font-weight:bold;font-size:10pt;">')

document.write('<option  value="/ler/index.html" selected style="color:blue;">M E N U</option>')
document.write('<option  value="/ler/queeler.html">Que é LER</option>')
document.write('<option value="/ler/ufpr/" style="color:red;">Cartilha da UFPR</option>')
document.write('<option  value="/ler/ler1.html" style="color:blue;">Prevenção da LER</option>')
document.write('<option value="/ler/links.html" style="color:ff00ff;">Links sobre LER</option>')

document.write('</select>')
document.write('<a href="javascript:warp()" style="text-decoration:none;color:black">')
document.write('<img src="okred.gif" border="0"></a><br></form>')

document.write('</td></tr></table>')

