	var jsLang =
    {	txtGoCurrentMonth : "Go To Current Month",
	    txtTodayIs : "Today is",
	    txtWeek : "Wk",
	    txtScrollLeftMessage : "Click to scroll to previous month. Hold your mouse button to scroll automatically.",
	    txtDayDisabled : "Can not book this day",
	    txtSelectYear : "Click to select a year.",
	    txtSelectMonth : "Click to select a month.",
	    txtSelectDay: "Click to select this day.",
	    txtNextYear : "Next Year",
	    txtNextMonth : "Next Month",
	    txtPrevYear : "Previous Year",
	    txtPrevMonth : "Previous Month",
	    txtClose : "Close Window",

	    //Messages
	    txtMsgInvalidDate : "Invalid date !! \n\nUse following format:mm/dd/yyyy",
	    txtMsgInvalidRange : "Select date out of valid range !!\n Must be within a year",
	    txtMsgMaxNumerOfNights : "Number of Nights must be between 1 and 120. Maximum Number of Nights allowed is 120.\nFor stays of longer than 120 days, please contact our Customer Service Agents."
    };
    var	cal_monthNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
    var cal_shortDays = new Array("S","M","T","W","T","F","S");
    var	cal_monthOutput = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
    var cal_cmbMonthFormat = "mmm, yyyy";
    var cal_dsplMonthFormat = "mmmm yyyy";
    var cal_dsplComboFormat = "month";
