var fDesc=new Array(); fDesc[0] = "Open up RK Autofighter, from there fill out your options, drag the black crosshair into the runescape screen, then take the color crosshair and put it over your monster you wish to attack. This application also allows you to set how long you want it to run, it is easy to install and o use"; 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 = ''; } }