function fillCategory(){ addOption(document.drop_list.Category,"1", "Acura", "");addOption(document.drop_list.Category,"54", "Alfa Romeo", "");addOption(document.drop_list.Category,"52", "Amc", "");addOption(document.drop_list.Category,"2", "Aston Martin", "");addOption(document.drop_list.Category,"5", "Audi", "");addOption(document.drop_list.Category,"53", "Avanti", "");addOption(document.drop_list.Category,"6", "Bentley", "");addOption(document.drop_list.Category,"7", "Bmw", "");addOption(document.drop_list.Category,"8", "Buick", "");addOption(document.drop_list.Category,"9", "Cadillac", "");addOption(document.drop_list.Category,"10", "Chevrolet", "");addOption(document.drop_list.Category,"11", "Chrysler", "");addOption(document.drop_list.Category,"56", "Daewoo", "");addOption(document.drop_list.Category,"60", "Datsun", "");addOption(document.drop_list.Category,"62", "Delorean", "");addOption(document.drop_list.Category,"13", "Dodge", "");addOption(document.drop_list.Category,"57", "Eagle", "");addOption(document.drop_list.Category,"14", "Ferrari", "");addOption(document.drop_list.Category,"58", "Fiat", "");addOption(document.drop_list.Category,"69", "Fix", "");addOption(document.drop_list.Category,"15", "Ford", "");addOption(document.drop_list.Category,"59", "Geo", "");addOption(document.drop_list.Category,"16", "Gmc", "");addOption(document.drop_list.Category,"17", "Honda", "");addOption(document.drop_list.Category,"18", "Hummer", "");addOption(document.drop_list.Category,"19", "Hyundai", "");addOption(document.drop_list.Category,"20", "Infiniti", "");addOption(document.drop_list.Category,"21", "Isuzu", "");addOption(document.drop_list.Category,"22", "Jaguar", "");addOption(document.drop_list.Category,"23", "Jeep", "");addOption(document.drop_list.Category,"24", "Kia", "");addOption(document.drop_list.Category,"25", "Lamborghini", "");addOption(document.drop_list.Category,"55", "Lancia", "");addOption(document.drop_list.Category,"26", "Land Rover", "");addOption(document.drop_list.Category,"27", "Lexus", "");addOption(document.drop_list.Category,"28", "Lincoln", "");addOption(document.drop_list.Category,"29", "Lotus", "");addOption(document.drop_list.Category,"30", "Maserati", "");addOption(document.drop_list.Category,"31", "Maybach", "");addOption(document.drop_list.Category,"32", "Mazda", "");addOption(document.drop_list.Category,"33", "Mercedes-benz", "");addOption(document.drop_list.Category,"34", "Mercury", "");addOption(document.drop_list.Category,"63", "Merkur", "");addOption(document.drop_list.Category,"35", "Mini", "");addOption(document.drop_list.Category,"36", "Mitsubishi", "");addOption(document.drop_list.Category,"37", "Morgan", "");addOption(document.drop_list.Category,"38", "Nissan", "");addOption(document.drop_list.Category,"68", "Oldsmobile", "");addOption(document.drop_list.Category,"39", "Panoz", "");addOption(document.drop_list.Category,"40", "Pontiac", "");addOption(document.drop_list.Category,"41", "Porsche", "");addOption(document.drop_list.Category,"42", "Rolls-royce", "");addOption(document.drop_list.Category,"43", "Saab", "");addOption(document.drop_list.Category,"44", "Saleen", "");addOption(document.drop_list.Category,"45", "Saturn", "");addOption(document.drop_list.Category,"46", "Scion", "");addOption(document.drop_list.Category,"47", "Subaru", "");addOption(document.drop_list.Category,"48", "Suzuki", "");addOption(document.drop_list.Category,"49", "Toyota", "");addOption(document.drop_list.Category,"50", "Volkswagen", "");addOption(document.drop_list.Category,"51", "Volvo", "");addOption(document.drop_list.Category,"61", "Yugo", ""); } function SelectSubCat(){ // ON selection of category this function will work removeAllOptions(document.drop_list.SubCat); addOption(document.drop_list.SubCat, "1", "SubCat", "");if(document.drop_list.Category.value == '5'){addOption(document.drop_list.SubCat,'55', '100');addOption(document.drop_list.SubCat,'56', '200');addOption(document.drop_list.SubCat,'57', '4000');addOption(document.drop_list.SubCat,'58', '5000');addOption(document.drop_list.SubCat,'59', '80');addOption(document.drop_list.SubCat,'60', '90');addOption(document.drop_list.SubCat,'61', 'a3');addOption(document.drop_list.SubCat,'62', 'a4');addOption(document.drop_list.SubCat,'63', 'a6');addOption(document.drop_list.SubCat,'64', 'a8');addOption(document.drop_list.SubCat,'65', 'allroad quattro');addOption(document.drop_list.SubCat,'66', 'cabriolet');addOption(document.drop_list.SubCat,'67', 'coupe');addOption(document.drop_list.SubCat,'68', 'q7');addOption(document.drop_list.SubCat,'69', 'quattro');addOption(document.drop_list.SubCat,'70', 'rs 4');addOption(document.drop_list.SubCat,'71', 'rs 6');addOption(document.drop_list.SubCat,'72', 's4');addOption(document.drop_list.SubCat,'73', 's6');addOption(document.drop_list.SubCat,'74', 's8');addOption(document.drop_list.SubCat,'75', 'tt');addOption(document.drop_list.SubCat,'76', 'v8 quattro');}if(document.drop_list.Category.value == '58'){addOption(document.drop_list.SubCat,'276', '124');addOption(document.drop_list.SubCat,'277', 'bertone');addOption(document.drop_list.SubCat,'278', 'brava');addOption(document.drop_list.SubCat,'279', 'pininfarina');addOption(document.drop_list.SubCat,'280', 'strada');addOption(document.drop_list.SubCat,'281', 'x1/9');}if(document.drop_list.Category.value == '54'){addOption(document.drop_list.SubCat,'44', '164');addOption(document.drop_list.SubCat,'45', 'gtv');addOption(document.drop_list.SubCat,'46', 'gtv-6');addOption(document.drop_list.SubCat,'47', 'milano');addOption(document.drop_list.SubCat,'48', 'spider');addOption(document.drop_list.SubCat,'49', 'spider veloce');}if(document.drop_list.Category.value == '33'){addOption(document.drop_list.SubCat,'686', '190d 2.2');addOption(document.drop_list.SubCat,'687', '190d 2.5');addOption(document.drop_list.SubCat,'688', '190dt');addOption(document.drop_list.SubCat,'689', '190e 2.3');}if(document.drop_list.Category.value == '38'){addOption(document.drop_list.SubCat,'690', '200sx');addOption(document.drop_list.SubCat,'691', '240sx');addOption(document.drop_list.SubCat,'692', '280zx');addOption(document.drop_list.SubCat,'693', '30zx');addOption(document.drop_list.SubCat,'694', '350z');addOption(document.drop_list.SubCat,'695', 'altima');addOption(document.drop_list.SubCat,'696', 'armada');addOption(document.drop_list.SubCat,'697', 'frontier');addOption(document.drop_list.SubCat,'698', 'maxima');addOption(document.drop_list.SubCat,'699', 'murano');addOption(document.drop_list.SubCat,'700', 'nx');addOption(document.drop_list.SubCat,'701', 'pathfinder');addOption(document.drop_list.SubCat,'702', 'pickup');addOption(document.drop_list.SubCat,'703', 'pulsar');addOption(document.drop_list.SubCat,'704', 'quest');addOption(document.drop_list.SubCat,'705', 'se-r');addOption(document.drop_list.SubCat,'706', 'sentra');addOption(document.drop_list.SubCat,'707', 'stanza');addOption(document.drop_list.SubCat,'708', 'titan');addOption(document.drop_list.SubCat,'709', 'van');addOption(document.drop_list.SubCat,'710', 'versa');addOption(document.drop_list.SubCat,'711', 'xterra');addOption(document.drop_list.SubCat,'712', 'xterra');addOption(document.drop_list.SubCat,'713', 'xterra');addOption(document.drop_list.SubCat,'714', 'xterra');addOption(document.drop_list.SubCat,'715', 'titan');addOption(document.drop_list.SubCat,'716', 'stanza');addOption(document.drop_list.SubCat,'717', 'sentra');addOption(document.drop_list.SubCat,'718', 'se-r');addOption(document.drop_list.SubCat,'719', 'pulsar');addOption(document.drop_list.SubCat,'720', 'pickup');addOption(document.drop_list.SubCat,'721', 'pathfinder');addOption(document.drop_list.SubCat,'722', 'nx');addOption(document.drop_list.SubCat,'723', 'murano');addOption(document.drop_list.SubCat,'724', 'van');addOption(document.drop_list.SubCat,'725', 'versa');addOption(document.drop_list.SubCat,'726', 'titan');addOption(document.drop_list.SubCat,'727', 'stanza');}if(document.drop_list.Category.value == '60'){addOption(document.drop_list.SubCat,'310', '200sx');addOption(document.drop_list.SubCat,'311', '210');addOption(document.drop_list.SubCat,'312', '280 zx');addOption(document.drop_list.SubCat,'313', '300 zx');addOption(document.drop_list.SubCat,'314', '310');addOption(document.drop_list.SubCat,'315', '510');addOption(document.drop_list.SubCat,'316', '720');addOption(document.drop_list.SubCat,'317', '810');addOption(document.drop_list.SubCat,'318', 'maxima');addOption(document.drop_list.SubCat,'319', 'pickup');addOption(document.drop_list.SubCat,'320', 'pulsar');addOption(document.drop_list.SubCat,'321', 'sentra');addOption(document.drop_list.SubCat,'322', 'stanza');}if(document.drop_list.Category.value == '51'){addOption(document.drop_list.SubCat,'645', '240');addOption(document.drop_list.SubCat,'646', '240 dl');addOption(document.drop_list.SubCat,'647', '240 gl');addOption(document.drop_list.SubCat,'648', '240 glt');addOption(document.drop_list.SubCat,'649', '240 se');addOption(document.drop_list.SubCat,'650', '244 gl');addOption(document.drop_list.SubCat,'651', '260');addOption(document.drop_list.SubCat,'652', '260 gle');addOption(document.drop_list.SubCat,'653', '740');addOption(document.drop_list.SubCat,'654', '740 gl');addOption(document.drop_list.SubCat,'655', '740 gl');addOption(document.drop_list.SubCat,'656', '740 gle');addOption(document.drop_list.SubCat,'657', '740 se');addOption(document.drop_list.SubCat,'658', '760');addOption(document.drop_list.SubCat,'659', '760 gle');addOption(document.drop_list.SubCat,'660', '765 gle');addOption(document.drop_list.SubCat,'661', '780');addOption(document.drop_list.SubCat,'662', '850');addOption(document.drop_list.SubCat,'663', '850 glt');addOption(document.drop_list.SubCat,'664', '850 t-5');addOption(document.drop_list.SubCat,'665', '850 t-5r');addOption(document.drop_list.SubCat,'666', '940');addOption(document.drop_list.SubCat,'667', '940 gl');addOption(document.drop_list.SubCat,'668', '940 gle');addOption(document.drop_list.SubCat,'669', '940 se');addOption(document.drop_list.SubCat,'670', ' 960');addOption(document.drop_list.SubCat,'671', 'c70');addOption(document.drop_list.SubCat,'672', 'dl');addOption(document.drop_list.SubCat,'673', 'gl');addOption(document.drop_list.SubCat,'674', 'glt');addOption(document.drop_list.SubCat,'675', 's40');addOption(document.drop_list.SubCat,'676', 's60');addOption(document.drop_list.SubCat,'677', 's70');addOption(document.drop_list.SubCat,'678', 's80');addOption(document.drop_list.SubCat,'679', 's90');addOption(document.drop_list.SubCat,'680', 'v40');addOption(document.drop_list.SubCat,'681', 'v50');addOption(document.drop_list.SubCat,'682', 'v70');addOption(document.drop_list.SubCat,'683', 'v90');addOption(document.drop_list.SubCat,'684', 'xc70 v70 cross country');addOption(document.drop_list.SubCat,'685', 'xc90');}if(document.drop_list.Category.value == '1'){addOption(document.drop_list.SubCat,'14', '3.2 cl');addOption(document.drop_list.SubCat,'13', '3.0 cl');addOption(document.drop_list.SubCat,'12', '2.5 tl');addOption(document.drop_list.SubCat,'11', '2.3 cl');addOption(document.drop_list.SubCat,'10', '2.2 cl');addOption(document.drop_list.SubCat,'15', '3.2 tl');addOption(document.drop_list.SubCat,'16', '3.5 rl');addOption(document.drop_list.SubCat,'17', 'integra');addOption(document.drop_list.SubCat,'18', 'legend');addOption(document.drop_list.SubCat,'19', 'mdx');addOption(document.drop_list.SubCat,'20', 'nsx');addOption(document.drop_list.SubCat,'21', 'rdx');addOption(document.drop_list.SubCat,'22', 'rl');addOption(document.drop_list.SubCat,'23', 'rsx');addOption(document.drop_list.SubCat,'24', 'slx');addOption(document.drop_list.SubCat,'25', 'tl');addOption(document.drop_list.SubCat,'26', 'tsx');addOption(document.drop_list.SubCat,'27', 'vigor');}if(document.drop_list.Category.value == '11'){addOption(document.drop_list.SubCat,'393', '300');addOption(document.drop_list.SubCat,'394', '300m');addOption(document.drop_list.SubCat,'395', 'aspen');addOption(document.drop_list.SubCat,'396', 'caravan');addOption(document.drop_list.SubCat,'397', 'cirrus');addOption(document.drop_list.SubCat,'398', 'concorde');addOption(document.drop_list.SubCat,'399', 'conquest');addOption(document.drop_list.SubCat,'400', 'cordoba');addOption(document.drop_list.SubCat,'401', 'crossfire');addOption(document.drop_list.SubCat,'402', 'e class');addOption(document.drop_list.SubCat,'403', 'executive');addOption(document.drop_list.SubCat,'404', 'fifth avenue');addOption(document.drop_list.SubCat,'405', 'imperial');addOption(document.drop_list.SubCat,'406', 'intrepid');addOption(document.drop_list.SubCat,'407', 'lebaron');addOption(document.drop_list.SubCat,'408', 'lhs');addOption(document.drop_list.SubCat,'409', 'neon');addOption(document.drop_list.SubCat,'410', 'new yorker');addOption(document.drop_list.SubCat,'411', 'newport');addOption(document.drop_list.SubCat,'412', 'pacifica');addOption(document.drop_list.SubCat,'413', 'prowler');addOption(document.drop_list.SubCat,'414', 'pt cruiser');addOption(document.drop_list.SubCat,'415', 'sebring');addOption(document.drop_list.SubCat,'416', 'town & country');addOption(document.drop_list.SubCat,'417', 'voyager');}if(document.drop_list.Category.value == '36'){addOption(document.drop_list.SubCat,'879', '3000gt');addOption(document.drop_list.SubCat,'880', 'cordia');addOption(document.drop_list.SubCat,'881', 'diamante');addOption(document.drop_list.SubCat,'882', 'eclipse');addOption(document.drop_list.SubCat,'883', 'endeavor');addOption(document.drop_list.SubCat,'884', 'expo');addOption(document.drop_list.SubCat,'885', 'galant');addOption(document.drop_list.SubCat,'886', 'lancer');addOption(document.drop_list.SubCat,'887', 'mirage');addOption(document.drop_list.SubCat,'888', 'montero');addOption(document.drop_list.SubCat,'889', 'montero sport');addOption(document.drop_list.SubCat,'890', 'outlander');addOption(document.drop_list.SubCat,'891', 'pickup');addOption(document.drop_list.SubCat,'892', 'precis');addOption(document.drop_list.SubCat,'893', 'raider');addOption(document.drop_list.SubCat,'894', 'sapporo');addOption(document.drop_list.SubCat,'895', 'sigma');addOption(document.drop_list.SubCat,'896', 'starion');addOption(document.drop_list.SubCat,'897', 'treda');}if(document.drop_list.Category.value == '14'){addOption(document.drop_list.SubCat,'462', '308 gtb');addOption(document.drop_list.SubCat,'463', '308 gtbl');addOption(document.drop_list.SubCat,'464', '308 gts');addOption(document.drop_list.SubCat,'465', '308 gtsl');addOption(document.drop_list.SubCat,'466', '328 gtb');addOption(document.drop_list.SubCat,'467', '328 gts');addOption(document.drop_list.SubCat,'468', '348 gtb');addOption(document.drop_list.SubCat,'469', '348 gts');addOption(document.drop_list.SubCat,'470', '348 spider');addOption(document.drop_list.SubCat,'471', '360');addOption(document.drop_list.SubCat,'472', '456 gt');addOption(document.drop_list.SubCat,'473', '512tr');addOption(document.drop_list.SubCat,'474', '612 scaglietti');addOption(document.drop_list.SubCat,'475', 'enzo');addOption(document.drop_list.SubCat,'476', 'f131');addOption(document.drop_list.SubCat,'477', 'f355');addOption(document.drop_list.SubCat,'478', 'f40');addOption(document.drop_list.SubCat,'479', 'f430');addOption(document.drop_list.SubCat,'480', 'f550');addOption(document.drop_list.SubCat,'481', 'f575');addOption(document.drop_list.SubCat,'482', 'mondial');addOption(document.drop_list.SubCat,'483', 'testarossa');}if(document.drop_list.Category.value == '7'){addOption(document.drop_list.SubCat,'87', '318i');addOption(document.drop_list.SubCat,'88', '318ic');addOption(document.drop_list.SubCat,'89', '318is');addOption(document.drop_list.SubCat,'90', '318ti');addOption(document.drop_list.SubCat,'91', '320i');addOption(document.drop_list.SubCat,'92', '323ci');addOption(document.drop_list.SubCat,'93', '323i');addOption(document.drop_list.SubCat,'94', '323ic');addOption(document.drop_list.SubCat,'95', '323is');addOption(document.drop_list.SubCat,'96', '323it');addOption(document.drop_list.SubCat,'97', '325');addOption(document.drop_list.SubCat,'98', '325ic');addOption(document.drop_list.SubCat,'99', '325is');addOption(document.drop_list.SubCat,'100', '325it');addOption(document.drop_list.SubCat,'101', '325ix');addOption(document.drop_list.SubCat,'102', '325xi');addOption(document.drop_list.SubCat,'103', '325xit');addOption(document.drop_list.SubCat,'104', '328ci');addOption(document.drop_list.SubCat,'105', '328i');addOption(document.drop_list.SubCat,'106', '328ic');addOption(document.drop_list.SubCat,'107', '328is');addOption(document.drop_list.SubCat,'108', '328xi');addOption(document.drop_list.SubCat,'109', '330ci');addOption(document.drop_list.SubCat,'110', '330i');addOption(document.drop_list.SubCat,'111', '330xi');addOption(document.drop_list.SubCat,'112', '335i');addOption(document.drop_list.SubCat,'113', '524td');addOption(document.drop_list.SubCat,'114', '525i');addOption(document.drop_list.SubCat,'115', '525it');addOption(document.drop_list.SubCat,'116', '525xi');addOption(document.drop_list.SubCat,'117', '525e');addOption(document.drop_list.SubCat,'118', '528i');addOption(document.drop_list.SubCat,'119', '528it');addOption(document.drop_list.SubCat,'120', '530xi');addOption(document.drop_list.SubCat,'121', '530i');addOption(document.drop_list.SubCat,'122', '530it');addOption(document.drop_list.SubCat,'123', '533i');addOption(document.drop_list.SubCat,'124', '535i');addOption(document.drop_list.SubCat,'125', '540i');addOption(document.drop_list.SubCat,'126', '540it');addOption(document.drop_list.SubCat,'127', '545i');addOption(document.drop_list.SubCat,'128', '550l');addOption(document.drop_list.SubCat,'129', '633csi');addOption(document.drop_list.SubCat,'130', '635csi');addOption(document.drop_list.SubCat,'131', '645ci');addOption(document.drop_list.SubCat,'132', '650ci');addOption(document.drop_list.SubCat,'133', '650cic');addOption(document.drop_list.SubCat,'134', '733i');addOption(document.drop_list.SubCat,'135', '735i');addOption(document.drop_list.SubCat,'136', '735il');addOption(document.drop_list.SubCat,'137', '740i');addOption(document.drop_list.SubCat,'138', '740il');addOption(document.drop_list.SubCat,'139', '745i');addOption(document.drop_list.SubCat,'140', '745li');addOption(document.drop_list.SubCat,'141', '750i');addOption(document.drop_list.SubCat,'142', '750il');addOption(document.drop_list.SubCat,'143', '750li');addOption(document.drop_list.SubCat,'144', '760i');addOption(document.drop_list.SubCat,'145', '760li');addOption(document.drop_list.SubCat,'146', '840ci');addOption(document.drop_list.SubCat,'147', '850ci');addOption(document.drop_list.SubCat,'148', '850csi');addOption(document.drop_list.SubCat,'149', '850i');addOption(document.drop_list.SubCat,'150', 'l6');addOption(document.drop_list.SubCat,'151', 'l7');addOption(document.drop_list.SubCat,'152', 'm coupe');addOption(document.drop_list.SubCat,'153', 'm roadster');addOption(document.drop_list.SubCat,'154', 'm series');addOption(document.drop_list.SubCat,'155', 'm3');addOption(document.drop_list.SubCat,'156', 'm5');addOption(document.drop_list.SubCat,'157', 'm6');addOption(document.drop_list.SubCat,'158', 'x3');addOption(document.drop_list.SubCat,'159', 'x5');addOption(document.drop_list.SubCat,'160', 'z3');addOption(document.drop_list.SubCat,'161', 'z4');addOption(document.drop_list.SubCat,'162', 'z8');}if(document.drop_list.Category.value == '32'){addOption(document.drop_list.SubCat,'605', '323');addOption(document.drop_list.SubCat,'606', '626');addOption(document.drop_list.SubCat,'607', '929');addOption(document.drop_list.SubCat,'608', 'b-series pickup');addOption(document.drop_list.SubCat,'609', 'cx-7');addOption(document.drop_list.SubCat,'610', 'glc');addOption(document.drop_list.SubCat,'611', 'mazda 3');addOption(document.drop_list.SubCat,'612', 'mazda5');addOption(document.drop_list.SubCat,'613', 'mazda 6');addOption(document.drop_list.SubCat,'614', 'miata mx5');addOption(document.drop_list.SubCat,'615', 'millenia');addOption(document.drop_list.SubCat,'616', 'mpv');addOption(document.drop_list.SubCat,'617', 'mx3');addOption(document.drop_list.SubCat,'618', 'mx6');addOption(document.drop_list.SubCat,'619', 'navajo');addOption(document.drop_list.SubCat,'620', 'protege');addOption(document.drop_list.SubCat,'621', 'protege 5');addOption(document.drop_list.SubCat,'622', 'rx-7');addOption(document.drop_list.SubCat,'623', 'rx-8');addOption(document.drop_list.SubCat,'624', 'tribute');}if(document.drop_list.Category.value == '13'){addOption(document.drop_list.SubCat,'419', '400');addOption(document.drop_list.SubCat,'420', '600');addOption(document.drop_list.SubCat,'421', 'aries');addOption(document.drop_list.SubCat,'422', 'avemger');addOption(document.drop_list.SubCat,'423', 'caliber');addOption(document.drop_list.SubCat,'424', 'caravan');addOption(document.drop_list.SubCat,'425', 'challenger');addOption(document.drop_list.SubCat,'426', 'charger');addOption(document.drop_list.SubCat,'427', 'colt');addOption(document.drop_list.SubCat,'428', 'conquest');addOption(document.drop_list.SubCat,'429', 'd50 pick up');addOption(document.drop_list.SubCat,'430', 'dakota');addOption(document.drop_list.SubCat,'431', 'daytona');addOption(document.drop_list.SubCat,'432', 'diplomat');addOption(document.drop_list.SubCat,'433', 'durango');addOption(document.drop_list.SubCat,'434', 'dynasty');addOption(document.drop_list.SubCat,'435', 'grand caravan');addOption(document.drop_list.SubCat,'436', 'intrepid');addOption(document.drop_list.SubCat,'437', 'lancer');addOption(document.drop_list.SubCat,'438', 'magnum');addOption(document.drop_list.SubCat,'439', 'mirada');addOption(document.drop_list.SubCat,'440', 'monaco');addOption(document.drop_list.SubCat,'441', 'neon');addOption(document.drop_list.SubCat,'442', 'nitro');addOption(document.drop_list.SubCat,'443', 'omni');addOption(document.drop_list.SubCat,'444', 'raider');addOption(document.drop_list.SubCat,'445', 'ram 1500 truck');addOption(document.drop_list.SubCat,'446', 'ram 2500 truck');addOption(document.drop_list.SubCat,'447', 'ram 3500 truck');addOption(document.drop_list.SubCat,'448', 'ram pickup');addOption(document.drop_list.SubCat,'449', 'ram srt-10');addOption(document.drop_list.SubCat,'450', 'ram van');addOption(document.drop_list.SubCat,'451', 'ram wagom');addOption(document.drop_list.SubCat,'452', 'ramcharger');addOption(document.drop_list.SubCat,'453', 'rampage');addOption(document.drop_list.SubCat,'454', 'shadow');addOption(document.drop_list.SubCat,'455', 'spirit');addOption(document.drop_list.SubCat,'456', 'sprinter');addOption(document.drop_list.SubCat,'457', 'srt-4');addOption(document.drop_list.SubCat,'458', 'st. regis');addOption(document.drop_list.SubCat,'459', 'stealth');addOption(document.drop_list.SubCat,'460', 'stratus');addOption(document.drop_list.SubCat,'461', 'viper');}if(document.drop_list.Category.value == '30'){addOption(document.drop_list.SubCat,'596', '425');addOption(document.drop_list.SubCat,'597', '430');addOption(document.drop_list.SubCat,'598', 'biturbo');addOption(document.drop_list.SubCat,'599', 'coupe');addOption(document.drop_list.SubCat,'600', 'grandsport');addOption(document.drop_list.SubCat,'601', 'quattroporte');addOption(document.drop_list.SubCat,'602', 'spyder');}if(document.drop_list.Category.value == '49'){addOption(document.drop_list.SubCat,'829', '4runner');addOption(document.drop_list.SubCat,'830', 'avalon');addOption(document.drop_list.SubCat,'831', 'camry');addOption(document.drop_list.SubCat,'832', 'celica');addOption(document.drop_list.SubCat,'833', 'corolla');addOption(document.drop_list.SubCat,'834', 'corona');addOption(document.drop_list.SubCat,'835', 'cressida');addOption(document.drop_list.SubCat,'836', 'echo');addOption(document.drop_list.SubCat,'837', 'fj cruiser');addOption(document.drop_list.SubCat,'838', 'highlander');addOption(document.drop_list.SubCat,'839', 'land cruiser');addOption(document.drop_list.SubCat,'840', 'matrix');addOption(document.drop_list.SubCat,'841', 'mr2');addOption(document.drop_list.SubCat,'842', 'mr2 spyder');addOption(document.drop_list.SubCat,'843', 'paseo');addOption(document.drop_list.SubCat,'844', 'pickup');addOption(document.drop_list.SubCat,'845', 'previa');addOption(document.drop_list.SubCat,'846', 'prios');addOption(document.drop_list.SubCat,'847', 'rav4');addOption(document.drop_list.SubCat,'848', 'sequoia');addOption(document.drop_list.SubCat,'849', 'sienna');addOption(document.drop_list.SubCat,'850', 'solara');addOption(document.drop_list.SubCat,'851', 'starlet');addOption(document.drop_list.SubCat,'852', 'supra');addOption(document.drop_list.SubCat,'853', 't100');addOption(document.drop_list.SubCat,'854', 'tacoma');addOption(document.drop_list.SubCat,'855', 'tercel');addOption(document.drop_list.SubCat,'856', 'tundra');addOption(document.drop_list.SubCat,'857', 'van');addOption(document.drop_list.SubCat,'858', 'yaris');}if(document.drop_list.Category.value == '31'){addOption(document.drop_list.SubCat,'603', '57');addOption(document.drop_list.SubCat,'604', '62');}if(document.drop_list.Category.value == '40'){addOption(document.drop_list.SubCat,'728', '6000');addOption(document.drop_list.SubCat,'729', 'aztek');addOption(document.drop_list.SubCat,'730', 'bonneville');addOption(document.drop_list.SubCat,'731', 'catalina');addOption(document.drop_list.SubCat,'732', 'fiero');addOption(document.drop_list.SubCat,'733', 'firebird');addOption(document.drop_list.SubCat,'734', 'firebird formula');addOption(document.drop_list.SubCat,'735', 'g5');addOption(document.drop_list.SubCat,'736', 'g6');addOption(document.drop_list.SubCat,'737', 'grand am');addOption(document.drop_list.SubCat,'738', 'grand prix');addOption(document.drop_list.SubCat,'739', 'gto');addOption(document.drop_list.SubCat,'740', 'j2000');addOption(document.drop_list.SubCat,'741', 'le mans');addOption(document.drop_list.SubCat,'742', 'montana');addOption(document.drop_list.SubCat,'743', 'parisienne');addOption(document.drop_list.SubCat,'744', 'phoenix');addOption(document.drop_list.SubCat,'745', 'safari');addOption(document.drop_list.SubCat,'746', 'solstice');addOption(document.drop_list.SubCat,'747', 'sunbird');addOption(document.drop_list.SubCat,'748', 'sunfire');addOption(document.drop_list.SubCat,'749', 't-1000');addOption(document.drop_list.SubCat,'750', 'torrent');addOption(document.drop_list.SubCat,'751', 'trans am');addOption(document.drop_list.SubCat,'752', 'trans sport');addOption(document.drop_list.SubCat,'753', 'vibe');}if(document.drop_list.Category.value == '43'){addOption(document.drop_list.SubCat,'772', '9-2x');addOption(document.drop_list.SubCat,'773', '9-3');addOption(document.drop_list.SubCat,'774', '9-5');addOption(document.drop_list.SubCat,'775', '9-7x');addOption(document.drop_list.SubCat,'776', '900');addOption(document.drop_list.SubCat,'777', '9000');}if(document.drop_list.Category.value == '41'){addOption(document.drop_list.SubCat,'754', '911');addOption(document.drop_list.SubCat,'755', '911 turbo');addOption(document.drop_list.SubCat,'756', '924');addOption(document.drop_list.SubCat,'757', '928');addOption(document.drop_list.SubCat,'758', '944');addOption(document.drop_list.SubCat,'759', '968');addOption(document.drop_list.SubCat,'760', 'boxster');addOption(document.drop_list.SubCat,'761', 'carrera gt');addOption(document.drop_list.SubCat,'762', 'cayenne');addOption(document.drop_list.SubCat,'763', 'cayman');}if(document.drop_list.Category.value == '16'){addOption(document.drop_list.SubCat,'282', 'acadia');addOption(document.drop_list.SubCat,'283', 'caballero');addOption(document.drop_list.SubCat,'284', 'canyon');addOption(document.drop_list.SubCat,'285', 'envoy');addOption(document.drop_list.SubCat,'286', 'envoy xl');addOption(document.drop_list.SubCat,'287', 'envoy xuv');addOption(document.drop_list.SubCat,'288', 'jimmy');addOption(document.drop_list.SubCat,'289', 'pickup');addOption(document.drop_list.SubCat,'290', 'rally wagon');addOption(document.drop_list.SubCat,'291', 's15 pickup');addOption(document.drop_list.SubCat,'292', 'safari');addOption(document.drop_list.SubCat,'293', 'savana');addOption(document.drop_list.SubCat,'294', 'sierra');addOption(document.drop_list.SubCat,'295', 'sierra c/k1500');addOption(document.drop_list.SubCat,'296', 'sierra c/k2500');addOption(document.drop_list.SubCat,'297', 'sierra c/k3500');addOption(document.drop_list.SubCat,'298', 'sonoma');addOption(document.drop_list.SubCat,'299', 'suburban');addOption(document.drop_list.SubCat,'300', 'syclone');addOption(document.drop_list.SubCat,'301', 'typhoon');addOption(document.drop_list.SubCat,'302', 'vandura');addOption(document.drop_list.SubCat,'303', 'yukon');addOption(document.drop_list.SubCat,'304', 'yukon xl');}if(document.drop_list.Category.value == '19'){addOption(document.drop_list.SubCat,'323', 'accent');addOption(document.drop_list.SubCat,'324', 'azera');addOption(document.drop_list.SubCat,'325', 'elantra');addOption(document.drop_list.SubCat,'326', 'entourage');addOption(document.drop_list.SubCat,'327', 'excel');addOption(document.drop_list.SubCat,'328', 'pony');addOption(document.drop_list.SubCat,'329', 'santa fe');addOption(document.drop_list.SubCat,'330', 'scoupe');addOption(document.drop_list.SubCat,'331', 'sonata');addOption(document.drop_list.SubCat,'332', 'tiburon');addOption(document.drop_list.SubCat,'333', 'tucson');addOption(document.drop_list.SubCat,'334', 'xg300');addOption(document.drop_list.SubCat,'335', 'xg350');addOption(document.drop_list.SubCat,'900', 'equus');addOption(document.drop_list.SubCat,'904', 'genesis coupe');addOption(document.drop_list.SubCat,'903', 'genesis');addOption(document.drop_list.SubCat,'905', 'sonata hybrid');addOption(document.drop_list.SubCat,'906', 'veloster');addOption(document.drop_list.SubCat,'907', 'elantra GT');addOption(document.drop_list.SubCat,'908', 'elantra coupe');}if(document.drop_list.Category.value == '17'){addOption(document.drop_list.SubCat,'497', 'accord');addOption(document.drop_list.SubCat,'498', 'civic');addOption(document.drop_list.SubCat,'499', 'cr-v');addOption(document.drop_list.SubCat,'500', 'crx');addOption(document.drop_list.SubCat,'501', 'del sol');addOption(document.drop_list.SubCat,'502', 'element');addOption(document.drop_list.SubCat,'503', 'ev plus');addOption(document.drop_list.SubCat,'504', 'fit');addOption(document.drop_list.SubCat,'505', 'insight');addOption(document.drop_list.SubCat,'506', 'odyssey');addOption(document.drop_list.SubCat,'507', 'passport');addOption(document.drop_list.SubCat,'508', 'pilot');addOption(document.drop_list.SubCat,'509', 'prelude');addOption(document.drop_list.SubCat,'510', 'ridgeline');addOption(document.drop_list.SubCat,'511', 's2000');}if(document.drop_list.Category.value == '48'){addOption(document.drop_list.SubCat,'816', 'aerio');addOption(document.drop_list.SubCat,'817', 'esteem');addOption(document.drop_list.SubCat,'818', 'forenza');addOption(document.drop_list.SubCat,'819', 'grand vitara');addOption(document.drop_list.SubCat,'820', 'reno');addOption(document.drop_list.SubCat,'821', 'samurai');addOption(document.drop_list.SubCat,'822', 'sidekick');addOption(document.drop_list.SubCat,'823', 'swift');addOption(document.drop_list.SubCat,'824', 'sx4');addOption(document.drop_list.SubCat,'825', 'verona');addOption(document.drop_list.SubCat,'826', 'vitara');addOption(document.drop_list.SubCat,'827', 'x-90');addOption(document.drop_list.SubCat,'828', 'xl-7');}if(document.drop_list.Category.value == '68'){addOption(document.drop_list.SubCat,'898', 'alero');addOption(document.drop_list.SubCat,'899', 'aurora');}if(document.drop_list.Category.value == '9'){addOption(document.drop_list.SubCat,'181', 'allante');addOption(document.drop_list.SubCat,'182', 'brougham');addOption(document.drop_list.SubCat,'183', 'brougham');addOption(document.drop_list.SubCat,'184', 'catere');addOption(document.drop_list.SubCat,'185', 'cimarron');addOption(document.drop_list.SubCat,'186', 'cts');addOption(document.drop_list.SubCat,'187', 'de ville');addOption(document.drop_list.SubCat,'188', 'dts');addOption(document.drop_list.SubCat,'189', 'eldorado');addOption(document.drop_list.SubCat,'190', 'escalade');addOption(document.drop_list.SubCat,'191', 'escalade esv');addOption(document.drop_list.SubCat,'192', 'escalade ext');addOption(document.drop_list.SubCat,'193', 'fleetwood');addOption(document.drop_list.SubCat,'194', 'seville');addOption(document.drop_list.SubCat,'195', 'srx');addOption(document.drop_list.SubCat,'196', 'sts');addOption(document.drop_list.SubCat,'197', 'xlr');}if(document.drop_list.Category.value == '52'){addOption(document.drop_list.SubCat,'28', 'alliance');addOption(document.drop_list.SubCat,'29', 'cherokee');addOption(document.drop_list.SubCat,'30', 'cj');addOption(document.drop_list.SubCat,'31', 'cj5');addOption(document.drop_list.SubCat,'32', 'cj7');addOption(document.drop_list.SubCat,'33', 'comanche');addOption(document.drop_list.SubCat,'34', 'concord');addOption(document.drop_list.SubCat,'35', 'eagle');addOption(document.drop_list.SubCat,'36', 'encore');addOption(document.drop_list.SubCat,'37', 'grand wagoneer');addOption(document.drop_list.SubCat,'38', 'j10');addOption(document.drop_list.SubCat,'39', 'j20');addOption(document.drop_list.SubCat,'40', 'scrambler');addOption(document.drop_list.SubCat,'41', 'spirit');addOption(document.drop_list.SubCat,'42', 'wagoneer');addOption(document.drop_list.SubCat,'43', 'wrangler');}if(document.drop_list.Category.value == '24'){addOption(document.drop_list.SubCat,'209', 'amanti');addOption(document.drop_list.SubCat,'210', 'optima');addOption(document.drop_list.SubCat,'211', 'rio');addOption(document.drop_list.SubCat,'212', 'rondo');addOption(document.drop_list.SubCat,'213', 'sedona');addOption(document.drop_list.SubCat,'214', 'sephia');addOption(document.drop_list.SubCat,'215', 'sorento');addOption(document.drop_list.SubCat,'216', 'spectra');addOption(document.drop_list.SubCat,'217', 'spectra5');addOption(document.drop_list.SubCat,'218', 'sportage');}if(document.drop_list.Category.value == '21'){addOption(document.drop_list.SubCat,'526', 'amigo');addOption(document.drop_list.SubCat,'527', 'ascender');addOption(document.drop_list.SubCat,'528', 'axiom');addOption(document.drop_list.SubCat,'529', 'homber');addOption(document.drop_list.SubCat,'530', 'hombre');addOption(document.drop_list.SubCat,'531', 'i-280');addOption(document.drop_list.SubCat,'532', 'i-290');addOption(document.drop_list.SubCat,'533', 'i-350');addOption(document.drop_list.SubCat,'534', '1-370');addOption(document.drop_list.SubCat,'535', 'l-mark');addOption(document.drop_list.SubCat,'536', 'impulse');addOption(document.drop_list.SubCat,'537', 'oasis');addOption(document.drop_list.SubCat,'538', 'pickup');addOption(document.drop_list.SubCat,'539', 'rodeo');addOption(document.drop_list.SubCat,'540', 'stylus');addOption(document.drop_list.SubCat,'541', 'trooper');addOption(document.drop_list.SubCat,'542', 'trooper 11');addOption(document.drop_list.SubCat,'543', 'vehicross');}if(document.drop_list.Category.value == '6'){addOption(document.drop_list.SubCat,'80', 'arnage');addOption(document.drop_list.SubCat,'81', 'azure');addOption(document.drop_list.SubCat,'82', 'bentley');addOption(document.drop_list.SubCat,'83', 'brooklands');addOption(document.drop_list.SubCat,'84', 'continental');addOption(document.drop_list.SubCat,'85', 'corniche');addOption(document.drop_list.SubCat,'86', 'mulsanne');}if(document.drop_list.Category.value == '10'){addOption(document.drop_list.SubCat,'344', 'astro');addOption(document.drop_list.SubCat,'345', 'avalanche');addOption(document.drop_list.SubCat,'346', 'aveo');addOption(document.drop_list.SubCat,'347', 'beretta');addOption(document.drop_list.SubCat,'352', 'blazer');addOption(document.drop_list.SubCat,'353', 'camaro');addOption(document.drop_list.SubCat,'354', 'caprice');addOption(document.drop_list.SubCat,'355', 'cavalier');addOption(document.drop_list.SubCat,'356', 'celebrity');addOption(document.drop_list.SubCat,'357', 'chevette');addOption(document.drop_list.SubCat,'358', 'citation');addOption(document.drop_list.SubCat,'359', 'cobalt');addOption(document.drop_list.SubCat,'360', 'corsica');addOption(document.drop_list.SubCat,'361', 'colorado');addOption(document.drop_list.SubCat,'362', 'corvette');addOption(document.drop_list.SubCat,'363', 'el camino');addOption(document.drop_list.SubCat,'364', 'equinox');addOption(document.drop_list.SubCat,'365', 'express van');addOption(document.drop_list.SubCat,'366', 'g van');addOption(document.drop_list.SubCat,'367', 'hhr');addOption(document.drop_list.SubCat,'368', 'impala');addOption(document.drop_list.SubCat,'369', 'lumina');addOption(document.drop_list.SubCat,'370', 'lumina apv');addOption(document.drop_list.SubCat,'371', 'luv');addOption(document.drop_list.SubCat,'372', 'malibu');addOption(document.drop_list.SubCat,'373', 'metro');addOption(document.drop_list.SubCat,'374', 'monte carlo');addOption(document.drop_list.SubCat,'375', 'nova');addOption(document.drop_list.SubCat,'376', 'pickup');addOption(document.drop_list.SubCat,'377', 'prizm');addOption(document.drop_list.SubCat,'378', 's10 blazer');addOption(document.drop_list.SubCat,'379', 's10 pickup');addOption(document.drop_list.SubCat,'380', 'silverado c/k1500');addOption(document.drop_list.SubCat,'381', 'silverado c/k2500');addOption(document.drop_list.SubCat,'382', 'silverado c/k3500');addOption(document.drop_list.SubCat,'383', 'spectrum');addOption(document.drop_list.SubCat,'384', 'sprint');addOption(document.drop_list.SubCat,'385', 'ssr');addOption(document.drop_list.SubCat,'386', 'suburban');addOption(document.drop_list.SubCat,'387', 'tahoe');addOption(document.drop_list.SubCat,'388', 'tracker');addOption(document.drop_list.SubCat,'389', 'trailblazer');addOption(document.drop_list.SubCat,'390', 'trailblazer ext');addOption(document.drop_list.SubCat,'391', 'uplander');addOption(document.drop_list.SubCat,'392', 'venture');}if(document.drop_list.Category.value == '45'){addOption(document.drop_list.SubCat,'778', 'aura');addOption(document.drop_list.SubCat,'779', 'ion');addOption(document.drop_list.SubCat,'780', 'l100');addOption(document.drop_list.SubCat,'781', 'l200');addOption(document.drop_list.SubCat,'782', 'l300');addOption(document.drop_list.SubCat,'783', 'ls');addOption(document.drop_list.SubCat,'784', 'lw1');addOption(document.drop_list.SubCat,'785', 'lw2');addOption(document.drop_list.SubCat,'786', 'lw200');addOption(document.drop_list.SubCat,'787', 'lw300');addOption(document.drop_list.SubCat,'788', 'outlook');addOption(document.drop_list.SubCat,'789', 'relay');addOption(document.drop_list.SubCat,'790', 'sc1');addOption(document.drop_list.SubCat,'791', 'sc2');addOption(document.drop_list.SubCat,'792', 'sky');addOption(document.drop_list.SubCat,'793', 'sl');addOption(document.drop_list.SubCat,'794', 'sl1');addOption(document.drop_list.SubCat,'795', 'sl2');addOption(document.drop_list.SubCat,'796', 'sw1');addOption(document.drop_list.SubCat,'797', 'sw2');addOption(document.drop_list.SubCat,'798', 'vue');}if(document.drop_list.Category.value == '28'){addOption(document.drop_list.SubCat,'583', 'aviator');addOption(document.drop_list.SubCat,'584', 'blackwood');addOption(document.drop_list.SubCat,'585', 'continental');addOption(document.drop_list.SubCat,'586', 'ls');addOption(document.drop_list.SubCat,'587', 'mark lt');addOption(document.drop_list.SubCat,'588', 'mark v1');addOption(document.drop_list.SubCat,'589', 'mark v11');addOption(document.drop_list.SubCat,'590', 'mark v111');addOption(document.drop_list.SubCat,'591', 'mkx');addOption(document.drop_list.SubCat,'592', 'mkz');addOption(document.drop_list.SubCat,'593', 'navigator');addOption(document.drop_list.SubCat,'594', 'town car');addOption(document.drop_list.SubCat,'595', 'sephyr');}if(document.drop_list.Category.value == '47'){addOption(document.drop_list.SubCat,'802', 'b9 tribeca');addOption(document.drop_list.SubCat,'803', 'baja');addOption(document.drop_list.SubCat,'804', 'brat');addOption(document.drop_list.SubCat,'805', 'dl');addOption(document.drop_list.SubCat,'806', 'forester');addOption(document.drop_list.SubCat,'807', 'gl');addOption(document.drop_list.SubCat,'808', 'impreza');addOption(document.drop_list.SubCat,'809', 'justy');addOption(document.drop_list.SubCat,'810', 'legacy');addOption(document.drop_list.SubCat,'811', 'loyale');addOption(document.drop_list.SubCat,'812', 'outback');addOption(document.drop_list.SubCat,'813', 'rx');addOption(document.drop_list.SubCat,'814', 'svx');addOption(document.drop_list.SubCat,'815', 'xt');}if(document.drop_list.Category.value == '55'){addOption(document.drop_list.SubCat,'225', 'bete');addOption(document.drop_list.SubCat,'226', 'zagato');}if(document.drop_list.Category.value == '50'){addOption(document.drop_list.SubCat,'859', 'cabrio');addOption(document.drop_list.SubCat,'860', 'cabriolet');addOption(document.drop_list.SubCat,'861', 'corrado');addOption(document.drop_list.SubCat,'862', 'dasher');addOption(document.drop_list.SubCat,'863', 'eos');addOption(document.drop_list.SubCat,'864', 'eurovan');addOption(document.drop_list.SubCat,'865', 'fox');addOption(document.drop_list.SubCat,'866', 'golf');addOption(document.drop_list.SubCat,'867', 'gti');addOption(document.drop_list.SubCat,'868', 'jetta');addOption(document.drop_list.SubCat,'869', 'new beetle');addOption(document.drop_list.SubCat,'870', 'passat');addOption(document.drop_list.SubCat,'871', 'phaeton');addOption(document.drop_list.SubCat,'872', 'pickup');addOption(document.drop_list.SubCat,'873', 'quantum');addOption(document.drop_list.SubCat,'874', 'r32');addOption(document.drop_list.SubCat,'875', 'rabbit');addOption(document.drop_list.SubCat,'876', 'scirocco');addOption(document.drop_list.SubCat,'877', 'touareg');addOption(document.drop_list.SubCat,'878', 'vanagon');}if(document.drop_list.Category.value == '42'){addOption(document.drop_list.SubCat,'764', 'camargue');addOption(document.drop_list.SubCat,'765', 'corniche');addOption(document.drop_list.SubCat,'766', 'park ward');addOption(document.drop_list.SubCat,'767', 'phantom');addOption(document.drop_list.SubCat,'768', 'silver dawn');addOption(document.drop_list.SubCat,'769', 'silver seraph');addOption(document.drop_list.SubCat,'770', 'silver spirit');addOption(document.drop_list.SubCat,'771', 'silver spur');}if(document.drop_list.Category.value == '34'){addOption(document.drop_list.SubCat,'627', 'capri');addOption(document.drop_list.SubCat,'628', 'cougar');addOption(document.drop_list.SubCat,'629', 'grand marquis');addOption(document.drop_list.SubCat,'630', 'lynx');addOption(document.drop_list.SubCat,'631', 'marauder');addOption(document.drop_list.SubCat,'632', 'mariner');addOption(document.drop_list.SubCat,'633', 'marquis');addOption(document.drop_list.SubCat,'634', 'milan');addOption(document.drop_list.SubCat,'635', 'montego');addOption(document.drop_list.SubCat,'636', 'monterey');addOption(document.drop_list.SubCat,'637', 'mountaineer');addOption(document.drop_list.SubCat,'638', 'mystique');addOption(document.drop_list.SubCat,'639', 'sable');addOption(document.drop_list.SubCat,'640', 'topaz');addOption(document.drop_list.SubCat,'641', 'tracer');addOption(document.drop_list.SubCat,'642', 'villager');addOption(document.drop_list.SubCat,'643', 'zephyr');}if(document.drop_list.Category.value == '8'){addOption(document.drop_list.SubCat,'163', 'century');addOption(document.drop_list.SubCat,'164', 'electra');addOption(document.drop_list.SubCat,'165', 'estate wagon');addOption(document.drop_list.SubCat,'166', 'grand national');addOption(document.drop_list.SubCat,'167', 'laCrosse');addOption(document.drop_list.SubCat,'168', 'le sabre');addOption(document.drop_list.SubCat,'169', 'lucerne');addOption(document.drop_list.SubCat,'170', 'park avenue');addOption(document.drop_list.SubCat,'171', 'rainier');addOption(document.drop_list.SubCat,'172', 'reatta');addOption(document.drop_list.SubCat,'173', 'regal');addOption(document.drop_list.SubCat,'174', 'rendezvous');addOption(document.drop_list.SubCat,'175', 'riviere');addOption(document.drop_list.SubCat,'176', 'roadmaster');addOption(document.drop_list.SubCat,'177', 'skyhawk');addOption(document.drop_list.SubCat,'178', 'skylark');addOption(document.drop_list.SubCat,'179', 'somerset');addOption(document.drop_list.SubCat,'180', 'terraza');addOption(document.drop_list.SubCat,'238', 'riviera');}if(document.drop_list.Category.value == '23'){addOption(document.drop_list.SubCat,'198', 'cherokee');addOption(document.drop_list.SubCat,'199', 'cj');addOption(document.drop_list.SubCat,'200', 'comanche');addOption(document.drop_list.SubCat,'201', 'commander');addOption(document.drop_list.SubCat,'202', 'compass');addOption(document.drop_list.SubCat,'203', 'grand cherokee');addOption(document.drop_list.SubCat,'204', 'grand wagonner');addOption(document.drop_list.SubCat,'205', 'liberty');addOption(document.drop_list.SubCat,'206', 'pickup');addOption(document.drop_list.SubCat,'207', 'wagoneer');addOption(document.drop_list.SubCat,'208', 'wrangler');}if(document.drop_list.Category.value == '53'){addOption(document.drop_list.SubCat,'77', 'convertible');addOption(document.drop_list.SubCat,'78', 'coupe');addOption(document.drop_list.SubCat,'79', 'sedan');}if(document.drop_list.Category.value == '35'){addOption(document.drop_list.SubCat,'644', 'cooper');}if(document.drop_list.Category.value == '25'){addOption(document.drop_list.SubCat,'219', 'countach');addOption(document.drop_list.SubCat,'220', 'diablo');addOption(document.drop_list.SubCat,'221', 'gallardo');addOption(document.drop_list.SubCat,'222', ' jalpa');addOption(document.drop_list.SubCat,'223', 'lm');addOption(document.drop_list.SubCat,'224', 'murcielago');}if(document.drop_list.Category.value == '2'){addOption(document.drop_list.SubCat,'50', 'db7');addOption(document.drop_list.SubCat,'51', 'db9');addOption(document.drop_list.SubCat,'52', 'vanquish');addOption(document.drop_list.SubCat,'53', 'vantage');addOption(document.drop_list.SubCat,'54', 'virage');}if(document.drop_list.Category.value == '26'){addOption(document.drop_list.SubCat,'227', 'defender');addOption(document.drop_list.SubCat,'228', 'discovery');addOption(document.drop_list.SubCat,'229', 'freelander');addOption(document.drop_list.SubCat,'230', 'land rover');addOption(document.drop_list.SubCat,'231', 'lr3');addOption(document.drop_list.SubCat,'232', 'range rover');addOption(document.drop_list.SubCat,'233', 'range rover sport');}if(document.drop_list.Category.value == '62'){addOption(document.drop_list.SubCat,'418', 'dmc-12');}if(document.drop_list.Category.value == '29'){addOption(document.drop_list.SubCat,'234', 'elan');addOption(document.drop_list.SubCat,'235', 'elise');addOption(document.drop_list.SubCat,'236', 'esprit');addOption(document.drop_list.SubCat,'237', 'exige');}if(document.drop_list.Category.value == '27'){addOption(document.drop_list.SubCat,'557', 'es 350');addOption(document.drop_list.SubCat,'558', 'es250');addOption(document.drop_list.SubCat,'559', 'es300');addOption(document.drop_list.SubCat,'560', 'es330');addOption(document.drop_list.SubCat,'561', 'gs300');addOption(document.drop_list.SubCat,'562', 'gs350');addOption(document.drop_list.SubCat,'563', 'gs400');addOption(document.drop_list.SubCat,'564', 'gs430');addOption(document.drop_list.SubCat,'565', 'gs450h');addOption(document.drop_list.SubCat,'566', 'gx470');addOption(document.drop_list.SubCat,'567', 'is 250');addOption(document.drop_list.SubCat,'568', 'is 350');addOption(document.drop_list.SubCat,'569', 'is300');addOption(document.drop_list.SubCat,'570', 'ls400');addOption(document.drop_list.SubCat,'571', 'ls430');addOption(document.drop_list.SubCat,'572', 'ls430');addOption(document.drop_list.SubCat,'573', 'ls460');addOption(document.drop_list.SubCat,'574', 'lx450');addOption(document.drop_list.SubCat,'575', 'lx470');addOption(document.drop_list.SubCat,'576', 'rx400h');addOption(document.drop_list.SubCat,'577', 'rx300');addOption(document.drop_list.SubCat,'578', 'rx330');addOption(document.drop_list.SubCat,'579', 'rx350');addOption(document.drop_list.SubCat,'580', 'sc300');addOption(document.drop_list.SubCat,'581', 'sc400');addOption(document.drop_list.SubCat,'582', 'sc430');}if(document.drop_list.Category.value == '15'){addOption(document.drop_list.SubCat,'247', 'exp');addOption(document.drop_list.SubCat,'248', 'expedition');addOption(document.drop_list.SubCat,'249', 'expedition el');addOption(document.drop_list.SubCat,'250', 'explorer');addOption(document.drop_list.SubCat,'251', 'explorer sport trac');addOption(document.drop_list.SubCat,'252', 'f super duty');addOption(document.drop_list.SubCat,'253', 'f150');addOption(document.drop_list.SubCat,'254', 'f250');addOption(document.drop_list.SubCat,'255', 'f350');addOption(document.drop_list.SubCat,'256', 'fairmount');addOption(document.drop_list.SubCat,'257', 'festiva');addOption(document.drop_list.SubCat,'258', 'five hundred');addOption(document.drop_list.SubCat,'259', 'focus');addOption(document.drop_list.SubCat,'260', 'freestar');addOption(document.drop_list.SubCat,'261', 'freestyle');addOption(document.drop_list.SubCat,'262', 'fusion');addOption(document.drop_list.SubCat,'263', 'granada');addOption(document.drop_list.SubCat,'264', 'gt');addOption(document.drop_list.SubCat,'265', 'laser');addOption(document.drop_list.SubCat,'266', 'ltd');addOption(document.drop_list.SubCat,'267', 'mustang');addOption(document.drop_list.SubCat,'268', 'pickup');addOption(document.drop_list.SubCat,'269', 'probe');addOption(document.drop_list.SubCat,'270', 'ranger');addOption(document.drop_list.SubCat,'271', 'taurus');addOption(document.drop_list.SubCat,'272', 'tempo');addOption(document.drop_list.SubCat,'273', 'thunderbird');addOption(document.drop_list.SubCat,'274', 'windstar');addOption(document.drop_list.SubCat,'275', 'zx2 escort');addOption(document.drop_list.SubCat,'484', 'aerostar');addOption(document.drop_list.SubCat,'485', 'aspire');addOption(document.drop_list.SubCat,'486', 'bronco');addOption(document.drop_list.SubCat,'487', 'bronco 11');addOption(document.drop_list.SubCat,'488', 'club wagon');addOption(document.drop_list.SubCat,'489', 'contour');addOption(document.drop_list.SubCat,'490', 'courier');addOption(document.drop_list.SubCat,'491', 'crown victoria');addOption(document.drop_list.SubCat,'492', 'econoline');addOption(document.drop_list.SubCat,'493', 'edge');addOption(document.drop_list.SubCat,'494', 'escape');addOption(document.drop_list.SubCat,'495', 'escort');addOption(document.drop_list.SubCat,'496', 'excursion');}if(document.drop_list.Category.value == '69'){addOption(document.drop_list.SubCat,'909', 'fix');}if(document.drop_list.Category.value == '20'){addOption(document.drop_list.SubCat,'512', 'fx35');addOption(document.drop_list.SubCat,'513', 'fx45');addOption(document.drop_list.SubCat,'514', 'g20');addOption(document.drop_list.SubCat,'515', 'g35');addOption(document.drop_list.SubCat,'516', 'l35');addOption(document.drop_list.SubCat,'517', 'l30');addOption(document.drop_list.SubCat,'518', 'j30');addOption(document.drop_list.SubCat,'519', 'm30');addOption(document.drop_list.SubCat,'520', 'm35');addOption(document.drop_list.SubCat,'521', 'm45');addOption(document.drop_list.SubCat,'522', 'q45');addOption(document.drop_list.SubCat,'523', 'qx4');addOption(document.drop_list.SubCat,'524', 'qx56');addOption(document.drop_list.SubCat,'525', 'q45');}if(document.drop_list.Category.value == '61'){addOption(document.drop_list.SubCat,'339', 'gv');addOption(document.drop_list.SubCat,'340', 'gvc');addOption(document.drop_list.SubCat,'341', 'gvl');addOption(document.drop_list.SubCat,'342', 'gvs');addOption(document.drop_list.SubCat,'343', 'gvx');}if(document.drop_list.Category.value == '18'){addOption(document.drop_list.SubCat,'336', 'h1');addOption(document.drop_list.SubCat,'337', 'h2');addOption(document.drop_list.SubCat,'338', 'h3');}if(document.drop_list.Category.value == '56'){addOption(document.drop_list.SubCat,'239', 'lanos');addOption(document.drop_list.SubCat,'240', 'leganza');addOption(document.drop_list.SubCat,'241', 'nubira');}if(document.drop_list.Category.value == '57'){addOption(document.drop_list.SubCat,'242', 'medallion');addOption(document.drop_list.SubCat,'243', 'premier');addOption(document.drop_list.SubCat,'244', 'summit');addOption(document.drop_list.SubCat,'245', 'talon');addOption(document.drop_list.SubCat,'246', 'vision');}if(document.drop_list.Category.value == '59'){addOption(document.drop_list.SubCat,'305', 'metro');addOption(document.drop_list.SubCat,'306', 'prizm');addOption(document.drop_list.SubCat,'307', 'spectrum');addOption(document.drop_list.SubCat,'308', 'storm');addOption(document.drop_list.SubCat,'309', 'tracker');}if(document.drop_list.Category.value == '22'){addOption(document.drop_list.SubCat,'544', 's-type');addOption(document.drop_list.SubCat,'545', 'vanden plas');addOption(document.drop_list.SubCat,'546', 'x-type');addOption(document.drop_list.SubCat,'547', 'xj series');addOption(document.drop_list.SubCat,'548', 'xj12');addOption(document.drop_list.SubCat,'549', 'xj6');addOption(document.drop_list.SubCat,'550', 'xj8');addOption(document.drop_list.SubCat,'551', 'xjr');addOption(document.drop_list.SubCat,'552', 'xjs');addOption(document.drop_list.SubCat,'553', 'xk');addOption(document.drop_list.SubCat,'554', 'xk8');addOption(document.drop_list.SubCat,'555', 'xke series');addOption(document.drop_list.SubCat,'556', 'xkr');}if(document.drop_list.Category.value == '63'){addOption(document.drop_list.SubCat,'625', 'scorpio');addOption(document.drop_list.SubCat,'626', 'xr4tl');}if(document.drop_list.Category.value == '46'){addOption(document.drop_list.SubCat,'799', 'tc');addOption(document.drop_list.SubCat,'800', 'xa');addOption(document.drop_list.SubCat,'801', 'xb');}if(document.drop_list.Category.value == '12'){addOption(document.drop_list.SubCat,'9', 'west');addOption(document.drop_list.SubCat,'8', '54');addOption(document.drop_list.SubCat,'348', 'josue');addOption(document.drop_list.SubCat,'349', 'werw');addOption(document.drop_list.SubCat,'350', 'werwerwre');addOption(document.drop_list.SubCat,'351', 'eeee');} } function removeAllOptions(selectbox) { var i; for(i=selectbox.options.length-1;i>=0;i--) { //selectbox.options.remove(i); selectbox.remove(i); } } function addOption(selectbox, value, text ) { var optn = document.createElement("OPTION"); optn.text = text; optn.value = value; selectbox.options.add(optn); }