var fDesc=new Array(); fDesc[0] = "Since the thirteenth century the double entry system has been main method of accounting
in business and taught at nearly all universities, schools and colleges since then. This will
not change for another thousand years.
All versions of Double Entry Accounting Software are designed purely on the double entry
accounting method and will never go out of date.
Add, Remove, Customize and Merge Accounts at any given time, NO need for expensive yearly
system and software upgrading due to new taxes or rebates."; 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 = ''; } }