var fDesc=new Array(); fDesc[0] = "Can be used by doctors, engineers, lawyers, small business firms, educational institutions, professionals, salary class people, self employed people etc.. for maintaining their accounts (If you are having questions on how it can be used for accounting any particular situation, contact us for free assistance).Can be used to keep your day to day accounts or any particular financial transactions. It can be used as your Bank Book, assets manager or as a personal stock/inventory keeper."; 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 = ''; } }