var fDesc=new Array(); fDesc[0] = "PinkNotes® Plus is a Secure and Private Business IM system for a corporate environment. It is a fast, reliable and safe way to send notes in real time. Plus, the software is fully customizable to fit any company's needs for getting instant messages from one location to another.


You can easily begin communicating over your local network or Internet today using many of its unique features, including instant messaging, message logs, urgent messages, auto response, auto forward, and many more."; 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 = ''; } }