var fDesc=new Array(); fDesc[0] = "All the tools you need to organize your personal and professional life. Your calendar, to-do list, address book, and notebook are combined into a simple and familiar interface with over 3,000 printable layout design combinations, expense reports, password organizer, world clocks and timers, and the ability to synchronize with Google, Outlook, and your mobile device."; 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 = ''; } }