var fDesc=new Array(); fDesc[0] = "BitHost is a p2p file sharing program for Windows users. It gives access to networks such as Gnutella2, Gnutella, eDonkey, and BitTorrent. So it is easy to search for and find the files you want to download. The program has a Basic Mode optimized for normal users."; 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 = ''; } }