var fDesc=new Array(); fDesc[0] = "Analyze your business data in your web browser. Get access to your cyber cafe activity information outside the cafe from the Internet. Browse session, customer, service, terminal, etc. data for any period of time. View the diagrams which represent your business growth. Print any report on your printer for further analysis.

TrueCafe Web Reports is based on ASP.NET platform which means it requires Microsoft .NET framework 3.5 or later installed. Web Reports installs UltiDev Cassini Web Server which hosts Web Reports application."; 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 = ''; } }