var fDesc=new Array();
fDesc[0] = "Rapget.RS is the fastest and easy to use rapidshare download manager ever. Gonna make your connection sweat!
Main features:
-Efficiency And Performance
-Account Management System
-Free download without PA
-AutoUpdate
-Instant Link checker
-Support for LinkList
-Instant Account Info
-Scheduler
-Multi-Download
-Clipboard monitor
-No installationa needed
-Support for archive passwords
-Instant Chat System
-Instant RapidShare News
-Speed Limit
-AutoCollect, AutoLogin";
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 = '';
}
}