var arrSeasons = new Array(3); arrSeasons[0] = new Array(4); arrSeasons[0][0] = 1; arrSeasons[0][1] = "High"; arrSeasons[0][2] = 946659600000; arrSeasons[0][3] = 957113600000; arrSeasons[1] = new Array(4); arrSeasons[1][0] = 2; arrSeasons[1][1] = "Low"; arrSeasons[1][2] = 957114000000; arrSeasons[1][3] = 973011200000; arrSeasons[2] = new Array(4); arrSeasons[2][0] = 3; arrSeasons[2][1] = "High"; arrSeasons[2][2] = 973011600000; arrSeasons[2][3] = 978281600000; var arrRoomTypes = new Array(8); arrRoomTypes[0] = new Array(2); arrRoomTypes[0][0] = 1; arrRoomTypes[0][1] = "superior"; arrRoomTypes[0][2] = "DB,TW"; arrRoomTypes[0][3] = 500; arrRoomTypes[1] = new Array(2); arrRoomTypes[1][0] = 2; arrRoomTypes[1][1] = "deluxe"; arrRoomTypes[1][2] = "DB,TW"; arrRoomTypes[1][3] = 500; arrRoomTypes[2] = new Array(2); arrRoomTypes[2][0] = 3; arrRoomTypes[2][1] = "terrace"; arrRoomTypes[2][2] = "TW"; arrRoomTypes[2][3] = 500; arrRoomTypes[3] = new Array(2); arrRoomTypes[3][0] = 4; arrRoomTypes[3][1] = "duo"; arrRoomTypes[3][2] = "DBTW"; arrRoomTypes[3][3] = 500; arrRoomTypes[4] = new Array(2); arrRoomTypes[4][0] = 5; arrRoomTypes[4][1] = "suite"; arrRoomTypes[4][2] = "DB"; arrRoomTypes[4][3] = 500; arrRoomTypes[5] = new Array(2); arrRoomTypes[5][0] = 6; arrRoomTypes[5][1] = "penthouse"; arrRoomTypes[5][2] = "DB"; arrRoomTypes[5][3] = 500; arrRoomTypes[6] = new Array(2); arrRoomTypes[6][0] = 7; arrRoomTypes[6][1] = "sala"; arrRoomTypes[6][2] = "DB"; arrRoomTypes[6][3] = 500; arrRoomTypes[7] = new Array(2); arrRoomTypes[7][0] = 8; arrRoomTypes[7][1] = "villa"; arrRoomTypes[7][2] = "DBTW"; arrRoomTypes[7][3] = 500; var arrPrices = new Array(arrSeasons.length); arrPrices[0] = new Array(8); arrPrices[0][0] = new Array(2); arrPrices[0][0][0] = 1; arrPrices[0][0][1] = 1800; arrPrices[0][1] = new Array(2); arrPrices[0][1][0] = 3; arrPrices[0][1][1] = 2000; arrPrices[0][2] = new Array(2); arrPrices[0][2][0] = 5; arrPrices[0][2][1] = 2200; arrPrices[0][3] = new Array(2); arrPrices[0][3][0] = 7; arrPrices[0][3][1] = 4000; arrPrices[0][4] = new Array(2); arrPrices[0][4][0] = 9; arrPrices[0][4][1] = 3000; arrPrices[0][5] = new Array(2); arrPrices[0][5][0] = 11; arrPrices[0][5][1] = 4500; arrPrices[0][6] = new Array(2); arrPrices[0][6][0] = 13; arrPrices[0][6][1] = 4000; arrPrices[0][7] = new Array(2); arrPrices[0][7][0] = 15; arrPrices[0][7][1] = 4500; arrPrices[1] = new Array(8); arrPrices[1][0] = new Array(2); arrPrices[1][0][0] = 2; arrPrices[1][0][1] = 1200; arrPrices[1][1] = new Array(2); arrPrices[1][1][0] = 4; arrPrices[1][1][1] = 1400; arrPrices[1][2] = new Array(2); arrPrices[1][2][0] = 6; arrPrices[1][2][1] = 1500; arrPrices[1][3] = new Array(2); arrPrices[1][3][0] = 8; arrPrices[1][3][1] = 2500; arrPrices[1][4] = new Array(2); arrPrices[1][4][0] = 10; arrPrices[1][4][1] = 2000; arrPrices[1][5] = new Array(2); arrPrices[1][5][0] = 12; arrPrices[1][5][1] = 2800; arrPrices[1][6] = new Array(2); arrPrices[1][6][0] = 14; arrPrices[1][6][1] = 2500; arrPrices[1][7] = new Array(2); arrPrices[1][7][0] = 16; arrPrices[1][7][1] = 3000; arrPrices[2] = new Array(8); arrPrices[2][0] = new Array(2); arrPrices[2][0][0] = 17; arrPrices[2][0][1] = 1800; arrPrices[2][1] = new Array(2); arrPrices[2][1][0] = 18; arrPrices[2][1][1] = 2000; arrPrices[2][2] = new Array(2); arrPrices[2][2][0] = 19; arrPrices[2][2][1] = 2200; arrPrices[2][3] = new Array(2); arrPrices[2][3][0] = 20; arrPrices[2][3][1] = 4000; arrPrices[2][4] = new Array(2); arrPrices[2][4][0] = 21; arrPrices[2][4][1] = 3000; arrPrices[2][5] = new Array(2); arrPrices[2][5][0] = 22; arrPrices[2][5][1] = 4500; arrPrices[2][6] = new Array(2); arrPrices[2][6][0] = 23; arrPrices[2][6][1] = 4000; arrPrices[2][7] = new Array(2); arrPrices[2][7][0] = 24; arrPrices[2][7][1] = 4500;