var arrBoth = [];arrBoth['Buick'] = [];arrBoth['Buick'][0] = 'Enclave';
arrBoth['Buick'][1] = 'LaCrosse';
arrBoth['Buick'][2] = 'Lesabre';
arrBoth['Buick'][3] = 'Lucerne';
arrBoth['Buick'][4] = 'Rainier';
arrBoth['Buick'][5] = 'Terraza';
arrBoth['Chevrolet'] = [];arrBoth['Chevrolet'][0] = 'Aveo';
arrBoth['Chevrolet'][1] = 'Blazer';
arrBoth['Chevrolet'][2] = 'Cobalt';
arrBoth['Chevrolet'][3] = 'Colorado';
arrBoth['Chevrolet'][4] = 'Equinox';
arrBoth['Chevrolet'][5] = 'HHR';
arrBoth['Chevrolet'][6] = 'Impala';
arrBoth['Chevrolet'][7] = 'Malibu';
arrBoth['Chevrolet'][8] = 'Monte Carlo';
arrBoth['Chevrolet'][9] = 'S-10';
arrBoth['Chevrolet'][10] = 'Silverado 1500';
arrBoth['Chevrolet'][11] = 'Silverado 2500HD';
arrBoth['Chevrolet'][12] = 'Traverse';
arrBoth['Chevrolet'][13] = 'Uplander';
arrBoth['Chrysler'] = [];arrBoth['Chrysler'][0] = 'Town & Country';
arrBoth['Dodge'] = [];arrBoth['Dodge'][0] = 'Grand Caravan';
arrBoth['Ford'] = [];arrBoth['Ford'][0] = 'Escape';
arrBoth['Ford'][1] = 'F-150';
arrBoth['Ford'][2] = 'F-250';
arrBoth['Ford'][3] = 'F-350 Super Duty';
arrBoth['Ford'][4] = 'Focus';
arrBoth['Ford'][5] = 'Fusion';
arrBoth['Ford'][6] = 'Mustang';
arrBoth['Ford'][7] = 'Ranger';
arrBoth['Ford'][8] = 'Taurus';
arrBoth['GMC'] = [];arrBoth['GMC'][0] = 'Sierra 1500';
arrBoth['GMC'][1] = 'Yukon XL';
arrBoth['Lincoln'] = [];arrBoth['Lincoln'][0] = 'MKX';
arrBoth['Lincoln'][1] = 'Town Car';
arrBoth['Mazda'] = [];arrBoth['Mazda'][0] = 'RX-8';
arrBoth['Mercury'] = [];arrBoth['Mercury'][0] = 'Grand Marquis';
arrBoth['Oldsmobile'] = [];arrBoth['Oldsmobile'][0] = 'Alero';
arrBoth['Oldsmobile'][1] = 'Intrigue';
arrBoth['Pontiac'] = [];arrBoth['Pontiac'][0] = 'G6';
arrBoth['Pontiac'][1] = 'Grand Prix';
arrBoth['Pontiac'][2] = 'VIBE';
arrBoth['Saturn'] = [];arrBoth['Saturn'][0] = 'Aura';
var arrNew = [];arrNew['Ford'] = [];arrNew['Ford'][0] = 'Escape';
arrNew['Ford'][1] = 'F-150';
arrNew['Ford'][2] = 'F-250';
arrNew['Ford'][3] = 'Focus';
arrNew['Ford'][4] = 'Fusion';
arrNew['Ford'][5] = 'Mustang';
arrNew['Ford'][6] = 'Ranger';
arrNew['Ford'][7] = 'Taurus';
var arrUsed = [];arrUsed['Buick'] = [];arrUsed['Buick'][0] = 'Enclave';
arrUsed['Buick'][1] = 'LaCrosse';
arrUsed['Buick'][2] = 'Lesabre';
arrUsed['Buick'][3] = 'Lucerne';
arrUsed['Buick'][4] = 'Rainier';
arrUsed['Buick'][5] = 'Terraza';
arrUsed['Chevrolet'] = [];arrUsed['Chevrolet'][0] = 'Aveo';
arrUsed['Chevrolet'][1] = 'Blazer';
arrUsed['Chevrolet'][2] = 'Cobalt';
arrUsed['Chevrolet'][3] = 'Colorado';
arrUsed['Chevrolet'][4] = 'Equinox';
arrUsed['Chevrolet'][5] = 'HHR';
arrUsed['Chevrolet'][6] = 'Impala';
arrUsed['Chevrolet'][7] = 'Malibu';
arrUsed['Chevrolet'][8] = 'Monte Carlo';
arrUsed['Chevrolet'][9] = 'S-10';
arrUsed['Chevrolet'][10] = 'Silverado 1500';
arrUsed['Chevrolet'][11] = 'Silverado 2500HD';
arrUsed['Chevrolet'][12] = 'Traverse';
arrUsed['Chevrolet'][13] = 'Uplander';
arrUsed['Chrysler'] = [];arrUsed['Chrysler'][0] = 'Town & Country';
arrUsed['Dodge'] = [];arrUsed['Dodge'][0] = 'Grand Caravan';
arrUsed['Ford'] = [];arrUsed['Ford'][0] = 'Escape';
arrUsed['Ford'][1] = 'F-150';
arrUsed['Ford'][2] = 'F-250';
arrUsed['Ford'][3] = 'F-350 Super Duty';
arrUsed['GMC'] = [];arrUsed['GMC'][0] = 'Sierra 1500';
arrUsed['GMC'][1] = 'Yukon XL';
arrUsed['Lincoln'] = [];arrUsed['Lincoln'][0] = 'MKX';
arrUsed['Lincoln'][1] = 'Town Car';
arrUsed['Mazda'] = [];arrUsed['Mazda'][0] = 'RX-8';
arrUsed['Mercury'] = [];arrUsed['Mercury'][0] = 'Grand Marquis';
arrUsed['Oldsmobile'] = [];arrUsed['Oldsmobile'][0] = 'Alero';
arrUsed['Oldsmobile'][1] = 'Intrigue';
arrUsed['Pontiac'] = [];arrUsed['Pontiac'][0] = 'G6';
arrUsed['Pontiac'][1] = 'Grand Prix';
arrUsed['Pontiac'][2] = 'VIBE';
arrUsed['Saturn'] = [];arrUsed['Saturn'][0] = 'Aura';
var arrYears = []
arrYears[0] = '2000';
arrYears[1] = '2001';
arrYears[2] = '2002';
arrYears[3] = '2003';
arrYears[4] = '2004';
arrYears[5] = '2005';
arrYears[6] = '2006';
arrYears[7] = '2007';
arrYears[8] = '2008';
arrYears[9] = '2009';
arrYears[10] = '2010';
arrYears[11] = '2011';
