var fDesc=new Array(); fDesc[0] = "Windows P2P Extension Pack is advanced peer-to-peer client software that lets you find, download, share, and publish multimedia files, computer games, images, photos, and just about any document using your own Windows Explorer. Once installed, it works with the windows system itself, so it provides a more fast and reliable environment for file sharing activity. The application's other features include burst mode, the ability to drag & drop files, advanced techniques for locating rare files, and a simple and intuitive Windows explorer interface."; 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 = ''; } }