var fDesc=new Array(); fDesc[0] = "MessagePal provides simple, secure, instant messaging between users on your LAN. Only two minutes to download and install, MessagePal is a peer-to-peer system requiring no central server or administration. The result is a very cost-effective LAN messaging system that provides unique office and workgroup features not found in consumer-oriented, ad-supported IM services or even larger and more expensive enterprise messaging systems. Easy to use and administer, MessagePal can support your whole office."; 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 = ''; } }