
function MobilityHardshipAllowance(strCat, strLevels, id1, is1, id2, is2, id3, is3, id4, is4, id5, is5, blnRemoval){
	this.Category = strCat;
	this.Levels = strLevels;
	this.D1 = id1;
	this.S1 = is1;
	this.D2 = id2;
	this.S2 = is2;
	this.D3 = id3;
	this.S3 = is3;
	this.D4 = id4;
	this.S4 = is4;
	this.D5 = id5;
	this.S5 = is5;
	this.Removal = blnRemoval;
}
var MobilityHardshipAllowances = new Array()
function AddMobilityHardshipAllowance(objMobilityHardshipAllowances, objMobilityHardshipAllowance){
	objMobilityHardshipAllowances[objMobilityHardshipAllowances.length] = objMobilityHardshipAllowance;
}
tmp = new MobilityHardshipAllowance("H","P1,P2,P3",0,0,0,0,0,0,2500,1880,2500,1880,true);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("H","P4,P5",0,0,0,0,0,0,2850,2140,2850,2140,true);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("H","D1,D2,ASG,USG",0,0,0,0,0,0,3200,2400,3200,2400,true);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("H","P1,P2,P3",2100,1580,2100,1580,2100,1580,4730,3550,4730,3550,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("H","P4,P5",2630,1970,2630,1970,2630,1970,5620,4217,5620,4217,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("H","D1,D2,ASG,USG",3150,2360,3150,2360,3150,2360,6510,4880,6510,4880,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("A","P1,P2,P3",2100,1580,9060,6800,9060,6800,11500,8640,11500,8640,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("A","P4,P5",2630,1970,10630,7980,10630,7980,13430,10080,13430,10080,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("A","D1,D2,ASG,USG",3150,2360,12190,9140,12190,9140,15360,11520,15360,11520,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("B","P1,P2,P3",7770,5830,14730,11050,14730,11050,17170,12890,17170,12890,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("B","P4,P5",9430,7070,17430,13080,17430,13080,20230,15180,20230,15180,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("B","D1,D2,ASG,USG",11090,8310,20130,15090,20130,15090,23300,17470,23300,17470,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("C","P1,P2,P3",12310,9230,19270,14450,19270,14450,21710,16290,21710,16290,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("C","P4,P5",15100,11330,23100,17340,23100,17340,25900,19440,25900,19440,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("C","D1,D2,ASG,USG",17890,13420,26930,20200,26930,20200,30100,22580,30100,22580,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("D","P1,P2,P3",15710,11790,22670,17010,22670,17010,25110,18850,25110,18850,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("D","P4,P5",18510,13880,26510,19890,26510,19890,29310,21990,29310,21990,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("D","D1,D2,ASG,USG",21290,15970,30330,22750,30330,22750,33500,25130,33500,25130,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("E","P1,P2,P3",19110,14340,26070,19560,26070,19560,28510,21400,28510,21400,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("E","P4,P5",23040,17280,31040,23290,31040,23290,33840,25390,33840,25390,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
tmp = new MobilityHardshipAllowance("E","D1,D2,ASG,USG",25830,19370,34870,26150,34870,26150,38040,28530,38040,28530,false);
AddMobilityHardshipAllowance(MobilityHardshipAllowances,tmp);
