  arrSize = new Array();
  arrPrices = new Array();

  arrSize[1] = "1 inch";
  arrSize[2] = "2 inch";
  arrSize[3] = "3 inch";
  arrSize[4] = "4 inch";
  arrSize[5] = "5 inch";
  arrSize[6] = "6 inch";
  arrSize[7] = "7 inch";
  arrSize[8] = "8 inch";
  arrSize[9] = "9 inch";
  arrSize[10] = "10 inch";
  arrSize[11] = "11 inch";
  arrSize[12] = "12 inch";

  // transom
  arrPrices[1] = 17.95;
  arrPrices[2] = 24.95;
  arrPrices[3] = 38.95;
  arrPrices[4] = 43.95;
  arrPrices[5] = 49.95;
  arrPrices[6] = 54.95;
  arrPrices[7] = 60.95;
  arrPrices[8] = 65.95;
  arrPrices[9] = 71.95;
  arrPrices[10] = 76.95;
  arrPrices[11] = 87.95;
  arrPrices[12] = 98.95;

  // transom 2 colors

  arrPrices[13] = 25.50;
  arrPrices[14] = 37.50;
  arrPrices[15] = 58.50;
  arrPrices[16] = 66.50;
  arrPrices[17] = 75.50;
  arrPrices[18] = 82.50;
  arrPrices[19] = 91.50;
  arrPrices[20] = 99.50;
  arrPrices[21] = 108.50;
  arrPrices[22] = 115.50;
  arrPrices[23] = 132.50;
  arrPrices[24] = 148.50;


  // side

  arrPrices[25] = 32.95;
  arrPrices[26] = 50.95;
  arrPrices[27] = 77.95;
  arrPrices[28] = 87.95;
  arrPrices[29] = 99.95;
  arrPrices[30] = 110.95;
  arrPrices[31] = 120.95;
  arrPrices[32] = 130.95;
  arrPrices[33] = 140.95;
  arrPrices[34] = 150.95;
  arrPrices[35] = 160.95;
  arrPrices[36] = 175.95;


  // side 2 colors

  arrPrices[37] = 52.75;
  arrPrices[38] = 81.75;
  arrPrices[39] = 125.75;
  arrPrices[40] = 140.75;
  arrPrices[41] = 160.75;
  arrPrices[42] = 177.75;
  arrPrices[43] = 195.75;
  arrPrices[44] = 210.75;
  arrPrices[45] = 225.75;
  arrPrices[46] = 240.75;
  arrPrices[47] = 260.95;
  arrPrices[48] = 280.95;

  stripe_price = new Array();
  stripe_size = new Array();
  stripe_size_num = new Array();
	
  stripe_price[0] = 0;
  stripe_price[1] = 19.00;
  stripe_price[2] = 24.00;
  stripe_price[3] = 29.00;
  stripe_price[4] = 37.00;
  stripe_price[5] = 48.00;
  stripe_price[6] = 70.00;
  stripe_price[7] = 92.00;
  stripe_price[8] = 137.00;
  stripe_price[9] = 0;

  stripe_size[0] = "None";
  stripe_size[1] = '1/4" x 150ft. $19.00';
  stripe_size[2] = '3/8" x 150ft. $24.00';
  stripe_size[3] = '1/2" x 150ft. $29.00';
  stripe_size[4] = '3/4" x 150ft. $37.00';
  stripe_size[5] = '1" x 150ft. $48.00';
  stripe_size[6] = '1.5" x 150ft. $70.00';
  stripe_size[7] = '2" x 150ft. $92.00';
  stripe_size[8] = '3" x 150ft. $137.00';
  stripe_size[9] = '4" - 9" x 150ft.  - Call/Email';
  
  stripe_size_num[0] = 0;
  stripe_size_num[1] = 0.25;
  stripe_size_num[2] = 0.375;
  stripe_size_num[3] = 0.5;
  stripe_size_num[4] = 0.75;
  stripe_size_num[5] = 1;
  stripe_size_num[6] = 1.5;
  stripe_size_num[7] = 2;
  stripe_size_num[8] = 3;
  stripe_size_num[9] = 4;
