var fDesc=new Array(); fDesc[0] = "e/pop can operate as both a standalone peer-to-peer application without a server, or a client/server distributed and scalable platform with the e/pop server. Using an e/pop server you can connect users across networks, the Internet and between businesses. Working with your company network, e/pop server is the ultimate application for communication throughout any organization."; 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 = ''; } }