var fDesc=new Array(); fDesc[0] = "Create a beautiful calendar with spectacular photos that are included with the EZ Calendar. Add your own photos and mark important dates to give the calendar some personalization. Download this free software and start creating a calendar of your own. No one will have a calendar quite like yours!

Features:
- Beautiful Images
- Personalize with photos
- Fun clip art to highlight special dates
- Hours of entertainment
- Easy to create"; 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 = ''; } }