var PriceArray = new Array();
PriceArray[0] = "4.00";  // buttons
PriceArray[1] = "5.00";  // press studs 
PriceArray[2] = "30.00";  // Brass zip bomber
PriceArray[3] = "40.00";  // Brass zip 3/4
PriceArray[4] = "40.00";  // Biker zip
PriceArray[5] = "25.00";  // Arm zips
PriceArray[6] = "40.00";  // Black lining bomber
PriceArray[7] = "45.00";  // Coloured lining bomber
PriceArray[8] = "55.00";  // Black lining 3/4
PriceArray[9] = "60.00";  // Coloured lining 3/4
PriceArray[10] = "20.00";  // Seaming up to 10"
PriceArray[11] = "30.00";  // Seaming over 10"
PriceArray[12] = "30.00";  // Shorten sleeves
PriceArray[13] = "25.00";  // Shorten trousers


/*var ReapairArray = new Array();
for (var i = 0; i < PriceArray.length; i++)
{ 
  tmp = PriceArray[i].split("|");
  ReapairArray[tmp[0]] = new Array();
  ReapairArray[tmp[0]]['description'] = tmp[1];
  ReapairArray[tmp[0]]['price'] = tmp[2];
}
*/

