var fDesc=new Array(); fDesc[0] = "Get your life together with Visual Day Planner, the powerful yet unique printable calendar planner that is customizable for both individual and workgroups usage.

Never miss an appointment with the wallpaper feature which puts all your appointments within easy reach, and you don't even have to run the program! Alarms, recurring events promptly reminds you periodically of important appointments.

It is so easy to use. Simply type your appointments or memos into it like a word processor. Use different fonts and icons to remember your appointments at one glance."; 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 = ''; } }