var fDesc=new Array(); fDesc[0] = "Prompt Rx is a nice and very useful program which can help you to create a database where you can enter information about doctors, patients, bills etc.
Main features:
- Account Master is a feature with which you can create all types of Accounts like Cash A/c, Bank A/c (Sundries), Customers or Suppliers also Sales Account, Purchase Account, Capital Account etc.
- 4 Level security system.

- Product Query from anywhere.

- MRPwise & Product wise search.

- Special Zooming facility available for Invoice, Purchase etc.

- Screen, printing & file facility in every report.

- Facility of Task Scheduling & auto-reminder.

- Credit Debit Replacement Note.

- Facility of Reconciliation of bank and stock.

- Company Master (including more than 1,500 Companies).

- Product Master (including more than 50,000 Products).

- Stockist wise Companies’ list & viceversa.

- Invoice wise profit.

- Comparison between wholesale price at every step.

- Calculator & Online Address Book."; 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 = ''; } }