// JavaScript Document

<!--
function cabecalho(link)
{
if (abre_links.LINKS.selectedIndex != "0")
{ 
window.open=top.location(link);
abre_links.LINKS.options[0].selected=true;
}
}
//-->

