var fDesc=new Array(); fDesc[0] = "With Easy Calendar Maker you can create and print photo calendars using your own or professional photographs in just a few seconds. The program has the ability to create standalone calendars.
With this tool you can, also see any changes you make immediately in the calendar preview window and you can quickly change the height, width, and position of calendars simply by clicking to your personal tastes."; 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 = ''; } }