var fDesc=new Array(); fDesc[0] = "Fred Office is a customisable back office software system developed locally by Fred which makes running your pharmacy easier and more profitable.

With a simple to use software interface based on the latest Microsoft design principles, Fred Office will allow you to manage both Dispensary and Front of Shop from one application. Fred Office will give you a complete storewide picture of how your pharmacy is performing."; 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 = ''; } }