





var mainPath = "/c";

function submitFormAlert() {
	alert("\u0044\u0069\u0065\u0073\u0065\u0073\u0020\u0046\u006f\u0072\u006d\u0075\u006c\u0061\u0072\u0020\u0069\u0073\u0074\u0020\u0062\u0065\u0072\u0065\u0069\u0074\u0073\u0020\u0065\u0069\u006e\u0067\u0065\u0072\u0065\u0069\u0063\u0068\u0074\u0020\u0077\u006f\u0072\u0064\u0065\u006e\u002e");
}



Calendar._DN = new Array(
	"Sonntag",
	"Montag",
	"Dienstag",
	"Mittwoch",
	"Donnerstag",
	"Freitag",
	"Samstag",
	"Sonntag"
);



Calendar._SDN = new Array(
	"So",
	"Mo",
	"Di",
	"Mi",
	"Do",
	"Fr",
	"Sa",
	"So"
);



Calendar._MN = new Array(
	"Januar",
	"Februar",
	"März",
	"April",
	"Mai",
	"Juni",
	"Juli",
	"August",
	"September",
	"Oktober",
	"November",
	"Dezember"
);



Calendar._SMN = new Array(
	"Jan",
	"Feb",
	"Mrz",
	"Apr",
	"Mai",
	"Jun",
	"Jul",
	"Aug",
	"Sep",
	"Okt",
	"Nov",
	"Dez"
);

Calendar._TT = {};

Calendar._TT["ABOUT"] = "Use the xab and xbb buttons to select the year. Use the {0} and {1} buttons to select the month. Hold the mouse button on any of the above buttons for faster selection.";
Calendar._TT["ABOUT"] = Calendar._TT["ABOUT"].replace("{0}", String.fromCharCode(0x2039));
Calendar._TT["ABOUT"] = Calendar._TT["ABOUT"].replace("{1}", String.fromCharCode(0x203a));

Calendar._TT["ABOUT_TIME"] = "";
Calendar._TT["CLOSE"] = "Ende";
Calendar._TT["DAY_FIRST"] = "Display %s First";
Calendar._TT["DRAG_TO_MOVE"] = "";
Calendar._TT["GO_TODAY"] = "Heute";
Calendar._TT["INFO"] = "Hilfe";
Calendar._TT["NEXT_MONTH"] = "Folgender Monat";
Calendar._TT["NEXT_YEAR"] = "Folgendes Jahr";
Calendar._TT["PART_TODAY"] = "";
Calendar._TT["PREV_MONTH"] = "Vorhergehender Monat";
Calendar._TT["PREV_YEAR"] = "Vorhergehendes Jahr";
Calendar._TT["SEL_DATE"] = "Wählen Sie Datum Vor";
Calendar._TT["SUN_FIRST"] = "";
Calendar._TT["TIME_PART"] = "";
Calendar._TT["TODAY"] = "Heute";
Calendar._TT["WK"] = "";

Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";

Calendar._TT["WEEKEND"] = "0,6";

