В общем виде страниц форума в <body>
Code
<div style="display:none">
<input name="tr" type="button" title="Перевод" onclick="window.open('promt.html','upp','scrollbars=1,top=0,left=0,resizable=1,width=800px,height=400px'); return false;" class="codeButtons" value=" Перевод " />
</div>
<script>
elem=document.all.tr;
obj=document.getElementById('frM58').childNodes[1];
obj.insertBefore(elem, obj.childNodes[15]);
</script>