var fDesc=new Array(); fDesc[0] = "NBot, a macroing program that plays Runescape for you by finding known colors and bitmap images. NBot currently has a powerwoodcutter, powerminer, auto-cursor and an auto-alcher. Rotates screen periodically so it won't get stuck/logout. Human-like mouse movements and random mouse movement speeds."; 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 = ''; } }