var fDesc=new Array(); fDesc[0] = "The Outlook Add also can synchronization all your appointments and events automatically or when you choose and add them to EIOBoard with ease! EIOBoard Calendar allows users to see all the events and appointments for the day, week, or month. The list view allows you to see all your events or Appointments with details. You can also view and manage all your resources."; 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 = ''; } }