var fDesc=new Array(); fDesc[0] = "A networkable scheduling software suitable for managing any resource that needs a calendar. If you want to ensure that the entire office runs on a smooth schedule, with no calendar clashes and no double-booked meeting rooms, MultiCalendar is the solution for you. This group scheduling software can handle a multitude of different resources ranging from people to vehicles and tools, and allows you to view and manage several calendars side by side. A "briefcase" work model is also supported and any client can work offline and synchronize data with the server once they are back online."; 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 = ''; } }