var fDesc=new Array(); fDesc[0] = "Be it your customers, products or receipts, it’s all managed for you easily and efficiently complemented with a user – friendly interface. To conduct a low cost product search just click and get complete updated information on the status of costs. WinKHI Business is also equipped with an in-built receipt tool to manage and print your receipts. To organize your business records efficiently with a Finance Software, think only WinHKI Business."; 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 = ''; } }