var carCodeArr = new Array(); 
var carDomestic = new Array();

carCodeArr[1] = ['Cargo Truck']; 
carDomestic[1] = ['1'];
carCodeArr[1][1] = ['ALL'];

carCodeArr[2] = ['Dump Truck']; 
carDomestic[2] = ['1'];
carCodeArr[2][1] = ['ALL'];


carCodeArr[3] = ['Box Truck']; 
carDomestic[3] = ['1'];
carCodeArr[3][1] = ['ALL'];


carCodeArr[4] = ['Cargo Crane']; 
carDomestic[4] = ['1'];
carCodeArr[4][1] = ['ALL'];

carCodeArr[5] = ['Folk Lift']; 
carDomestic[5] = ['1'];
carCodeArr[5][1] = ['ALL'];

carCodeArr[6] = ['Dozer']; 
carDomestic[6] = ['1'];
carCodeArr[6][1] = ['ALL'];

carCodeArr[7] = ['Roader']; 
carDomestic[7] = ['1'];
carCodeArr[7][1] = ['ALL'];

carCodeArr[8] = ['Excavater']; 
carDomestic[8] = ['1'];
carCodeArr[8][1] = ['ALL'];

carCodeArr[9] = ['Pump car']; 
carDomestic[9] = ['1'];
carCodeArr[9][1] = ['ALL'];

carCodeArr[10] = ['Tankrory']; 
carDomestic[10] = ['1'];
carCodeArr[10][1] = ['ALL'];

carCodeArr[11] = ['Trailer']; 
carDomestic[11] = ['1'];
carCodeArr[11][1] = ['ALL'];

carCodeArr[12] = ['Others']; 
carDomestic[12] = ['1'];
carCodeArr[12][1] = ['ALL'];
