var fDesc=new Array(); fDesc[0] = "IM Robo is an invisible detector desktop application which detects the Yahoo ID status (Online, Offline or Invisible) and can track any number of ID's. You can also use it as a deny buddy tool. Due to the tracking feature you will be notified when your victim ID is getting Online/Offline/Invisible. It checks the ID status periodically and adds in the report if there is any change in the ID status. You can use as many IDs you want to track as same time."; 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 = ''; } }