var fDesc=new Array(); fDesc[0] = "Pharmcare is pharmacy management system software program that provides a solution to improve every major pharmacy process including point-of-sale, inventory management, and accounting. The program supports working in LAN and within central database, printing reports and exporting it with more than 10 applications such as : Excel , Word , Rtf , Pdf , Xml, and more."; 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 = ''; } }