Calendar._DN = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
Calendar._SDN = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
Calendar._MN = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
Calendar._SMN = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");

Calendar._TT["ABOUT"] += "Date selection&#58;\n- Use the \u00ab, \u00bb buttons to select the year\n- Use the \u2039, \u203a buttons to select the month\n- Hold mouse button on any of the above buttons for faster selection.";
Calendar._TT["ABOUT_TIME"] = "Time selection&#58;\n- Click on any of the time parts to increase it\n- or Shift-click to decrease it\n- or click and drag for faster selection.";
Calendar._TT["DAY_FIRST"] = "Display %s first";
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
Calendar._TT["GO_TODAY"] = "Go To Today";
Calendar._TT["HOLDFORMENU"] = " &#40;hold for menu&#41;";
Calendar._TT["NEXT_MONTH"] = "Next Month &#40;hold for menu&#41;";
Calendar._TT["NEXT_YEAR"] = "Next Year &#40;hold for menu&#41;";
Calendar._TT["PART_TODAY"] = " &#40;today&#41;";
Calendar._TT["PREV_MONTH"] = "Previous Month &#40;hold for menu&#41;";
Calendar._TT["PREV_YEAR"] = "Previous Year &#40;hold for menu&#41;";
Calendar._TT["SEL_DATE"] = "Select date";
Calendar._TT["TIME"] = "Time&#58;";
Calendar._TT["TIME_PART"] = "&#40;Shift-&#41;Click or drag to change value";
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
Calendar._TT["WEEKEND"] = "0,6";
Calendar._TT["WK"] = "wk";
Calendar._TT["CLOSE"] = "Close";
Calendar._TT["TODAY"] = "Today";
Calendar._TT["INFO"] = "About";
var JS_ALLDAY = 'If this event does not last all day, you must enter a start time';
var JS_DATEDUE = 'Due date must be in the format d/m/y';
var JS_DAYMONTH = 'You must enter the day of the month';
var JS_ENDDATE = 'You must enter an end date in the format d/m/y';
var JS_NAMEEVENT = 'You must enter a name for this event';
var JS_NUMOCCURRENCES = 'You must enter the number of occurrences';
var JS_OCCURRENCES = 'You must enter the number of days between occurrences';
var JS_STARTDATE = 'You must enter a start date in the format d/m/y';
var JS_STARTEND = 'End time must be after start time';
var JS_TASKNAME = 'You must enter a name for this task.';
var JS_NEWCAT = 'New Category';
var JS_CATNAME = 'Name';
var JS_NOSEARCHTITLE = 'You must enter the name of the event to find.';
