/* Set VAT/NI rates for Cycle Scheme */ 
var taxFree=[0, 5035, 5035];
var taxLR=[10, 2150, 7185];
var taxBR=[22, 31150, 38335];
var taxHR=[40, 0, 0];
var NIPrimary=[0,5044];
var NIUEL=[11,33540];
var NIUR=[12];
/*
//change these when tax/ni rates change
// value[0] is percentage
// value[1] is the width of the tax range in pounds
// value[2] is the end of the tax range in pounds
// taxFree is the tax free allowance.
// taxLR is lower rate tax
// taxBR is basic rate tax
// taxHR is higher rate tax */

/*
// National insurance rates
// value[0] is percentage
// value[1] is threshold in pounds
// NIPrimary is basic
// NIUEL upper earnings limit
// NIUR upper rate
 */
 