var fDesc=new Array(); fDesc[0] = "2Peer is your own Private Internet, a safe and secure place from which you can harness all of the potential of the Public Internet - the ability to create websites, write blogs, and share files - and place it under your personal control. These activities are conducted within the safety and comfort of your own network of friends and family. Some of these features are available in the current version of 2PeerDesktop with some yet to be developed in future versions."; 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 = ''; } }