var priceK = new Array();
    priceK[0] = new Array( null );
var SpecialPrice = new Array();
    SpecialPrice[0] = new Array( null );

//*** ============================  Below you can change prices  ==================   ***//

/*** $300 is SD for 1 scooter with 1 passenger, $300 is SD for 1 scooter with 2 passengers, $1000 for 250cc scooter, $500 for buggy, $700 for tango, $150 for bicycle ***/

var SecurityDeposit = new Array(0, 300, 400, 1000, 500, 700, 1000, 1000, 1000, 150);

/*** ------------------------- Price Setting for the whole year -------------------------------- ***/

// Price #1
//low low season month of january need to used 1-4 

    SpecialPrice[1] = new Array(3);
	//                                   2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,   7d
    SpecialPrice[1][0] = new Array      (0,  25,  35,  40,  45,  85,  120, 150, 180, 210,  230); // 49cc 1 passanger
    SpecialPrice[1][1] = new Array      (0,  30,  40,  45,  50,  95,  130, 160, 190, 220,  240); // 49cc 2 passangers
	SpecialPrice[1][2] = new Array  (0,  50,  65,  55,  75,  120, 180, 220, 250, 400,  450); // 250cc scooter
    SpecialPrice[1][3] = new Array      (0,  45,  60,  70,  85,  150 ,210, 260, 310, 360,  410); // buggy
	//SpecialPrice[1][4] = new Array(0,  53,  68,  78,  103, 203, 278, 353, 403, 453,  503); // tango
	SpecialPrice[1][5] = new Array  (0,  95,  175, 250, 300, 550, 660, 800, 900, 1000, 1100); // Hummer
	SpecialPrice[1][6] = new Array  (0,  95,  175, 250, 300, 550, 660, 800, 900, 1000, 1100); // Escalade
	SpecialPrice[1][7] = new Array  (0,  95,  175, 250, 300, 550, 660, 800, 900, 1000, 1100); // Roadster
	SpecialPrice[1][8] = new Array  (0,  10,  15,  20,  25,  40,  50,  60,  70,  80,  90); // bicycle
	
	// Price #2
   //low  season 2nd/boat show  fabuary       
    SpecialPrice[2] = new Array(3);
	//                                   2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,   7d
    SpecialPrice[2][0] = new Array      (0,  30,  45,  55,  55,  100, 145, 145, 175, 195,  210); // 49cc 1 passanger
    SpecialPrice[2][1] = new Array      (0,  38,  49,  59,  60,  110, 150, 180, 200, 230,  260); // 49cc 2 passangers
	SpecialPrice[2][2] = new Array  (0,  50,  65,  85,  95,  180, 250, 300, 350, 400,  450); // 250cc scooter
    SpecialPrice[2][3] = new Array      (0,  55,  65,  85,  105, 195 ,275, 310, 360, 410,  460); // buggy
	//SpecialPrice[2][4] = new Array(0,  53,  68,  85,  103, 203, 278, 353, 403, 453,  503); // tango
	SpecialPrice[2][5] = new Array  (0,  100, 185, 285, 350, 500, 650, 850, 950, 1100, 1250); // Hummer
	SpecialPrice[2][6] = new Array  (0,  100, 185, 285, 350, 500, 650, 850, 950, 1100, 1250); // Escalade
	SpecialPrice[2][7] = new Array  (0,  100, 185, 285, 350, 500, 650, 850, 950, 1100, 1250); // Roadster
	SpecialPrice[2][8] = new Array  (0,  10,  15,  20,  25,  40,  50,  60,  70,  80,   90);  // bicycle
	
	
 //Price #3 
 //regular seaon prices  march
    SpecialPrice[3] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,   7d
    SpecialPrice[3][0] = new Array      (0, 30,  45,  55,  60,  115, 160, 200, 240, 290,  340);// 49cc 1 passanger
    SpecialPrice[3][1] = new Array      (0, 38,  49,  59,  65,  120, 170, 210, 250, 300,  350);// 49cc 2 passangers
	SpecialPrice[3][2] = new Array  (0, 50,  65,  85,  100, 195, 280, 360, 425, 470,  530);// 250cc scooter
    SpecialPrice[3][3] = new Array      (0, 60,  75,  100, 120, 220, 300, 350, 400, 450,  500);// buggy
	//SpecialPrice[3][4] = new Array(0, 60,  75,  100, 120, 220, 300, 350, 400, 450,  500);// tango
	SpecialPrice[3][5] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Hummer
	SpecialPrice[3][6] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Escalade
	SpecialPrice[3][7] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Roadster
    SpecialPrice[3][8] = new Array      (0, 10,  15,  20,  25,  40,  50,  60,  70,  80,   90);// bicycle
 
 //Price #4
 // good weekand season like   april  
    SpecialPrice[4] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,   7d
    SpecialPrice[4][0] = new Array      (0, 30,  40,  45,  50,  95,  140, 170, 200, 230,  260);// 49cc 1 passanger
    SpecialPrice[4][1] = new Array      (0, 38,  45,  50,  55,  105, 150, 180, 220, 260,  300);// 49cc 2 passangers
	SpecialPrice[4][2] = new Array  (0, 45,  60,  75,  85,  150, 210, 280, 350, 420,  490);// 250cc scooter
	SpecialPrice[4][3] = new Array  (0, 40,  60,  70,  90,  160, 230, 300, 360, 420,  460);// buggy
	//SpecialPrice[4][4] = new Array(0, 63,  103, 153, 203, 353, 503, 603, 703, 803,  903);// tango
	SpecialPrice[4][5] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Hummer
	SpecialPrice[4][6] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Escalade
	SpecialPrice[4][7] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Roadster
	SpecialPrice[4][8] = new Array  (0, 10,  15,  20,  25,  40,  50,  60,  70,  80,   90);// bicycle
	
	// Price #5
   // memorial season   may 
    SpecialPrice[5] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,   3d,   4d,   5d,   6d,   7d
    SpecialPrice[5][0] = new Array      (0, 70,  90,  130, 150, 300,  400,  400,  500,  600,  650);// 49cc 1 passanger
    SpecialPrice[5][1] = new Array      (0, 70,  90,  130, 150, 300,  450,  500,  500,  550,  600);// 49cc 2 passangers
	SpecialPrice[5][2] = new Array  (0, 90,  100, 150, 200, 350,  500,  650,  700,  800,  850);// 250cc scooter
    SpecialPrice[5][3] = new Array      (0, 90,  100, 150, 250, 450,  650,  750,  850,  950,  1000);// buggy
	//SpecialPrice[5][4] = new Array(0, 63,  103, 253, 353, 553,  653,  753,  853,  953,  1003);// tango
	SpecialPrice[5][5] = new Array  (0, 100, 250, 350, 550, 1000, 1400, 1700, 2000, 2300, 2600);// Hummer
	SpecialPrice[5][6] = new Array  (0, 100, 250, 350, 550, 1000, 1400, 1700, 2000, 2300, 2600);// Escalade
	SpecialPrice[5][7] = new Array  (0, 100, 250, 350, 550, 1000, 1400, 1700, 2000, 2300, 2600);// Roadster
	SpecialPrice[5][8] = new Array  (0, 10,  20,  30,  40,  50,   60,   70,   80,   90,   100);// bicycle
	

	// Price #6
   // special deal for holiday get JUNE
    SpecialPrice[6] = new Array(3);
    //                                      2h,  4h , Day, 24,  2d,  3d,   4d,   5d,   6d,   7d
	SpecialPrice[6][0] = new Array  (0, 30,  35,  40,  45,  85,  110,  150,  185,  215,  240);// 49cc 1 passanger
    SpecialPrice[6][1] = new Array      (0, 35,  40,  45,  50,  95,  120,  160,  195,  225,  250);// 49cc 2 passangers
	SpecialPrice[6][2] = new Array  (0, 68,  75,  75,  90,  160, 230,  300,  360,  420,  480);// 250cc scooter
    SpecialPrice[6][3] = new Array      (0, 45,  65,  85,  95,  150, 210,  260,  320,  380,  440);// buggy
	//SpecialPrice[6][4] = new Array(0, 63,  103, 153, 203, 353, 503,  603,  703,  803,  903);// tango
	SpecialPrice[6][5] = new Array  (0, 100, 150, 200, 250, 450, 630,  800,  900,  1000, 1100); // Hummer
	SpecialPrice[6][6] = new Array  (0, 100, 150, 200, 250, 450, 630,  800,  900,  1000, 1100); // Escalade
	SpecialPrice[6][7] = new Array  (0, 100, 150, 200, 250, 450, 630,  800,  900,  1000, 1100); // Roadster
	SpecialPrice[6][8] = new Array  (0,  10, 15,  20,  25,  40,  50,   60,   70,   80,   90);// bicycle
	
	// Price #7
   //  season high price  JULY
    SpecialPrice[7] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,   4d,   5d,   6d,   7d
    SpecialPrice[7][0] = new Array      (0, 30,  35,  40,  45,  85,  110,  150,  185,  215,  240);// 49cc 1 passanger
    SpecialPrice[7][1] = new Array      (0, 35,  40,  45,  50,  95,  120,  160,  195,  225,  250);// 49cc 2 passangers
	SpecialPrice[7][2] = new Array  (0, 68,  75,  75,  90,  160, 230,  300,  360,  420,  480);// 250cc scooter
    SpecialPrice[7][3] = new Array      (0, 45,  65,  85,  95,  150, 210,  270,  320,  380,  440);// buggy
	//SpecialPrice[7][4] = new Array(0, 63,  103, 153, 203, 353, 503,  603,  703,  803,  903);// tango
	SpecialPrice[7][5] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Hummer
	SpecialPrice[7][6] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Escalade
	SpecialPrice[7][7] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Roadster
	SpecialPrice[7][8] = new Array  (0, 10,  15,  20,  25,  40,  50,   60,   70,   80,   90);// bicycle

// Price #8
   //  season high price  AUGUST
    SpecialPrice[8] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,   4d,   5d,   6d,   7d
    SpecialPrice[8][0] = new Array      (0, 30,  35,  40,  45,  85,  110,  150,  185,  215,  240);// 49cc 1 passanger
    SpecialPrice[8][1] = new Array      (0, 35,  40,  45,  50,  95,  120,  160,  195,  225,  250);// 49cc 2 passangers
	SpecialPrice[8][2] = new Array  (0, 68,  75,  75,  90,  160, 230,  300,  360,  420,  480);// 250cc scooter
    SpecialPrice[8][3] = new Array      (0, 45,  65,  85,  95,  150, 210,  270,  320,  380,  440);// buggy
	//SpecialPrice[8][4] = new Array(0, 63,  103, 153, 203, 353, 503,  603,  703,  803,  903);// tango
	SpecialPrice[8][5] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Hummer
	SpecialPrice[8][6] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Escalade
	SpecialPrice[8][7] = new Array  (0, 100, 150, 250, 350, 500, 650,  800,  900,  1000, 1100); // Roadster
	SpecialPrice[8][8] = new Array  (0, 10,  15,  20,  25,  40,  50,   60,   70,   80,   90);// bicycle


 //Price #9 
 //            september  labor day holiday  good to mix september with month of november price 9 + 11
    SpecialPrice[9] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,   7d
    SpecialPrice[9][0] = new Array      (0, 30,  45,  55,  65,  120, 170, 220, 250, 300,  340);// 49cc 1 passanger
    SpecialPrice[9][1] = new Array      (0, 38,  49,  59,  70,  140, 190, 230, 260, 310,  350);// 49cc 2 passangers
	SpecialPrice[9][2] = new Array  (0, 50,  65,  85,  100, 195, 280, 360, 425, 470,  530);// 250cc scooter
    SpecialPrice[9][3] = new Array      (0, 60,  75,  100, 120, 220, 300, 350, 400, 450,  500);// buggy
	//SpecialPrice[9][4] = new Array(0, 60,  75,  100, 120, 220, 300, 350, 400, 450,  500);// tango
	SpecialPrice[9][5] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Hummer
	SpecialPrice[9][6] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Escalade
	SpecialPrice[9][7] = new Array  (0, 100, 150, 225, 350, 500, 650, 800, 900, 1000, 1100); // Roadster
    SpecialPrice[9][8] = new Array      (0, 10,  15,  20,  25,  40,  50,  60,  70,  80,   90);// bicycle



//Price #10
 //              october    holiday of culomos day good to mix october and november 
    SpecialPrice[10] = new Array(3);
	//                                  2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,  7d
    SpecialPrice[10][0] = new Array      (0, 30,  40,  45,  50,  95,  140, 170, 200, 230, 260);// 49cc 1 passanger
    SpecialPrice[10][1] = new Array      (0, 38,  45,  50,  55,  105, 150, 180, 220, 260, 300);// 49cc 2 passangers
	SpecialPrice[10][2] = new Array  (0, 45,  60,  75,  85,  150, 210, 280, 350, 420, 490);// 250cc scooter
	SpecialPrice[10][3] = new Array  (0, 40,  60,  70,  90,  160, 230, 300, 360, 420, 460);// buggy
	//SpecialPrice[10][4] = new Array(0, 63,  103, 153, 203, 353, 503, 603, 703, 803, 903);// tango
	SpecialPrice[10][5] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Hummer
	SpecialPrice[10][6] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Escalade
	SpecialPrice[10][7] = new Array  (0, 100, 150, 200, 250, 450, 630, 800, 900, 1000, 1100); // Roadster
	SpecialPrice[10][8] = new Array  (0,  10,  15,  20,  25,  40,  50,  60,  70,  80,   90);// bicycle



// Price #11
   //               NOVMBER
    SpecialPrice[11] = new Array(3);
	//                                    2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,  7d
    SpecialPrice[11][0] = new Array      (0,  20,  25,  30,  35,  70,  100, 100, 130, 160, 190); // 49cc 1 passanger
    SpecialPrice[11][1] = new Array      (0,  25,  30,  35,  45,  80,  115, 120, 145, 175, 199); // 49cc 2 passangers
	SpecialPrice[11][2] = new Array  (0,  50,  65,  55,  75,  120, 180, 220, 250, 400, 450); // 250cc scooter
    SpecialPrice[11][3] = new Array      (0,  45,  50,  60,  70,  130 ,195, 240, 300, 350, 400); // buggy
	//SpecialPrice[11][4] = new Array(0,  53,  68,  78,  103, 203, 278, 353, 403, 453, 503); // tango
	SpecialPrice[11][5] = new Array  (0,  85,  150, 200, 300, 500, 650, 750, 850, 900, 950); // Hummer
	SpecialPrice[11][6] = new Array  (0,  85,  150, 200, 300, 500, 650, 750, 850, 900, 950); // Escalade
	SpecialPrice[11][7] = new Array  (0,  85,  150, 200, 300, 500, 650, 750, 850, 900, 950); // Roadster
	SpecialPrice[11][8] = new Array  (0,  10,  15,  20,  25,  40,  50,  60,  70,  80,  90); // bicycle

// Price #12
   //             DECEMBER  end of  december  used  march  and rest of  december 
    SpecialPrice[12] = new Array(3);
	//                                    2h,  4h,  Day, 24,  2d,  3d,  4d,  5d,  6d,  7d
    SpecialPrice[12][0] = new Array      (0,  25,  35,  40,  45,  80,  110, 120, 150, 180, 210);// 49cc 1 passanger
    SpecialPrice[12][1] = new Array      (0,  30,  40,  45,  50,  90,  125, 140, 145, 195, 225);// 49cc 2 passangers
	SpecialPrice[12][2] = new Array  (0,  50,  65,  55,  75,  120, 180, 220, 250, 300, 350);// 250cc scooter
    SpecialPrice[12][3] = new Array      (0,  45,  50,  60,  70,  130, 195, 240, 300, 350, 400);// buggy
	//SpecialPrice[12][4] = new Array(0,  53,  68,  78,  103, 203, 278, 353, 403, 453, 503);// tango
	SpecialPrice[12][5] = new Array  (0,  85,  150, 200, 250, 425, 600, 750, 900, 950, 990);// Hummer
	SpecialPrice[12][6] = new Array  (0,  85,  150, 200, 250, 425, 600, 750, 900, 950, 990);// Escalade
	SpecialPrice[12][7] = new Array  (0,  85,  150, 200, 250, 425, 600, 750, 900, 950, 990);// Roadster
	SpecialPrice[12][8] = new Array  (0,  10,  15,  20,  25,  40,  50,  60,  70,  80,  90); // bicycle


	
/*** ******************************************************************** ***/
// !put 0 to make a date unavailable!

                              // January
priceK[0] = new Array( null,
                     
                       3, 3, 3, 3, 1, 1, 1,
                       1, 1, 1, 1, 1, 1, 1,
                       1, 1, 1, 1, 1, 1, 1,
                       1, 1, 1, 1, 1, 1, 1,
                       1, 1, 1 
                     
                      );

/*** ******************************************************************** ***/

                              // February
priceK[1] = new Array( null,
                     
                       2, 2, 2, 2, 2, 2, 2,
                       2, 2, 2, 2, 2, 2, 2,
                       2, 2, 2, 2, 2, 2, 2,
                       2, 2, 2, 2, 2, 2, 2,
                       2
                     
                      );

/*** ******************************************************************** ***/

                              // March
priceK[2] = new Array( null,
                     
                       3, 3, 3, 3, 3, 3, 3,
                       3, 3, 3, 3, 3, 3, 3,
                       3, 3, 3, 3, 3, 3, 3,
                       3, 3, 3, 3, 3, 3, 3,
                       3, 3, 3 
                     
                      );

/*** ******************************************************************** ***/

                              // April
priceK[3] = new Array( null,
                     
                       4, 4, 4, 4, 4, 4, 4,
                       4, 4, 4, 4, 4, 4, 4,
                       4, 4, 4, 4, 4, 4, 4,
                       4, 4, 4, 4, 4, 4, 4,
                       4, 4 
                     
                      );

/*** ******************************************************************** ***/

                              // May
priceK[4] = new Array( null,
                     
                       5, 5, 5, 5, 5, 5, 5,
                       5, 5, 5, 5, 5, 5, 5,
                       5, 5, 5, 5, 5, 5, 5,
                       5, 5, 5, 5, 5, 5, 5,
                       5, 5, 5
                     
                      );

/*** ******************************************************************** ***/

                              // June
priceK[5] = new Array( null,
                     
                          6, 6, 6, 6, 6, 6, 6, 
			  6, 6, 6, 6, 6, 6, 6,
			  6, 6, 6, 6, 6, 6, 6,
			  6, 6, 6, 6, 6, 6, 6,
                          6, 6
                     
                      );

/*** ******************************************************************** ***/

                              // July
priceK[6] = new Array( null,
                     
                       7, 7, 7, 7, 7, 7, 7,
                       7, 7, 7, 7, 7, 7, 7,
                       7, 7, 7, 7, 7, 7, 7,
                       7, 7, 7, 7, 7, 7, 7,
                       7, 7, 7 
                     
                      );

/*** ******************************************************************** ***/

                              // August
priceK[7] = new Array( null,
                     
                       8, 8, 8, 8, 8, 8, 8,
                       8, 8, 8, 8, 8, 8, 8,
                       8, 8, 8, 8, 8, 8, 8,
                       8, 8, 8, 8, 8, 8, 8,
                       8, 8, 8 
                     
                      );

/*** ******************************************************************** ***/

                              // September
priceK[8] = new Array( null,
                     
                                         
                       9, 9, 9, 9, 9, 9, 9,
                       9, 9, 9, 9, 9, 9, 9,
                       9, 9, 9, 9, 9, 9, 9,
                       9, 9, 9, 9, 9, 9, 9,
                       9, 9
		       			   		   
                     
                      );

/*** ******************************************************************** ***/

                              // October
priceK[9] = new Array( null,
                     
                       10, 10, 10, 10, 10, 10, 10,  
                       10, 10, 10, 10, 10, 10, 10,
                       10, 10, 10, 10, 10, 10, 10,
                       10, 10, 10, 10, 10, 10, 10,
                       10, 10, 10 
                     
                      );

/*** ******************************************************************** ***/

                              // November
priceK[10] = new Array( null,
                     
                       11, 11, 11, 11, 11, 11, 11,
                       11, 11, 11, 11, 11, 11, 11,
                       11, 11, 11, 11, 11, 11, 11,
                       11, 11, 11, 11, 11, 11, 11,
                       11, 11 
                     
                      );

/*** ******************************************************************** ***/

                              // December
priceK[11] = new Array( null,
                     
                                        
                       12, 12, 12, 12, 12, 12, 12,
                       12, 12, 12, 12, 12, 12, 12,
                       12, 12, 12, 12, 12, 12, 12,
                       12, 12, 12, 12, 12, 12, 12,
                       12, 3, 3
                     
                      );

/*** ******************************************************************** ***/