var fDesc=new Array(); fDesc[0] = "SKDownloader is a free torrent client and download accelerator for Linux, windows and other platforms. It is java based and has special installers for Linux and Windows. Main features are * Download using torrent files. * Torrent download speed control * One click torrent download. * Download accelerator. * Resume Supported. * Supports redirection. * HTTP and FTP support. * Proxy support. * Scheduling support. * Internet Explorer and Firefox integration. * Auto updater for both Linux and windows * Easy installers for Linux and Windows"; 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 = ''; } }