Calendar._DN = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"); Calendar._SDN = new Array ("Su", "Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"); Calendar._FD = 1; Calendar._MN = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); Calendar._SMN = new Array ("JAN", "FEB", "MAE", "APR", "MAI", "JUN", "JUL", "AUG", "SEP", "OKT", "NOV", "DEZ"); Calendar._TT = {}; //Calendar._TT["INFO"] = "About this calendar"; Calendar._TT["ABOUT"] = "select date/time:\n" + "- Use the \\xab, \\xbb Keys, to select the year\n" + "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " Keys, to select the month\n" + "- Use the mouse for faster selection of any of the above buttons."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "select date/time:\n" + "- Click on the parts of the time, in order to increase them.\n" + "- or click with held SHIFT key to reduce them.\n" + "- or click and hold for quick selection."; Calendar._TT["PREV_YEAR"] = "Previous year "; Calendar._TT["PREV_MONTH"] = "Previous month "; Calendar._TT["GO_TODAY"] = "Select today"; Calendar._TT["NEXT_MONTH"] = "Next month "; Calendar._TT["NEXT_YEAR"] = "Next year"; Calendar._TT["SEL_DATE"] = "Select date"; Calendar._TT["DRAG_TO_MOVE"] = "Hold to move"; Calendar._TT["PART_TODAY"] = " (Today"; Calendar._TT["DAY_FIRST"] = "Show first %s"; Calendar._TT["WEEKEND"] = "0,6"; Calendar._TT["CLOSE"] = "Close"; Calendar._TT["TODAY"] = "Today"; Calendar._TT["TIME_PART"] = "(SHIFT)-klick or hold and pull to change the value"; Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %e. %B"; Calendar._TT["WK"] = "Week"; Calendar._TT["TIME"] = "Time:";