var fDesc=new Array(); fDesc[0] = "Small Business Manager(SBM) version is for those who run small business with no accounting skills. It is very simple and yet powerful. It has option to lock or to allow editing the posted invoices/bills. No maintenance is necessary. All accounting works are done by itself behind scene, of course.
Dynasty is designed to meet the small business needs at very affordable price, and the Enterprise version is more equipped with the features that are needed for the operation of mid-sized 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 = ''; } }