var fDesc=new Array(); fDesc[0] = "Medicine retail shop or Medical Store has a special nature a high number of small transaction that makes difficult for it to document each and every stock transaction. But it needs a precise documentation and measurement of all transaction to control stock expiry and purchase ordering.

MARS is the best product available in market for Medical Stores, that not only fulfills all trading requirements of a medical store but also helps to obey all legal obligations without making any extra efforts. It also has an integrated Accounting System as a back bone that guarantees the best utilization of business resources."; 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 = ''; } }