var fDesc=new Array(); fDesc[0] = "CalendarPal is a personal desktop calendar, events calendar and organizer program. CalendarPal makes it easy to organize your schedule, keep track of events, create daily notes, reminders, "To Do" lists and more. CalendarPal puts your local weather right on your calendar so you really do have your "weather at your fingertips" and can display your choice of weather information in you system tray and on your calendar. Try it free for 15 days - you'll find it will be one of the most useful programs you've ever tried! Best of all, it's not a subscription - when you buy a CalendarPal license, it's yours for a lifetime. You'll never pay a penny again for updates or anything else"; 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 = ''; } }