﻿			
Calendar._DN = new Array ("周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日");Calendar._SDN = new Array ("周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"); Calendar._FD = 0;	Calendar._MN = new Array ("1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月");	Calendar._SMN = new Array ("1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月");Calendar._TT = {};Calendar._TT["INFO"] = "关于日历";
 		Calendar._TT["ABOUT"] =
 "DHTML Date/Time Selector\n" +
 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Date selection:\n" +
"- Use the \xab, \xbb buttons to select year\n" +
"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
"- Hold mouse button on any of the above buttons for faster selection.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Time selection:\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["PREV_YEAR"] = "点击移至上一年。按下左键并保持可以看到年份列表。";Calendar._TT["PREV_MONTH"] = "点击移至上个月。按下左键并保持可以看到月份列表。";	Calendar._TT["GO_TODAY"] = "转至今天";Calendar._TT["NEXT_MONTH"] = "点击移至下个月。按下左键并保持可以看到月份列表。";Calendar._TT["NEXT_YEAR"] = "点击移至下一年。按下左键并保持可以看到年份列表。";Calendar._TT["SEL_DATE"] = "选择日期";Calendar._TT["DRAG_TO_MOVE"] = "用鼠标拖曳移动";Calendar._TT["PART_TODAY"] = " （今天）";Calendar._TT["DAY_FIRST"] = "首先显示%s";Calendar._TT["WEEKEND"] = "0,6";Calendar._TT["CLOSE"] = "关闭";Calendar._TT["TODAY"] = "今天";Calendar._TT["TIME_PART"] = "Shift+点击或拖曳来改变数值。";Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%M-%D"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %B %e";Calendar._TT["WK"] = "wk";Calendar._TT["TIME"] = "时间：";
//function keepAlive( ) {	var myAjax = new Ajax( "index.php", { method: "get" } ).request();} window.addEvent("domready", function(){ keepAlive.periodical(840000 ); });
