null
null
11) {val = 0; this.currentYear++;}
if(val<0) {val = 11; this.currentYear--;}
this.setAttribute("currentmonth", val);
if(val==this.datepicker.view.currentMonth) this.setAttribute("ismonth", true);
else this.removeAttribute("ismonth");
]]>
11) {val = 0; this.currentYear++;}
if(val<0) {val = 11; this.currentYear--;}
this.setAttribute("currentmonth", val);
this.datepicker.updateCalendar();
if(val==today.getMonth()) this.setAttribute("ismonth", true);
else this.removeAttribute("ismonth");
if(val==this.datepicker.selection.currentMonth) this.datepicker.selection.setAttribute("ismonth", true);
else this.datepicker.selection.removeAttribute("ismonth");
]]>
null
400
50) this._delay = this._delay*0.8;
]]>