var reservation_phase = 'operation';
var reservation_absWebPath = '';

// rWith Prameter
var reservation_hotelNo = 625;
var reservation_rWithsVacantUrl	= 'http://sapporo-aspen.rwiths.net/r-withs/tfs0020a.do';
var reservation_rWithsPlanUrl 	= 'http://sapporo-aspen.rwiths.net/r-withs/tfi0010a.do';

/* check in, check out */
var reservation_plusDay = 365;
var reservation_selectedPlusDay = 1;

/* calendar */
var reservation_weekHash = { 0: '日', 1: '月', 2: '火', 3: '水', 4: '木', 5: '金', 6: '土'};
var reservation_displayYearType  = '年';
var reservation_displayMonthType = '月';

