var fDesc=new Array(); fDesc[0] = "TibiaME-BOT is autohunt/fun software developed by Mindee to enhance and ease tibiame gameplay. It doesn't require scripting and it works only with packets and you can do anything or play anything else on your computer while bot is online. It features ANTI GM protection, auto logout or rest when HP/MP is low, spells, skills, fluids system, and more."; 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 = ''; } }