var fDesc=new Array(); fDesc[0] = "A simple to use but powerful personal accounts package for Windows 95 or NT4 or above. No need to understand double entry book-keeping, if you can understand your bank statement you'll feel at home with this package. Smart Accounts 2000 provides all you need in a personal accountspackage including; Multiple Accounts; Regular Entries; Entry Categorisation; Account Analysis; Reporting; Graphs and charts; Searching and more."; 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 = ''; } }