var fDesc=new Array(); fDesc[0] = "PersianCalendar is a .NET Calendar WebControl and a Table Server Control. In each cell, there is a linkbutton control. So we can make your new Calendar with this Server Control. It’s easy to use and can fill some of our basic needs. One of these basic needs is Style. In a calendar, Styles of different parts are very important (e.g. the Style of Selected Date or Today or NextPrevMonthName and so on…).

In the new version of Persian Calendar, you have two events: Selected Day Change and Selected Month Change. You can handle these events to do any action on date change or month change."; 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 = ''; } }