var fDesc=new Array(); fDesc[0] = "JsiBitBot is a tool designed to automate sites that pay out bitcoins for doing different tasks. You can enter captchas by yourself, but you will need an account at De-captcher to make this bot work without your constant input. There is a watch dog that should stop a bot if it misbehaves, it has some trouble detecting a bot that gets in to a loop though. If you want to enter individual bitcoin addresses for each bot you can do that by right clicking the header of a bot and follow the instructions."; 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 = ''; } }