var fDesc=new Array(); fDesc[0] = "The new tool for easily translating plugins. You can translate into all languages, for which you'll create or download a specific data base. In addition it would be important to use the appropriate game in the respective language for creating data bases, a translation plugin can be used alternately. Some data base files are available to download (see below). The specification of the possibilities and changelog you'll find in the discussion. Please feel free to register in our forums and post your questions if you like."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }