function mais(w_topico){if(document.getElementById("tab_"+w_topico).style.display=="block"){document.getElementById("tab_"+w_topico).style.display="none";document.getElementById("img_"+w_topico).src="/imagens/pt/bt_quant_mais.gif";document.getElementById("img_"+w_topico).width=11;document.getElementById("img_"+w_topico).height=12;}else{document.getElementById("tab_"+w_topico).style.display="block";document.getElementById("img_"+w_topico).src="/imagens/pt/bt_quant_menos.gif";document.getElementById("img_"+w_topico).width=11;document.getElementById("img_"+w_topico).height=12;}}
