var fDesc=new Array(); fDesc[0] = "An internet cafe management software that also monitors bandwith for each customer. If you wan't your customer to be free to decide when to log off and pay you after use then the postpaid downloads below are perfect for you. This option additionally contains contracts which are prepaid. Contracts assist you to preserve your loyal customers by preselling bulk time to them e.g. 5 hours and giving each customer a username and password that they will come back and login with on any free PC time and again, without disturbing you at the counter, until they get a warning to either buy more time or be logged off."; 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 = ''; } }