// CUSTOM PRICING MATRIX 
// You must customize this matrix with your own figures.
// See the User Guide for instructions.

var PLUSPACKSCALC = {

  matrix : {
    base : {
      PAPA : 0, 
      PADA : 0, 
      PAMM : 0, 
      PPOP : 0, 
      PAWE : 0, 
      PBIP : 0, 
      PBIO : 0, 
      PBIA : 0, 
      PBCP : 0, 
      PBCO : 0, 
      PBCA : 0,
      PPIO : 0, 
      PPCO : 0,
      PEWE : 0,
      PICO : 0, 
      PCOM : 0,
      PICR : 0,
      PERS : 0,
      0:0
    },
    duration: {
      6 : 1,
      12 : 1,
      36 : 1,
      60 : 1,
      120 : 1,
      0:0
    },
    coverage : {
      local : 1,
      regional : 1,
      national : 1,
      continental : 1,
      world : 1,
      0:0
    },
    0:0
  },
  
  
  currency : {
    sign : "36",
    decimalSeparator : ".",
    decimalString : "00",
    0:0
  },
  
  
  notice : "",
  
  
  0:0
};

