//---increasement for days and months
	var dayinc1Hotel = 3;
	var dayinc2Hotel = 6;
	var monthinc1Hotel = 0;
	var monthinc2Hotel = 0;
	
	//---Generate the months dynamically	
	GenerateRoundMonthsHotel("cmbcinmonth");
	GenerateRoundMonthsHotel("cmbcoutmonth");
	
	//---set the date fields to current values
	monthinc1Hotel = SelectCurrentDayHotel("cmbcindate",dayinc1Hotel);
	//SelectCurrentMonthHotel("cmbcinmonth",monthinc1);
	SelectCurrentMonthHotel("cmbcinmonth",monthinc1Hotel);
	monthinc2Hotel = SelectCurrentDayHotel("cmbcoutdate",dayinc2Hotel);
	//SelectCurrentMonthHotel("cmbcoutmonth",monthinc2);
	SelectCurrentMonthHotel("cmbcoutmonth",monthinc2Hotel);


