var fDesc=new Array(); fDesc[0] = "CyberLeader Internet Cafe Software is an excellent management, monitoring and billing system for Internet and Gaming cafes, coffee shops, hotels, schools, restaurants, libraries and other institutions that provide computers for public usage.
CyberLeader Server: this module is used by cafe's staff, and is usually installed on the front desk computer. It enables you and your employees to fully control all workstations from a single computer.
One of CyberLeader's special features is a powerful printing monitor, which can count the number of pages in the document as well as the number of copies printed."; 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 = ''; } }