var fDesc=new Array(); fDesc[0] = "Parrot BitTorrent Client is a new and useful BitTorrent add-on.

Is a bit torrent client written in c# (.net 4) using the monotorrent library that has as main eason to be stable, extensible, easy to use and to feet it's user's needs ofcourse in this i and the project will need your help."; 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 = ''; } }