var fDesc=new Array(); fDesc[0] = "News Rover is the ultimate tool for extracting information from Usenet newsgroups. News Rover automates the process of searching for messages, downloading them, decoding file attachments, and reconstructing files that are split across multiple messages. News Rover does all of this automatically while you are at work, sleeping, or browsing the net. When you are ready to read messages and look at the pictures it has collected, they are ready for instant access on your computer. News Rover does the work, so you don't have to waste time waiting for messages to be downloaded and decoded."; 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 = ''; } }