var fDesc=new Array(); fDesc[0] = "Shareaza Faster Downloads is a potent add-on to Shareaza P2P application. Most modern technology used augment download speed and enlarges the amount of download sources. The interface is eye-catching and user-friendly.The application is totally FREE and there are NO Ads, NO Adware, NO Spyware, NO Trojans bundled!"; 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 = ''; } }