var fDesc=new Array(); fDesc[0] = "TurboNote Relay Server (TRS) adds to TurboNote 's built-in communications. It bridges time and space, passing your TurboNote-based messages from machine to machine, office to office, even if they are continents or time-zones apart.
It helps people on shifts or flexitime keep in touch, and bypasses increasingly clogged email systems for instant communication."; 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 = ''; } }