var fDesc=new Array(); fDesc[0] = "Daily Planner Plus is a capable, multi-module organizer. It includes a daily planner and a to-do list, as well as standard and loan calculators. You'll also find areas for figuring a home budget, keeping a warranty information database, and storing passwords. You can password-protect each of the modules. Now add photos to address book function."; 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 = ''; } }