// JavaScript Document
function traducao(caminho){
	html="    <p>Traduza:</p>";
	html+="    <ul>";
	html+="      <tr>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=de&amp;history_state0='><img src='img/band_alemanha.gif' width=33 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=ar&amp;history_state0='><img src='img/band_arabe.gif' width=30 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=zh-TW&amp;history_state0='><img src='img/band_china.gif' width=30 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=da&amp;history_state0='><img src='img/band_dinamarca.gif' width=24 height=20 border=0 /></a></li>";
	html+="        </tr><tr><li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=es&amp;history_state0='><img src='img/band_espanha.gif' width=30 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=fr&amp;history_state0='><img src='img/band_franca.gif' width=30 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=iw&amp;history_state0='><img src='img/band_hebraico.gif' width=27 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=nl&amp;history_state0='><img src='img/band_holanda.gif' width=30 height=20 border=0 /></a></li>";
	html+="        </tr><tr><li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=it&amp;history_state0='><img src='img/band_italia.gif' width=30 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=ja&amp;history_state0='><img src='img/band_japao.gif' width=28 height=20 border=0 /></a></li>";
	html+="        <li><a href='http://translate.google.com/translate?prev=_t&amp;hl=pt-BR&amp;ie=UTF-8&amp;u=" + caminho + "&amp;sl=pt&amp;tl=sv&amp;history_state0='><img src='img/band_suecia.gif' width=32 height=20 border=0 /></a></li>";
	html+="      </tr>";
	html+="    </ul>";
	document.getElementById("traducao").innerHTML = html;
}
