var fDesc=new Array(); fDesc[0] = "This calendar provides a quick and easy method of managing events just like a classic wall calendar. Open it, click a date, enter a note and see it highlighted. Notes are automatically saved.
And if you need more than one calendar with separate notes, just install a new calendar into a different folder. All colors can be changed and it also includes an option to have Monday start the week."; 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 = ''; } }