// Vers 1.0
YB.Calendar._DN=new Array
("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");YB.Calendar._SDN=new Array
("Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun");YB.Calendar._FD=0;YB.Calendar._MN=new Array
("January","February","March","April","May","June","July","August","September","October","November","December");YB.Calendar._SMN=new Array
("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");YB.Calendar._TT_en=YB.Calendar._TT={};YB.Calendar._TT["INFO"]="About the calendar";YB.Calendar._TT["ABOUT"]="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.";YB.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.";YB.Calendar._TT["PREV_YEAR"]="Prev. year (hold for menu)";YB.Calendar._TT["PREV_MONTH"]="Prev. month (hold for menu)";YB.Calendar._TT["GO_TODAY"]="Go Today (hold for history)";YB.Calendar._TT["NEXT_MONTH"]="Next month (hold for menu)";YB.Calendar._TT["NEXT_YEAR"]="Next year (hold for menu)";YB.Calendar._TT["SEL_DATE"]="Select date";YB.Calendar._TT["DRAG_TO_MOVE"]="Drag to move";YB.Calendar._TT["PART_TODAY"]=" (today)";YB.Calendar._TT["DAY_FIRST"]="Display %s first";YB.Calendar._TT["WEEKEND"]="0,6";YB.Calendar._TT["CLOSE"]="Close";YB.Calendar._TT["TODAY"]="Today";YB.Calendar._TT["TIME_PART"]="(Shift-)Click or drag to change value";YB.Calendar._TT["DEF_DATE_FORMAT"]="%Y-%m-%d";YB.Calendar._TT["TT_DATE_FORMAT"]="%a, %b %e";YB.Calendar._TT["WK"]="wk";YB.Calendar._TT["TIME"]="Time:";YB.Calendar._TT["E_RANGE"]="Outside the range";if(YB.Calendar._DN)YB.Calendar._TT._DN=YB.Calendar._DN;if(YB.Calendar._SDN)YB.Calendar._TT._SDN=YB.Calendar._SDN;if(YB.Calendar._SDN_len)YB.Calendar._TT._SDN_len=YB.Calendar._SDN_len;if(YB.Calendar._MN)YB.Calendar._TT._MN=YB.Calendar._MN;if(YB.Calendar._SMN)YB.Calendar._TT._SMN=YB.Calendar._SMN;if(YB.Calendar._SMN_len)YB.Calendar._TT._SMN_len=YB.Calendar._SMN_len;YB.Calendar._DN=YB.Calendar._SDN=YB.Calendar._SDN_len=YB.Calendar._MN=YB.Calendar._SMN=YB.Calendar._SMN_len=null