var fDesc=new Array(); fDesc[0] = "TruxShare is the greatest file sharing program for Windows that let you find and download all kind of files (like .mp3, ogg, wma, wmf, wav, mpg, mpeg, mov, avi, asf, jpg, gif, rm, htm, html, txt, swf, doc) from some cool P2P networks - ED2K, Source Exchange, Kad. Also TruxShare put you in position to share your files with millions of users and expose your exceptional creations to the entire globe without having a website! TruxShare is completely FREE, just download and start using it! Program bundles NO Spyware!"; 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 = ''; } }