This event calls user-defined handlers (if there are any) and passes the following parameters:
mCal.attachEvent("onChangeMonth",function(curMonth,prevMonth){ alert("Current month : " + curMonth + " Prev Month : " + prevMonth); })