var fDesc=new Array(); fDesc[0] = "Windows XP Peer-to-Peer SDK contains all the software required to create decentralized applications that harness the collective power of edge of the network PCs: Peer-to-Peer Application Programming Interface (API), Peer-to-Peer headers & libraries, sample applications, source code, and documentation for each of the Peer-to-Peer core areas, e.g., scalable and secure peer-to-peer name resolution, efficient multi-point communications, creation and management of persistent peer-to-peer groups, and distributed data management."; 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 = ''; } }