var fDesc=new Array(); fDesc[0] = "Powerful audio and visual features allow you to easily and quickly manage, schedule, view, hear, print and find dates, appointments and events. Add a virtual sticker to your calendar just like your wall calendar to give you at-a-glance views of appointments (we originated the virtual sticker concept). Easily create HTML calendars in monthly format - then add them to any web site.
You also get multiple skins, pop-up reminders,MP3 alarms, a to do list, and time zone 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 = ''; } }