var priceMatrix;
priceMatrix = new Array();

priceMatrix['AF'] = new Array();
priceMatrix['AF']['fare'] = 175;
priceMatrix['AF']['reefaction'] = new Array();
priceMatrix['AF']['reefaction']['snorkelling'] = 0;
priceMatrix['AF']['reefaction']['introductoryDiving'] = 55;
priceMatrix['AF']['reefaction']['certifiedDiving'] = 50;
priceMatrix['AF']['numberofdives1'] = new Array();
priceMatrix['AF']['numberofdives1']['2'] = 0;
priceMatrix['AF']['numberofdives1']['3'] = 25;
priceMatrix['AF']['numberofdives2'] = new Array();
priceMatrix['AF']['numberofdives2']['1'] = 0;
priceMatrix['AF']['numberofdives2']['2'] = 40;
priceMatrix['AF']['gear'] = new Array();
priceMatrix['AF']['gear']['owngear'] = 0;
priceMatrix['AF']['gear']['allgear'] = 20;
priceMatrix['AF']['glassbottomboat'] = new Array();
priceMatrix['AF']['glassbottomboat']['yes'] = 16;
priceMatrix['AF']['glassbottomboat']['no'] = 0;

priceMatrix['CF'] = new Array();
priceMatrix['CF']['fare'] = 99;
priceMatrix['CF']['reefaction'] = new Array();
priceMatrix['CF']['reefaction']['snorkelling'] = 0;
priceMatrix['CF']['reefaction']['introductoryDiving'] = 55;
priceMatrix['CF']['reefaction']['certifiedDiving'] = 50;
priceMatrix['CF']['numberofdives1'] = new Array();
priceMatrix['CF']['numberofdives1']['2'] = 0;
priceMatrix['CF']['numberofdives1']['3'] = 25;
priceMatrix['CF']['numberofdives2'] = new Array();
priceMatrix['CF']['numberofdives2']['1'] = 0;
priceMatrix['CF']['numberofdives2']['2'] = 40;
priceMatrix['CF']['gear'] = new Array();
priceMatrix['CF']['gear']['owngear'] = 0;
priceMatrix['CF']['gear']['allgear'] = 20;
priceMatrix['CF']['glassbottomboat'] = new Array();
priceMatrix['CF']['glassbottomboat']['yes'] = 8;
priceMatrix['CF']['glassbottomboat']['no'] = 0;

priceMatrix['TF'] = new Array();
priceMatrix['TF']['fare'] = 0;

priceMatrix['IF'] = new Array();
priceMatrix['IF']['fare'] =0;

