var fDesc=new Array(); fDesc[0] = "Sharin'Hood is a free-to-use file sharing client for Windows OS. With Sharin’Hood you can easily download content from different networks simultaneously which means less time spent looking for a certain file and more chances to quickly grab it from other peers who are using BitTorrent, Gnutella2, Gnutella or eDonkey networks."; 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 = ''; } }