var fDesc=new Array(); fDesc[0] = "Pharma Suite is the largest selling software in Pakistan for pharmaceutical distributions, supply chains and whole sales business. Its last version 8.0 has grown up over the period of 8 years and now available in three different editions that makes it in ideal choice for all type and size of pharmaceutical businesses ranging from a small wholesale shop to large distribution enterprise or supply chain. With more then 250 users all over the country it has proven its richness of reports, stability, ease of use and cost benefit ratio."; 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 = ''; } }