var fDesc=new Array(); fDesc[0] = "A facility and resource management, scheduling and reporting system that will revolutionize the way you monitor your business assets. From a database that you control, you can establish and maintain each conference room and resource that goes in that facility either permanent or movable. This versatile software is easily adaptable to any business asset requiring time management and detailed reporting. Libris allows you to schedule by the minute, hour, day or week, and reduces the time and effort spent scheduling the old fashioned way. Libris' integrated reporting system allows the instant preperation of a wide variety of reports showing meeting on a specific client, employee, or on how often a specific resource was used last week, month or year."; 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 = ''; } }