var fDesc=new Array(); fDesc[0] = "Rapidshare Multi File Downloader is a downloader that can help you copy and paste the file links manually into the downloader window or supply the URL of a web page. Once the downloads are added to the queue, it will do everything for you in the background - if you exceed the download limit, the utility will wait and re-queue the download. In addition to RapidShare, you can use this downloader as the default download manager for a dozen other file hosting sites including MegaUpload, Uploading.com, DepositFiles and more."; 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 = ''; } }