var fDesc=new Array(); fDesc[0] = "CafeTrac is cyber cafe visitor tracking and security software which is designed for identification, tracking and recording of cyber cafe customers. CafeTrac software records the internet cafe visitor and customer Identity with Photo and scanned identity document. All customer data including photo identity, scanned identification and customer signature are stored in CafeTrac database.

Internet cafe customer identification with photo, signature and scanned identity document needs to entered just once in CafeTrac software. Internet cafe customer's visiting history is maintained.


In addition to the cyber cafe security and tracking features, CafeTrac software provides the Billing, Activity and Sales reports. customer photo identity, activity and sales reports can be exported in Word,excel,pdf and text formats. With CafeTrac software, Cyber cafe Owners can help various security agencies in cyber crime identification, tracking, prevention and investigation."; 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 = ''; } }