var fDesc=new Array(); fDesc[0] = "Quicken Deluxe 2011 is a premier budgeting application that helps individuals and businesses control spending and augment savings. With improved auto-categorization, the program pinpoints where users spend and shows users where to limit spending. The easy accessibility to monetary transactions simplifies the process for users in creating savings and budgeting goals."; 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 = ''; } }