var arrSeasons = new Array(); arrSeasons[0] = new Array(); arrSeasons[0][0] = 1; arrSeasons[0][1] = "High"; arrSeasons[0][2] = 946710000000; arrSeasons[0][3] = 955868399000; arrSeasons[1] = new Array(); arrSeasons[1][0] = 2; arrSeasons[1][1] = "Low"; arrSeasons[1][2] = 955868400000; arrSeasons[1][3] = 973061999000; arrSeasons[2] = new Array(); arrSeasons[2][0] = 3; arrSeasons[2][1] = "High"; arrSeasons[2][2] = 973062000000; arrSeasons[2][3] = 978332399000; var arrRoomTypes = new Array(); arrRoomTypes[0] = new Array(); arrRoomTypes[0][0] = 1; arrRoomTypes[0][1] = "Superior Villa"; arrRoomTypes[0][2] = "-"; arrRoomTypes[0][3] = "1000"; arrRoomTypes[1] = new Array(); arrRoomTypes[1][0] = 2; arrRoomTypes[1][1] = "Deluxe Villa"; arrRoomTypes[1][2] = "-"; arrRoomTypes[1][3] = "1000"; arrRoomTypes[2] = new Array(); arrRoomTypes[2][0] = 3; arrRoomTypes[2][1] = "Executive Villa"; arrRoomTypes[2][2] = "-"; arrRoomTypes[2][3] = "1000"; var arrPrices = new Array(); arrPrices[0] = new Array(); arrPrices[0][0] = new Array(); arrPrices[0][0][0] = 7; arrPrices[0][0][1] = 4900; arrPrices[0][1] = new Array(); arrPrices[0][1][0] = 8; arrPrices[0][1][1] = 5600; arrPrices[0][2] = new Array(); arrPrices[0][2][0] = 9; arrPrices[0][2][1] = 6500; arrPrices[1] = new Array(); arrPrices[1][0] = new Array(); arrPrices[1][0][0] = 1; arrPrices[1][0][1] = 3800; arrPrices[1][1] = new Array(); arrPrices[1][1][0] = 2; arrPrices[1][1][1] = 4500; arrPrices[1][2] = new Array(); arrPrices[1][2][0] = 3; arrPrices[1][2][1] = 5500; arrPrices[2] = new Array(); arrPrices[2][0] = new Array(); arrPrices[2][0][0] = 4; arrPrices[2][0][1] = 4900; arrPrices[2][1] = new Array(); arrPrices[2][1][0] = 5; arrPrices[2][1][1] = 5600; arrPrices[2][2] = new Array(); arrPrices[2][2][0] = 6; arrPrices[2][2][1] = 6500;