var fDesc=new Array(); fDesc[0] = "The Electronic Log Book is designed for shifting workers in 24/7 facilities like accommodation centers, aged care centers, child care centers, factories, hospitals. The Electronic Log Book overcomes the limitation of a paper log book. Makes it easy for people to enter information in a chronological fashion, in the form of short-stamped text messages and optional files attachments.

Allows multiple workers to read the Log Book in the same time. It is simple to use, you don't need to be an IT specialist or an experienced database administrator. Entries cannot be modified once its been entered. Each entry becomes a record with a time stamp, author stamp, ensuring data integrity."; 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 = ''; } }