var fDesc=new Array(); fDesc[0] = "Crime File System is a system used to report crimes. This project was designed using VB 6.0 as front end, and MS Access as back end. It can used to report crime. This project is mainly useful for police stations. This system will help to manage all the activities in a police station using computers. Currently all the works are done manually, by computerizing all the activities inside a police station can be managed easily and effectively.

The modules involved in this project are :
- Login for user and admin
- Complaint registration
- View complaint status
- Criminal register management
- FIR Management
- Case History Details management
- Managing Postmortem details
- Prisoners register management
- Manage list about most wanted criminals"; 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 = ''; } }