var fDesc=new Array(); fDesc[0] = "LimeWire Download Client is a next generation file sharing program that has been optimized to efficiently download music, movies, and other media files from the LimeWire network. Typical LimeWire performance problems such as poor connectivity, limited search results, and endless waiting for downloads to start have been solved in a robust and reliable way. LimeWire Download Client connects instantly to the LimeWire and other Gnutella networks while the advanced P2P architecture guarantees a wide range of search results as well as very fast downloads from multiple sources. Other key features include special search filters, an easy to use media library, and a built-in theater for enjoying your music and movie files."; 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 = ''; } }