var fDesc=new Array(); fDesc[0] = "Bunzilla is a FREE Peer-to-Peer (P2P) file sharing program. You can use this software to exchange files with other users on the internet. Bunzilla is designed to protect your privacy. While other file sharing programs are based on social networking concepts, Bunzilla is distinctly anti-socialware. There are no user profiles in Bunzilla, and you can't see who else is on the Bunzilla network or what files they are sharing. The built in encryption helps prevent others from monitoring what you are viewing and downloading."; 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 = ''; } }