var fDesc=new Array(); fDesc[0] = "ScheduleOnce Connector for Outlook allows you to connect ScheduleOnce with your Outlook calendar. This way, ScheduleOnce will work with your Outlook Calendar in real time. Bookings made via ScheduleOnce are automatically created in your Outlook Calendar and busy time from your calendar immediately blocks your availability in ScheduleOnce. The program uses a proprietary connector to establish a secure connection with your Outlook Calendar. Once connected, all communication with your Outlook Calendar is encrypted, keeping your calendar data safe and secure."; 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 = ''; } }