var fDesc=new Array(); fDesc[0] = "Shareaza Lite is a new improved and completely FREE client for Gnutella, Gnutella2 (G2), eDonkey2000 and BitTorrent P2P networks. It uses extensively swarming technology to download files from many sources of all four networks simultaneously thus providing users with the fastest downloads ever. It has advanced download management capabilities allowing to preview downloaded files, to automatically finish incomplete downloads and clear files downloaded with errors. It has great and highly configurable user interface with Skins and Languages package included. And finally it has built-in chat and media player making Shareaza Lite a one stop P2P client that will bring the best P2P experience to anybody."; 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 = ''; } }