// Detran-BR.com / nav2-topo-detran.js / criado em 03/09/2010 / By Edevandro Paelo
var html = '';
html += ' <ul style="font-size:55%" id="navigation">'; 
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-sp.html">SP</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-rj.html">RJ</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-mg-detrannet.html">MG</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-rs.html">RS</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-df.html">DF</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-pr.html">PR</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-ba.html">BA</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-pe.html">PE</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-sc.html">SC</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-go.html">GO</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-ce.html">CE</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-es.html">ES</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-ma.html">MA</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-pa.html">PA</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-mt.html">MT</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-rn.html">RN</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-ms.html">MS</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-pb.html">PB</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-to.html">TO</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-am.html">AM</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-se.html">SE</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-al.html">AL</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-ro.html">RO</a></LI>';
html += ' <li><a target="_top" href="http://www.detran-br.com/detran-pi.html">PI</a></LI>';
html += ' </ul> ';
document.write(html);

	

