var fDesc=new Array(); fDesc[0] = "Allows multiple users to update one calendar. Meaning the calendar belongs to everyone and everyone can read and write to it. OrgScheduler 1+1 gives you low-cost network solution for sharing central planner simultaneously with everyone in your workgroup. You can even set network alarms to remind the whole office of an important event, like a meeting, in real-time. Access to the OrgScheduler is controlled by the user security profiles. This is why information is always safe with OrgScheduler, whether it is implemented on a local network or on the Internet."; 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 = ''; } }