var fDesc=new Array(); fDesc[0] = "Time Limit Manager provides a convenient and reliable method to implement custom Usage Policies for public access computers, such as those currently deployed in public libraries. TLM provides all necessary infrastructure to display a Usage Policy on each computer screen, to require and obtain patron’s digital assent to the Usage Policy prior to computer access, to enforce computer session time, to effect an orderly closing of all previous session applications, and to return to the Usage Policy display for the next patron."; 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 = ''; } }