var fDesc=new Array(); fDesc[0] = "Managing your business and organising your home finances is easy with Quicken CashBook 2004. A home and business software solution, CashBook lets you manage your investments, loans and bank accounts as well as keeping an eye on your financial position. The business accounting tools cover everything from estimates and invoices, to bill payments and accounts receivable - everything a small business needs."; 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 = ''; } }