function setOptionsY2() {
	var yearbox = document.ssearch.year;
	yearbox.disabled = false;
}
function setOptions2(chosen) {
var selbox = document.ssearch.model;
selbox.disabled = false;
 
selbox.options.length = 0;
if (chosen == " " || chosen == "Any") {
  selbox.options[selbox.options.length] = new Option('Any','Any');
 
}
if (chosen == "Acura") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('CL','CL');
  selbox.options[selbox.options.length] = new Option('Integra','Integra');
  selbox.options[selbox.options.length] = new Option('Legend','Legend');
  selbox.options[selbox.options.length] = new Option('MDX','MDX');
  selbox.options[selbox.options.length] = new Option('NSX','NSX');
  selbox.options[selbox.options.length] = new Option('RDX','RDX');
  selbox.options[selbox.options.length] = new Option('RL','RL');
  selbox.options[selbox.options.length] = new Option('RSX','RSX');
  selbox.options[selbox.options.length] = new Option('SLX','SLX');
  selbox.options[selbox.options.length] = new Option('TL','TL');
  selbox.options[selbox.options.length] = new Option('TSX','TSX');
  selbox.options[selbox.options.length] = new Option('Vigor','Vigor');
  selbox.options[selbox.options.length] = new Option('ZDX','ZDX');
}
if (chosen == "Alfa Romeo") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('164','164');
  selbox.options[selbox.options.length] = new Option('1900','1900');
  selbox.options[selbox.options.length] = new Option('1900C','1900C');
  selbox.options[selbox.options.length] = new Option('2000','2000');
  selbox.options[selbox.options.length] = new Option('2600','2600');
  selbox.options[selbox.options.length] = new Option('6C 2500','6C 2500');
  selbox.options[selbox.options.length] = new Option('8C','8C');
  selbox.options[selbox.options.length] = new Option('Alfetta','Alfetta');
  selbox.options[selbox.options.length] = new Option('Berlina','Berlina');
  selbox.options[selbox.options.length] = new Option('Duetto 1600','Duetto 1600');
  selbox.options[selbox.options.length] = new Option('Giulia','Giulia');
  selbox.options[selbox.options.length] = new Option('Giulia Sprint','Giulia Sprint');
  selbox.options[selbox.options.length] = new Option('Giulietta','Giulietta');
  selbox.options[selbox.options.length] = new Option('GT Veloce','GT Veloce');
  selbox.options[selbox.options.length] = new Option('GTA','GTA');
  selbox.options[selbox.options.length] = new Option('GTC','GTC');
  selbox.options[selbox.options.length] = new Option('GTV','GTV');
  selbox.options[selbox.options.length] = new Option('GTZ','GTZ');
  selbox.options[selbox.options.length] = new Option('Montreal','Montreal');
  selbox.options[selbox.options.length] = new Option('Spider','Spider');
  selbox.options[selbox.options.length] = new Option('Sport','Sport');
  selbox.options[selbox.options.length] = new Option('Sprint','Sprint');
  selbox.options[selbox.options.length] = new Option('TZ','TZ');
  selbox.options[selbox.options.length] = new Option('TZ 2','TZ 2');
}
if (chosen == "Alpine") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('A110','A110');
  selbox.options[selbox.options.length] = new Option('A310','A310');
}
if (chosen == "AM General") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Hummer','Hummer');
}
if (chosen == "American Motors") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Ambassador','Ambassador');
  selbox.options[selbox.options.length] = new Option('AMX','AMX');
  selbox.options[selbox.options.length] = new Option('Concord','Concord');
  selbox.options[selbox.options.length] = new Option('Gremlin','Gremlin');
  selbox.options[selbox.options.length] = new Option('Hornet','Hornet');
  selbox.options[selbox.options.length] = new Option('Matador','Matador');
  selbox.options[selbox.options.length] = new Option('Pacer','Pacer');
  selbox.options[selbox.options.length] = new Option('Spirit','Spirit');
}
if (chosen == "Aston Martin") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('DB7','DB7');
  selbox.options[selbox.options.length] = new Option('DB9','DB9');
  selbox.options[selbox.options.length] = new Option('DBS','DBS');
  selbox.options[selbox.options.length] = new Option('Lagonda','Lagonda');
  selbox.options[selbox.options.length] = new Option('V-8','V-8');
  selbox.options[selbox.options.length] = new Option('V8 Vantage','V8 Vantage');
  selbox.options[selbox.options.length] = new Option('Vanquish','Vanquish');
  selbox.options[selbox.options.length] = new Option('Virage','Virage');
}
if (chosen == "Audi") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('100','100');
  selbox.options[selbox.options.length] = new Option('200','200');
  selbox.options[selbox.options.length] = new Option('5000','5000');
  selbox.options[selbox.options.length] = new Option('80','80');
  selbox.options[selbox.options.length] = new Option('90','90');
  selbox.options[selbox.options.length] = new Option('A3','A3');
  selbox.options[selbox.options.length] = new Option('A4','A4');
  selbox.options[selbox.options.length] = new Option('A5','A5');
  selbox.options[selbox.options.length] = new Option('A6','A6');
  selbox.options[selbox.options.length] = new Option('A8','A8');
  selbox.options[selbox.options.length] = new Option('Cabriolet','Cabriolet');
  selbox.options[selbox.options.length] = new Option('Coupe Quattro','Coupe Quattro');
  selbox.options[selbox.options.length] = new Option('Fox','Fox');
  selbox.options[selbox.options.length] = new Option('Q5','Q5');
  selbox.options[selbox.options.length] = new Option('Q7','Q7');
  selbox.options[selbox.options.length] = new Option('R8','R8');
  selbox.options[selbox.options.length] = new Option('RS4','RS4');
  selbox.options[selbox.options.length] = new Option('RS6','RS6');
  selbox.options[selbox.options.length] = new Option('S4','S4');
  selbox.options[selbox.options.length] = new Option('S5','S5');
  selbox.options[selbox.options.length] = new Option('S6','S6');
  selbox.options[selbox.options.length] = new Option('S8','S8');
  selbox.options[selbox.options.length] = new Option('TT','TT');
}
if (chosen == "Austin") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('A35','A35');
  selbox.options[selbox.options.length] = new Option('A40','A40');
  selbox.options[selbox.options.length] = new Option('Atlantic','Atlantic');
  selbox.options[selbox.options.length] = new Option('Cambridge','Cambridge');
  selbox.options[selbox.options.length] = new Option('Countryman','Countryman');
  selbox.options[selbox.options.length] = new Option('Devon','Devon');
  selbox.options[selbox.options.length] = new Option('Hereford','Hereford');
  selbox.options[selbox.options.length] = new Option('Marina','Marina');
  selbox.options[selbox.options.length] = new Option('Seven','Seven');
  selbox.options[selbox.options.length] = new Option('Sheerline','Sheerline');
  selbox.options[selbox.options.length] = new Option('Somerset','Somerset');
  selbox.options[selbox.options.length] = new Option('Sports','Sports');
}
if (chosen == "Bentley") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Arnage','Arnage');
  selbox.options[selbox.options.length] = new Option('Azure','Azure');
  selbox.options[selbox.options.length] = new Option('Brooklands','Brooklands');
  selbox.options[selbox.options.length] = new Option('Continental','Continental');
  selbox.options[selbox.options.length] = new Option('Corniche','Corniche');
  selbox.options[selbox.options.length] = new Option('Eight','Eight');
  selbox.options[selbox.options.length] = new Option('Mk VI','Mk VI');
  selbox.options[selbox.options.length] = new Option('Mulsanne','Mulsanne');
  selbox.options[selbox.options.length] = new Option('R Type','R Type');
  selbox.options[selbox.options.length] = new Option('S1 Series','S1 Series');
  selbox.options[selbox.options.length] = new Option('S2 Series','S2 Series');
  selbox.options[selbox.options.length] = new Option('S3 Series','S3 Series');
  selbox.options[selbox.options.length] = new Option('T1 Series','T1 Series');
  selbox.options[selbox.options.length] = new Option('T2 Series','T2 Series');
  selbox.options[selbox.options.length] = new Option('Turbo R','Turbo R');
}
if (chosen == "BMW") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('3 Series','3 Series');
  selbox.options[selbox.options.length] = new Option('5 Series','5 Series');
  selbox.options[selbox.options.length] = new Option('7 Series','7 Series');
  selbox.options[selbox.options.length] = new Option('128i','128i');
  selbox.options[selbox.options.length] = new Option('135i','135i');
  selbox.options[selbox.options.length] = new Option('2002','2002');
  selbox.options[selbox.options.length] = new Option('3.0Si','3.0Si');
  selbox.options[selbox.options.length] = new Option('318i','318i');
  selbox.options[selbox.options.length] = new Option('318is','318is');
  selbox.options[selbox.options.length] = new Option('318ti','318ti');
  selbox.options[selbox.options.length] = new Option('320i','320i');
  selbox.options[selbox.options.length] = new Option('323Ci','323Ci');
  selbox.options[selbox.options.length] = new Option('323i','323i');
  selbox.options[selbox.options.length] = new Option('323is','323is');
  selbox.options[selbox.options.length] = new Option('325Ci','325Ci');
  selbox.options[selbox.options.length] = new Option('325i','325i');
  selbox.options[selbox.options.length] = new Option('325is','325is');
  selbox.options[selbox.options.length] = new Option('325iX','325iX');
  selbox.options[selbox.options.length] = new Option('325xi','325xi');
  selbox.options[selbox.options.length] = new Option('328Ci','328Ci');
  selbox.options[selbox.options.length] = new Option('328i','328i');
  selbox.options[selbox.options.length] = new Option('328is','328is');
  selbox.options[selbox.options.length] = new Option('328xi','328xi');
  selbox.options[selbox.options.length] = new Option('330Ci','330Ci');
  selbox.options[selbox.options.length] = new Option('330i','330i');
  selbox.options[selbox.options.length] = new Option('330xi','330xi');
  selbox.options[selbox.options.length] = new Option('335d','335d');
  selbox.options[selbox.options.length] = new Option('335i','335i');
  selbox.options[selbox.options.length] = new Option('335xi','335xi');
  selbox.options[selbox.options.length] = new Option('525i','525i');
  selbox.options[selbox.options.length] = new Option('525iT','525iT');
  selbox.options[selbox.options.length] = new Option('525xi','525xi');
  selbox.options[selbox.options.length] = new Option('528i','528i');
  selbox.options[selbox.options.length] = new Option('528xi','528xi');
  selbox.options[selbox.options.length] = new Option('530i','530i');
  selbox.options[selbox.options.length] = new Option('530xi','530xi');
  selbox.options[selbox.options.length] = new Option('535i','535i');
  selbox.options[selbox.options.length] = new Option('535xi','535xi');
  selbox.options[selbox.options.length] = new Option('540i','540i');
  selbox.options[selbox.options.length] = new Option('545i','545i');
  selbox.options[selbox.options.length] = new Option('550i','550i');
  selbox.options[selbox.options.length] = new Option('630CSi','630CSi');
  selbox.options[selbox.options.length] = new Option('633CSi','633CSi');
  selbox.options[selbox.options.length] = new Option('645Ci','645Ci');
  selbox.options[selbox.options.length] = new Option('650i','650i');
  selbox.options[selbox.options.length] = new Option('733i','733i');
  selbox.options[selbox.options.length] = new Option('735i','735i');
  selbox.options[selbox.options.length] = new Option('735iL','735iL');
  selbox.options[selbox.options.length] = new Option('740i','740i');
  selbox.options[selbox.options.length] = new Option('740iL','740iL');
  selbox.options[selbox.options.length] = new Option('745i','745i');
  selbox.options[selbox.options.length] = new Option('745Li','745Li');
  selbox.options[selbox.options.length] = new Option('750i','750i');
  selbox.options[selbox.options.length] = new Option('750iL','750iL');
  selbox.options[selbox.options.length] = new Option('750Li','750Li');
  selbox.options[selbox.options.length] = new Option('760i','760i');
  selbox.options[selbox.options.length] = new Option('760Li','760Li');
  selbox.options[selbox.options.length] = new Option('840Ci','840Ci');
  selbox.options[selbox.options.length] = new Option('850Ci','850Ci');
  selbox.options[selbox.options.length] = new Option('850CSi','850CSi');
  selbox.options[selbox.options.length] = new Option('850i','850i');
  selbox.options[selbox.options.length] = new Option('Alpina B7','Alpina B7');
  selbox.options[selbox.options.length] = new Option('M3','M3');
  selbox.options[selbox.options.length] = new Option('M5','M5');
  selbox.options[selbox.options.length] = new Option('M6','M6');
  selbox.options[selbox.options.length] = new Option('X3','X3');
  selbox.options[selbox.options.length] = new Option('X5','X5');
  selbox.options[selbox.options.length] = new Option('X6','X6');
  selbox.options[selbox.options.length] = new Option('Z3','Z3');
  selbox.options[selbox.options.length] = new Option('Z4','Z4');
  selbox.options[selbox.options.length] = new Option('Z8','Z8');
}
if (chosen == "Bugatti") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Type 101','Type 101');
  selbox.options[selbox.options.length] = new Option('Veyron 16.4','Veyron 16.4');
}
if (chosen == "Buick") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Apollo','Apollo');
  selbox.options[selbox.options.length] = new Option('Century','Century');
  selbox.options[selbox.options.length] = new Option('Electra','Electra');
  selbox.options[selbox.options.length] = new Option('Enclave','Enclave');
  selbox.options[selbox.options.length] = new Option('Estate Wagon','Estate Wagon');
  selbox.options[selbox.options.length] = new Option('LaCrosse','LaCrosse');
  selbox.options[selbox.options.length] = new Option('LeSabre','LeSabre');
  selbox.options[selbox.options.length] = new Option('Limited','Limited');
  selbox.options[selbox.options.length] = new Option('Lucerne','Lucerne');
  selbox.options[selbox.options.length] = new Option('Opel','Opel');
  selbox.options[selbox.options.length] = new Option('Park Avenue','Park Avenue');
  selbox.options[selbox.options.length] = new Option('Rainier','Rainier');
  selbox.options[selbox.options.length] = new Option('Reatta','Reatta');
  selbox.options[selbox.options.length] = new Option('Regal','Regal');
  selbox.options[selbox.options.length] = new Option('Rendezvous','Rendezvous');
  selbox.options[selbox.options.length] = new Option('Riviera','Riviera');
  selbox.options[selbox.options.length] = new Option('Roadmaster','Roadmaster');
  selbox.options[selbox.options.length] = new Option('Skyhawk','Skyhawk');
  selbox.options[selbox.options.length] = new Option('Skylark','Skylark');
  selbox.options[selbox.options.length] = new Option('Terraza','Terraza');
}
if (chosen == "Cadillac") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('60 Special','60 Special');
  selbox.options[selbox.options.length] = new Option('Allante','Allante');
  selbox.options[selbox.options.length] = new Option('Brougham','Brougham');
  selbox.options[selbox.options.length] = new Option('Calais','Calais');
  selbox.options[selbox.options.length] = new Option('Catera','Catera');
  selbox.options[selbox.options.length] = new Option('CTS','CTS');
  selbox.options[selbox.options.length] = new Option('DeVille','DeVille');
  selbox.options[selbox.options.length] = new Option('DTS','DTS');
  selbox.options[selbox.options.length] = new Option('Eldorado','Eldorado');
  selbox.options[selbox.options.length] = new Option('Escalade','Escalade');
  selbox.options[selbox.options.length] = new Option('Fleetwood','Fleetwood');
  selbox.options[selbox.options.length] = new Option('Seville','Seville');
  selbox.options[selbox.options.length] = new Option('SRX','SRX');
  selbox.options[selbox.options.length] = new Option('STS','STS');
  selbox.options[selbox.options.length] = new Option('XLR','XLR');
}
if (chosen == "Chevrolet") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Astro','Astro');
  selbox.options[selbox.options.length] = new Option('Avalanche','Avalanche');
  selbox.options[selbox.options.length] = new Option('Aveo','Aveo');
  selbox.options[selbox.options.length] = new Option('Aveo5','Aveo5');
  selbox.options[selbox.options.length] = new Option('Bel Air','Bel Air');
  selbox.options[selbox.options.length] = new Option('Beretta','Beretta');
  selbox.options[selbox.options.length] = new Option('Blazer','Blazer');
  selbox.options[selbox.options.length] = new Option('C10','C10');
  selbox.options[selbox.options.length] = new Option('Camaro','Camaro');
  selbox.options[selbox.options.length] = new Option('Caprice','Caprice');
  selbox.options[selbox.options.length] = new Option('Cavalier','Cavalier');
  selbox.options[selbox.options.length] = new Option('Celebrity','Celebrity');
  selbox.options[selbox.options.length] = new Option('Chevelle','Chevelle');
  selbox.options[selbox.options.length] = new Option('Chevette','Chevette');
  selbox.options[selbox.options.length] = new Option('Chevy Van','Chevy Van');
  selbox.options[selbox.options.length] = new Option('CK','Silverado/CK');
  selbox.options[selbox.options.length] = new Option('Cobalt','Cobalt');
  selbox.options[selbox.options.length] = new Option('Colorado','Colorado');
  selbox.options[selbox.options.length] = new Option('Corsica','Corsica');
  selbox.options[selbox.options.length] = new Option('Corvette','Corvette');
  selbox.options[selbox.options.length] = new Option('El Camino','El Camino');
  selbox.options[selbox.options.length] = new Option('Equinox','Equinox');
  selbox.options[selbox.options.length] = new Option('Express','Express');
  selbox.options[selbox.options.length] = new Option('HHR','HHR');
  selbox.options[selbox.options.length] = new Option('Impala','Impala');
  selbox.options[selbox.options.length] = new Option('Blazer','Blazer');
  selbox.options[selbox.options.length] = new Option('Laguna','Laguna');
  selbox.options[selbox.options.length] = new Option('Lumina','Lumina');
  selbox.options[selbox.options.length] = new Option('LUV','LUV');
  selbox.options[selbox.options.length] = new Option('Malibu','Malibu');
  selbox.options[selbox.options.length] = new Option('Metro','Metro');
  selbox.options[selbox.options.length] = new Option('Monte Carlo','Monte Carlo');
  selbox.options[selbox.options.length] = new Option('Monza','Monza');
  selbox.options[selbox.options.length] = new Option('Nova','Nova');
  selbox.options[selbox.options.length] = new Option('Prizm','Prizm');
  selbox.options[selbox.options.length] = new Option('S10','S10');
  selbox.options[selbox.options.length] = new Option('Silverado','Silverado');
  selbox.options[selbox.options.length] = new Option('SSR','SSR');
  selbox.options[selbox.options.length] = new Option('Suburban','Suburban');
  selbox.options[selbox.options.length] = new Option('Tahoe','Tahoe');
  selbox.options[selbox.options.length] = new Option('Tracker','Tracker');
  selbox.options[selbox.options.length] = new Option('Trailblazer','Trailblazer');
  selbox.options[selbox.options.length] = new Option('Traverse','Traverse');
  selbox.options[selbox.options.length] = new Option('Uplander','Uplander');
  selbox.options[selbox.options.length] = new Option('Vega','Vega');
  selbox.options[selbox.options.length] = new Option('Venture','Venture');
    selbox.options[selbox.options.length] = new Option('Volt','Volt');
}
if (chosen == "Chrysler") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('300','300');
  selbox.options[selbox.options.length] = new Option('300C','300C');
  selbox.options[selbox.options.length] = new Option('300M','300M');
  selbox.options[selbox.options.length] = new Option('Aspen','Aspen');
  selbox.options[selbox.options.length] = new Option('Cirrus','Cirrus');
  selbox.options[selbox.options.length] = new Option('Concorde','Concorde');
  selbox.options[selbox.options.length] = new Option('Cordoba','Cordoba');
  selbox.options[selbox.options.length] = new Option('Crossfire','Crossfire');
  selbox.options[selbox.options.length] = new Option('Grand Voyager','Grand Voyager');
  selbox.options[selbox.options.length] = new Option('Imperial','Imperial');
  selbox.options[selbox.options.length] = new Option('LeBaron','LeBaron');
  selbox.options[selbox.options.length] = new Option('LHS','LHS');
  selbox.options[selbox.options.length] = new Option('New Yorker','New Yorker');
  selbox.options[selbox.options.length] = new Option('Newport','Newport');
  selbox.options[selbox.options.length] = new Option('Pacifica','Pacifica');
  selbox.options[selbox.options.length] = new Option('Prowler','Prowler');
  selbox.options[selbox.options.length] = new Option('PT Cruiser','PT Cruiser');
  selbox.options[selbox.options.length] = new Option('Sebring','Sebring');
  selbox.options[selbox.options.length] = new Option('Town and Country','Town and Country');
  selbox.options[selbox.options.length] = new Option('Voyager','Voyager');
}
if (chosen == "Daewoo") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Lanos','Lanos');
  selbox.options[selbox.options.length] = new Option('Leganza','Leganza');
  selbox.options[selbox.options.length] = new Option('Nubira','Nubira');
}
if (chosen == "Daihatsu") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Charade','Charade');
  selbox.options[selbox.options.length] = new Option('Rocky','Rocky');
}
if (chosen == "DeTomaso") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Mangusta','Mangusta');
  selbox.options[selbox.options.length] = new Option('Pantera','Pantera');
}
if (chosen == "Dodge") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Aspen','Aspen');
  selbox.options[selbox.options.length] = new Option('Avenger','Avenger');
  selbox.options[selbox.options.length] = new Option('Caliber','Caliber');
  selbox.options[selbox.options.length] = new Option('Caravan','Caravan');
  selbox.options[selbox.options.length] = new Option('Challenger','Challenger');
  selbox.options[selbox.options.length] = new Option('Charger','Charger');
  selbox.options[selbox.options.length] = new Option('Colt','Colt');
  selbox.options[selbox.options.length] = new Option('Coronet','Coronet');
  selbox.options[selbox.options.length] = new Option('D-Series','D-Series');
  selbox.options[selbox.options.length] = new Option('D50 Pickup','D50 Pickup');
  selbox.options[selbox.options.length] = new Option('Dakota','Dakota');
  selbox.options[selbox.options.length] = new Option('Dart','Dart');
  selbox.options[selbox.options.length] = new Option('Daytona','Daytona');
  selbox.options[selbox.options.length] = new Option('Diplomat','Diplomat');
  selbox.options[selbox.options.length] = new Option('Durango','Durango');
  selbox.options[selbox.options.length] = new Option('Dynasty','Dynasty');
  selbox.options[selbox.options.length] = new Option('Dodge Van','Dodge Van');
  selbox.options[selbox.options.length] = new Option('Grand Caravan','Grand Caravan');
  selbox.options[selbox.options.length] = new Option('Intrepid','Intrepid');
  selbox.options[selbox.options.length] = new Option('Journey','Journey');
  selbox.options[selbox.options.length] = new Option('Lancer','Lancer');
  selbox.options[selbox.options.length] = new Option('Magnum','Magnum');
  selbox.options[selbox.options.length] = new Option('Matador','Matador');
  selbox.options[selbox.options.length] = new Option('Monaco','Monaco');
  selbox.options[selbox.options.length] = new Option('Neon','Neon');
  selbox.options[selbox.options.length] = new Option('Nitro','Nitro');
  selbox.options[selbox.options.length] = new Option('Omni','Omni');
  selbox.options[selbox.options.length] = new Option('P-Series','P-Series');
  selbox.options[selbox.options.length] = new Option('Power Wagon','Power Wagon');
  selbox.options[selbox.options.length] = new Option('Ram','Ram');
  selbox.options[selbox.options.length] = new Option('Ram 50','Ram 50');
  selbox.options[selbox.options.length] = new Option('Ramcharger','Ramcharger');
  selbox.options[selbox.options.length] = new Option('Royal Monaco','Royal Monaco');
  selbox.options[selbox.options.length] = new Option('Shadow','Shadow');
  selbox.options[selbox.options.length] = new Option('Sierra','Sierra');
  selbox.options[selbox.options.length] = new Option('Spirit','Spirit');
  selbox.options[selbox.options.length] = new Option('St. Regis','St. Regis');
  selbox.options[selbox.options.length] = new Option('Stealth','Stealth');
  selbox.options[selbox.options.length] = new Option('Stratus','Stratus');
  selbox.options[selbox.options.length] = new Option('Viper','Viper');
  selbox.options[selbox.options.length] = new Option('W-Series','W-Series');
}
if (chosen == "Eagle") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Premier','Premier');
  selbox.options[selbox.options.length] = new Option('Summit','Summit');
  selbox.options[selbox.options.length] = new Option('Talon','Talon');
  selbox.options[selbox.options.length] = new Option('Vision','Vision');
}
if (chosen == "Ferrari") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('308 GTB','308 GTB');
  selbox.options[selbox.options.length] = new Option('308 GTS','308 GTS');
  selbox.options[selbox.options.length] = new Option('348 GTB','348 GTB');
  selbox.options[selbox.options.length] = new Option('348 GTS','348 GTS');
  selbox.options[selbox.options.length] = new Option('348 Spider','348 Spider');
  selbox.options[selbox.options.length] = new Option('348 TB','348 TB');
  selbox.options[selbox.options.length] = new Option('348 TS','348 TS');
  selbox.options[selbox.options.length] = new Option('360','360');
  selbox.options[selbox.options.length] = new Option('365 GT4','365 GT4');
  selbox.options[selbox.options.length] = new Option('456 GT','456 GT');
  selbox.options[selbox.options.length] = new Option('456 GTA','456 GTA');
  selbox.options[selbox.options.length] = new Option('456 M','456 M');
  selbox.options[selbox.options.length] = new Option('456 M GT','456 M GT');
  selbox.options[selbox.options.length] = new Option('456 M GTA','456 M GTA');
  selbox.options[selbox.options.length] = new Option('458 Italia','458 Italia');
  selbox.options[selbox.options.length] = new Option('512 M','512 M');
  selbox.options[selbox.options.length] = new Option('512 TR','512 TR');
  selbox.options[selbox.options.length] = new Option('550 Maranello','550 Maranello');
  selbox.options[selbox.options.length] = new Option('575 M Maranello','575 M Maranello');
  selbox.options[selbox.options.length] = new Option('599 GTB','599 GTB');
  selbox.options[selbox.options.length] = new Option('612 Scaglietti','612 Scaglietti');
  selbox.options[selbox.options.length] = new Option('California','California');
  selbox.options[selbox.options.length] = new Option('Dino 308 GT4','Dino 308 GT4');
  selbox.options[selbox.options.length] = new Option('Enzo','Enzo');
  selbox.options[selbox.options.length] = new Option('F355','F355');
  selbox.options[selbox.options.length] = new Option('F355 Berlinetta','F355 Berlinetta');
  selbox.options[selbox.options.length] = new Option('F355 F1','F355 F1');
  selbox.options[selbox.options.length] = new Option('F355 GTS','F355 GTS');
  selbox.options[selbox.options.length] = new Option('F355 Spider','F355 Spider');
  selbox.options[selbox.options.length] = new Option('F40','F40');
  selbox.options[selbox.options.length] = new Option('F430','F430');
  selbox.options[selbox.options.length] = new Option('F50','F50');
  selbox.options[selbox.options.length] = new Option('Mondial t','Mondial t');
  selbox.options[selbox.options.length] = new Option('Superamerica','Superamerica');
  selbox.options[selbox.options.length] = new Option('Testarossa','Testarossa');
}
if (chosen == "Fiat") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('124','124');
  selbox.options[selbox.options.length] = new Option('128','128');
  selbox.options[selbox.options.length] = new Option('131','131');
  selbox.options[selbox.options.length] = new Option('1400','1400');
  selbox.options[selbox.options.length] = new Option('1500','1500');
  selbox.options[selbox.options.length] = new Option('1900','1900');
  selbox.options[selbox.options.length] = new Option('2100','2100');
  selbox.options[selbox.options.length] = new Option('600','600');
  selbox.options[selbox.options.length] = new Option('850','850');
  selbox.options[selbox.options.length] = new Option('8V','8V');
  selbox.options[selbox.options.length] = new Option('Brava','Brava');
  selbox.options[selbox.options.length] = new Option('Strada','Strada');
  selbox.options[selbox.options.length] = new Option('X-1/9','X-1/9');
}
if (chosen == "Ford") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Aerostar','Aerostar');
  selbox.options[selbox.options.length] = new Option('Anglia','Anglia');
  selbox.options[selbox.options.length] = new Option('Aspire','Aspire');
  selbox.options[selbox.options.length] = new Option('Bronco','Bronco');
  selbox.options[selbox.options.length] = new Option('Bronco II','Bronco II');
  selbox.options[selbox.options.length] = new Option('Capri','Capri');
  selbox.options[selbox.options.length] = new Option('Consul','Consul');
  selbox.options[selbox.options.length] = new Option('Contour','Contour');
  selbox.options[selbox.options.length] = new Option('Cortina','Cortina');
  selbox.options[selbox.options.length] = new Option('Country Squire','Country Squire');
  selbox.options[selbox.options.length] = new Option('Courier','Courier');
  selbox.options[selbox.options.length] = new Option('Crown Victoria','Crown Victoria');
  selbox.options[selbox.options.length] = new Option('Custom 500','Custom 500');
  selbox.options[selbox.options.length] = new Option('Deluxe','Deluxe');
  selbox.options[selbox.options.length] = new Option('Econoline','Econoline');
  selbox.options[selbox.options.length] = new Option('Edge','Edge');
  selbox.options[selbox.options.length] = new Option('Elite','Elite');
  selbox.options[selbox.options.length] = new Option('Escape','Escape');
  selbox.options[selbox.options.length] = new Option('Escort','Escort');
  selbox.options[selbox.options.length] = new Option('Excursion','Excursion');
  selbox.options[selbox.options.length] = new Option('Expedition','Expedition');
  selbox.options[selbox.options.length] = new Option('Explorer','Explorer');
  selbox.options[selbox.options.length] = new Option('F100','F100');
  selbox.options[selbox.options.length] = new Option('F150','F150');
  selbox.options[selbox.options.length] = new Option('F250','F250');
  selbox.options[selbox.options.length] = new Option('F350','F350');
  selbox.options[selbox.options.length] = new Option('F450','F450');
  selbox.options[selbox.options.length] = new Option('F550','F550');
  selbox.options[selbox.options.length] = new Option('F650','F650');
  selbox.options[selbox.options.length] = new Option('F750','F750');
  selbox.options[selbox.options.length] = new Option('Fairmont','Fairmont');
  selbox.options[selbox.options.length] = new Option('Festiva','Festiva');
  selbox.options[selbox.options.length] = new Option('Fiesta','Fiesta');
  selbox.options[selbox.options.length] = new Option('Five Hundred','Five Hundred');
  selbox.options[selbox.options.length] = new Option('Flex','Flex');
  selbox.options[selbox.options.length] = new Option('Focus','Focus');
  selbox.options[selbox.options.length] = new Option('Ford Van','Ford Van');
  selbox.options[selbox.options.length] = new Option('Freestar','Freestar');
  selbox.options[selbox.options.length] = new Option('Freestyle','Freestyle');
  selbox.options[selbox.options.length] = new Option('Fusion','Fusion');
  selbox.options[selbox.options.length] = new Option('Gran Torino','Gran Torino');
  selbox.options[selbox.options.length] = new Option('Granada','Granada');
  selbox.options[selbox.options.length] = new Option('GT','GT');
  selbox.options[selbox.options.length] = new Option('GT40','GT40');
  selbox.options[selbox.options.length] = new Option('LTD','LTD');
  selbox.options[selbox.options.length] = new Option('Maverick','Maverick');
  selbox.options[selbox.options.length] = new Option('Mustang','Mustang');
  selbox.options[selbox.options.length] = new Option('Pinto','Pinto');
  selbox.options[selbox.options.length] = new Option('Prefect','Prefect');
  selbox.options[selbox.options.length] = new Option('Probe','Probe');
  selbox.options[selbox.options.length] = new Option('Ranchero','Ranchero');
  selbox.options[selbox.options.length] = new Option('Ranger','Ranger');
  selbox.options[selbox.options.length] = new Option('Sport Trac','Sport Trac');
  selbox.options[selbox.options.length] = new Option('Sprint','Sprint');
  selbox.options[selbox.options.length] = new Option('Squire','Squire');
  selbox.options[selbox.options.length] = new Option('Super Duty','Super Duty');
  selbox.options[selbox.options.length] = new Option('Taunus','Taunus');
  selbox.options[selbox.options.length] = new Option('Taurus','Taurus');
  selbox.options[selbox.options.length] = new Option('Tempo','Tempo');
  selbox.options[selbox.options.length] = new Option('Thunderbird','Thunderbird');
  selbox.options[selbox.options.length] = new Option('Torino','Torino');
  selbox.options[selbox.options.length] = new Option('Windstar','Windstar');
  selbox.options[selbox.options.length] = new Option('Zephyr','Zephyr');
  selbox.options[selbox.options.length] = new Option('Zodiac','Zodiac');
}
if (chosen == "Geo") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Metro','Metro');
  selbox.options[selbox.options.length] = new Option('Prizm','Prizm');
  selbox.options[selbox.options.length] = new Option('Storm','Storm');
  selbox.options[selbox.options.length] = new Option('Tracker','Tracker');
}
if (chosen == "GMC") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Acadia','Acadia');
  selbox.options[selbox.options.length] = new Option('Caballero','Caballero');
  selbox.options[selbox.options.length] = new Option('Canyon','Canyon');
  selbox.options[selbox.options.length] = new Option('Envoy','Envoy');
  selbox.options[selbox.options.length] = new Option('GMC Van','GMC Van');
  selbox.options[selbox.options.length] = new Option('Jimmy','Jimmy');
  selbox.options[selbox.options.length] = new Option('Safari','Safari');
  selbox.options[selbox.options.length] = new Option('Savana','Savana');
  selbox.options[selbox.options.length] = new Option('Sierra','Sierra');
  selbox.options[selbox.options.length] = new Option('Sonoma','Sonoma');
  selbox.options[selbox.options.length] = new Option('Sprint','Sprint');
  selbox.options[selbox.options.length] = new Option('Suburban','Suburban');
  selbox.options[selbox.options.length] = new Option('Syclone','Syclone');
  selbox.options[selbox.options.length] = new Option('Terrain','Terrain');
  selbox.options[selbox.options.length] = new Option('Typhoon','Typhoon');
  selbox.options[selbox.options.length] = new Option('Yukon','Yukon');
}
if (chosen == "Honda") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('600','600');
  selbox.options[selbox.options.length] = new Option('Accord','Accord');
  selbox.options[selbox.options.length] = new Option('Accord Crosstour','Accord Crosstour');
  selbox.options[selbox.options.length] = new Option('Civic','Civic');
  selbox.options[selbox.options.length] = new Option('CR-V','CR-V');
  selbox.options[selbox.options.length] = new Option('CRX','CRX');
  selbox.options[selbox.options.length] = new Option('Del Sol','Del Sol');
  selbox.options[selbox.options.length] = new Option('Element','Element');
  selbox.options[selbox.options.length] = new Option('EV Plus','EV Plus');
  selbox.options[selbox.options.length] = new Option('Fit','Fit');
  selbox.options[selbox.options.length] = new Option('Insight','Insight');
  selbox.options[selbox.options.length] = new Option('Odyssey','Odyssey');
  selbox.options[selbox.options.length] = new Option('Passport','Passport');
  selbox.options[selbox.options.length] = new Option('Pilot','Pilot');
  selbox.options[selbox.options.length] = new Option('Prelude','Prelude');
  selbox.options[selbox.options.length] = new Option('Ridgeline','Ridgeline');
  selbox.options[selbox.options.length] = new Option('S2000','S2000');
}
if (chosen == "Hummer") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('H1','H1');
  selbox.options[selbox.options.length] = new Option('H2','H2');
  selbox.options[selbox.options.length] = new Option('H3','H3');
  selbox.options[selbox.options.length] = new Option('H3T','H3T');
}if (chosen == "Hyundai") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Accent','Accent');
  selbox.options[selbox.options.length] = new Option('Azera','Azera');
  selbox.options[selbox.options.length] = new Option('Elantra','Elantra');
  selbox.options[selbox.options.length] = new Option('Entourage','Entourage');
  selbox.options[selbox.options.length] = new Option('Excel','Excel');
  selbox.options[selbox.options.length] = new Option('Genesis','Genesis');
  selbox.options[selbox.options.length] = new Option('Genesis Coupe','Genesis Coupe');
  selbox.options[selbox.options.length] = new Option('Santa Fe','Santa Fe');
  selbox.options[selbox.options.length] = new Option('Scoupe','Scoupe');
  selbox.options[selbox.options.length] = new Option('Sonata','Sonata');
  selbox.options[selbox.options.length] = new Option('Tiburon','Tiburon');
  selbox.options[selbox.options.length] = new Option('Tucson','Tucson');
  selbox.options[selbox.options.length] = new Option('Veracruz','Veracruz');
  selbox.options[selbox.options.length] = new Option('XG300','XG300');
  selbox.options[selbox.options.length] = new Option('XG350','XG350');
}if (chosen == "Infiniti") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('EX35','EX35');
  selbox.options[selbox.options.length] = new Option('FX35','FX35');
  selbox.options[selbox.options.length] = new Option('FX45','FX45');
  selbox.options[selbox.options.length] = new Option('FX50','FX50');
  selbox.options[selbox.options.length] = new Option('G20','G20');
  selbox.options[selbox.options.length] = new Option('G35','G35');
  selbox.options[selbox.options.length] = new Option('G37','G37');
  selbox.options[selbox.options.length] = new Option('I30','I30');
  selbox.options[selbox.options.length] = new Option('I35','I35');
  selbox.options[selbox.options.length] = new Option('J30','J30');
  selbox.options[selbox.options.length] = new Option('M30','M30');
  selbox.options[selbox.options.length] = new Option('M35','M35');
  selbox.options[selbox.options.length] = new Option('M45','M45');
  selbox.options[selbox.options.length] = new Option('Q45','Q45');
  selbox.options[selbox.options.length] = new Option('QX4','QX4');
  selbox.options[selbox.options.length] = new Option('QX56','QX56');
}if (chosen == "Isuzu") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Amigo','Amigo');
  selbox.options[selbox.options.length] = new Option('Ascender','Ascender');
  selbox.options[selbox.options.length] = new Option('Axiom','Axiom');
  selbox.options[selbox.options.length] = new Option('Bellel','Bellel');
  selbox.options[selbox.options.length] = new Option('Hombre','Hombre');
  selbox.options[selbox.options.length] = new Option('i-280','i-280');
  selbox.options[selbox.options.length] = new Option('i-290','i-290');
  selbox.options[selbox.options.length] = new Option('i-350','i-350');
  selbox.options[selbox.options.length] = new Option('i-370','i-370');
  selbox.options[selbox.options.length] = new Option('Impulse','Impulse');
  selbox.options[selbox.options.length] = new Option('Oasis','Oasis');
  selbox.options[selbox.options.length] = new Option('Pickup','Pickup');
  selbox.options[selbox.options.length] = new Option('Rodeo','Rodeo');
  selbox.options[selbox.options.length] = new Option('Rodeo Sport','Rodeo Sport');
  selbox.options[selbox.options.length] = new Option('Stylus','Stylus');
  selbox.options[selbox.options.length] = new Option('Trooper','Trooper');
  selbox.options[selbox.options.length] = new Option('VehiCROSS','VehiCROSS');
}
if (chosen == "Jaguar") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Mark V','Mark V');
  selbox.options[selbox.options.length] = new Option('Mark VII','Mark VII');
  selbox.options[selbox.options.length] = new Option('Mark VIII','Mark VIII');
  selbox.options[selbox.options.length] = new Option('S-Type','S-Type');
  selbox.options[selbox.options.length] = new Option('Super V8','Super V8');
  selbox.options[selbox.options.length] = new Option('Vanden Plas','Vanden Plas');
  selbox.options[selbox.options.length] = new Option('X-Type','X-Type');
  selbox.options[selbox.options.length] = new Option('XF','XF');
  selbox.options[selbox.options.length] = new Option('XFR','XFR');
  selbox.options[selbox.options.length] = new Option('XJ','XJ');
  selbox.options[selbox.options.length] = new Option('XJ12','XJ12');
  selbox.options[selbox.options.length] = new Option('XJ6','XJ6');
  selbox.options[selbox.options.length] = new Option('XJ8','XJ8');
  selbox.options[selbox.options.length] = new Option('XJR','XJR');
  selbox.options[selbox.options.length] = new Option('XJRS','XJRS');
  selbox.options[selbox.options.length] = new Option('XJS','XJS');
  selbox.options[selbox.options.length] = new Option('XK','XK');
  selbox.options[selbox.options.length] = new Option('XK8','XK8');
  selbox.options[selbox.options.length] = new Option('XKR','XKR');
}if (chosen == "Jeep") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Cherokee','Cherokee');
  selbox.options[selbox.options.length] = new Option('Comanche','Comanche');
  selbox.options[selbox.options.length] = new Option('Commander','Commander');
  selbox.options[selbox.options.length] = new Option('Compass','Compass');
  selbox.options[selbox.options.length] = new Option('Grand Cherokee','Grand Cherokee');
  selbox.options[selbox.options.length] = new Option('Grand Wagoneer','Grand Wagoneer');
  selbox.options[selbox.options.length] = new Option('J10','J10');
  selbox.options[selbox.options.length] = new Option('J20','J20');
  selbox.options[selbox.options.length] = new Option('Liberty','Liberty');
  selbox.options[selbox.options.length] = new Option('Patriot','Patriot');
  selbox.options[selbox.options.length] = new Option('Wagoneer','Wagoneer');
  selbox.options[selbox.options.length] = new Option('Wrangler','Wrangler');
}if (chosen == "Kia") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Amanti','Amanti');
  selbox.options[selbox.options.length] = new Option('Borrego','Borrego');
  selbox.options[selbox.options.length] = new Option('Forte','Forte');
  selbox.options[selbox.options.length] = new Option('Optima','Optima');
  selbox.options[selbox.options.length] = new Option('Rio','Rio');
  selbox.options[selbox.options.length] = new Option('Rondo','Rondo');
  selbox.options[selbox.options.length] = new Option('Sedona','Sedona');
  selbox.options[selbox.options.length] = new Option('Sephia','Sephia');
  selbox.options[selbox.options.length] = new Option('Sorento','Sorento');
  selbox.options[selbox.options.length] = new Option('Soul','Soul');
  selbox.options[selbox.options.length] = new Option('Spectra','Spectra');
  selbox.options[selbox.options.length] = new Option('Spectra5','Spectra5');
  selbox.options[selbox.options.length] = new Option('Sportage','Sportage');
}
if (chosen == "Lamborghini") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Countach','Countach');
  selbox.options[selbox.options.length] = new Option('Diablo','Diablo');
  selbox.options[selbox.options.length] = new Option('Espada','Espada');
  selbox.options[selbox.options.length] = new Option('Gallardo','Gallardo');
  selbox.options[selbox.options.length] = new Option('Jarama','Jarama');
  selbox.options[selbox.options.length] = new Option('LM American','LM American');
  selbox.options[selbox.options.length] = new Option('LM002','LM002');
  selbox.options[selbox.options.length] = new Option('Murcielago','Murcielago');
  selbox.options[selbox.options.length] = new Option('Urraco','Urraco');
}
if (chosen == "Land Rover") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Defender','Defender');
  selbox.options[selbox.options.length] = new Option('Discovery','Discovery');
  selbox.options[selbox.options.length] = new Option('Freelander','Freelander');
  selbox.options[selbox.options.length] = new Option('Land Rover','Land Rover');
  selbox.options[selbox.options.length] = new Option('LR2','LR2');
  selbox.options[selbox.options.length] = new Option('LR3','LR3');
  selbox.options[selbox.options.length] = new Option('LR4','LR4');
  selbox.options[selbox.options.length] = new Option('Range Rover','Range Rover');
  selbox.options[selbox.options.length] = new Option('Range Rover Sport','Range Rover Sport');
}
if (chosen == "Lexus") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('ES250','ES250');
  selbox.options[selbox.options.length] = new Option('ES300','ES300');
  selbox.options[selbox.options.length] = new Option('ES330','ES330');
  selbox.options[selbox.options.length] = new Option('ES350','ES350');
  selbox.options[selbox.options.length] = new Option('GS300','GS300');
  selbox.options[selbox.options.length] = new Option('GS350','GS350');
  selbox.options[selbox.options.length] = new Option('GS400','GS400');
  selbox.options[selbox.options.length] = new Option('GS430','GS430');
  selbox.options[selbox.options.length] = new Option('GS450h','GS450h');
  selbox.options[selbox.options.length] = new Option('GS460','GS460');
  selbox.options[selbox.options.length] = new Option('GX460','GX460');
  selbox.options[selbox.options.length] = new Option('GX470','GX470');
  selbox.options[selbox.options.length] = new Option('HS250h','HS250h');
  selbox.options[selbox.options.length] = new Option('IS F','IS F');
  selbox.options[selbox.options.length] = new Option('IS250','IS250');
  selbox.options[selbox.options.length] = new Option('IS300','IS300');
  selbox.options[selbox.options.length] = new Option('IS350','IS350');
  selbox.options[selbox.options.length] = new Option('LS400','LS400');
  selbox.options[selbox.options.length] = new Option('LS430','LS430');
  selbox.options[selbox.options.length] = new Option('LS460','LS460');
  selbox.options[selbox.options.length] = new Option('LS600h','LS600h');
  selbox.options[selbox.options.length] = new Option('LX450','LX450');
  selbox.options[selbox.options.length] = new Option('LX470','LX470');
  selbox.options[selbox.options.length] = new Option('LX570','LX570');
  selbox.options[selbox.options.length] = new Option('RX300','RX300');
  selbox.options[selbox.options.length] = new Option('RX330','RX330');
  selbox.options[selbox.options.length] = new Option('RX350','RX350');
  selbox.options[selbox.options.length] = new Option('RX400h','RX400h');
  selbox.options[selbox.options.length] = new Option('RX450h','RX450h');
  selbox.options[selbox.options.length] = new Option('SC300','SC300');
  selbox.options[selbox.options.length] = new Option('SC400','SC400');
  selbox.options[selbox.options.length] = new Option('SC430','SC430');
}if (chosen == "Lincoln") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Aviator','Aviator');
  selbox.options[selbox.options.length] = new Option('Blackwood','Blackwood');
  selbox.options[selbox.options.length] = new Option('Capri','Capri');
  selbox.options[selbox.options.length] = new Option('Continental','Continental');
  selbox.options[selbox.options.length] = new Option('Lincoln','Lincoln');
  selbox.options[selbox.options.length] = new Option('LS','LS');
  selbox.options[selbox.options.length] = new Option('Mark II','Mark II');
  selbox.options[selbox.options.length] = new Option('Mark IV','Mark IV');
  selbox.options[selbox.options.length] = new Option('Mark LT','Mark LT');
  selbox.options[selbox.options.length] = new Option('Mark V','Mark V');
  selbox.options[selbox.options.length] = new Option('Mark VII','Mark VII');
  selbox.options[selbox.options.length] = new Option('Mark VIII','Mark VIII');
  selbox.options[selbox.options.length] = new Option('MKS','MKS');
  selbox.options[selbox.options.length] = new Option('MKT','MKT');
  selbox.options[selbox.options.length] = new Option('MKX','MKX');
  selbox.options[selbox.options.length] = new Option('MKZ','MKZ');
  selbox.options[selbox.options.length] = new Option('Navigator','Navigator');
  selbox.options[selbox.options.length] = new Option('Premier','Premier');
  selbox.options[selbox.options.length] = new Option('Town Car','Town Car');
  selbox.options[selbox.options.length] = new Option('Versailles','Versailles');
  selbox.options[selbox.options.length] = new Option('Zephyr','Zephyr');
}if (chosen == "Lotus") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Eclat','Eclat');
  selbox.options[selbox.options.length] = new Option('Elan','Elan');
  selbox.options[selbox.options.length] = new Option('Elise','Elise');
  selbox.options[selbox.options.length] = new Option('Elite','Elite');
  selbox.options[selbox.options.length] = new Option('Esprit','Esprit');
  selbox.options[selbox.options.length] = new Option('Europa','Europa');
  selbox.options[selbox.options.length] = new Option('Evora','Evora');
  selbox.options[selbox.options.length] = new Option('Exige','Exige');
  selbox.options[selbox.options.length] = new Option('Seven','Seven');
}
if (chosen == "Maserati") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('228i','228i');
  selbox.options[selbox.options.length] = new Option('3500GT','3500GT');
  selbox.options[selbox.options.length] = new Option('3500GTI','3500GTI');
  selbox.options[selbox.options.length] = new Option('430i','430i');
  selbox.options[selbox.options.length] = new Option('A6/1500','A6/1500');
  selbox.options[selbox.options.length] = new Option('A6G','A6G');
  selbox.options[selbox.options.length] = new Option('A6G/2000','A6G/2000');
  selbox.options[selbox.options.length] = new Option('Bora','Bora');
  selbox.options[selbox.options.length] = new Option('Coupe','Coupe');
  selbox.options[selbox.options.length] = new Option('GranSport','GranSport');
  selbox.options[selbox.options.length] = new Option('GranTurismo','GranTurismo');
  selbox.options[selbox.options.length] = new Option('Khamsin','Khamsin');
  selbox.options[selbox.options.length] = new Option('Merak','Merak');
  selbox.options[selbox.options.length] = new Option('Quattroporte','Quattroporte');
  selbox.options[selbox.options.length] = new Option('Sebring','Sebring');
  selbox.options[selbox.options.length] = new Option('Spyder','Spyder');
}
if (chosen == "Maybach") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('57','57');
  selbox.options[selbox.options.length] = new Option('62','62');
}
if (chosen == "Universal") {
  selbox.options[selbox.options.length] = new Option('Model','ALL'); 
  selbox.options[selbox.options.length] = new Option('ALL','ALL');  
}
if (chosen == "Mazda") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('323','323');
  selbox.options[selbox.options.length] = new Option('626','626');
  selbox.options[selbox.options.length] = new Option('808','808');
  selbox.options[selbox.options.length] = new Option('929','929');
  selbox.options[selbox.options.length] = new Option('B-SERIES','B-SERIES');
  selbox.options[selbox.options.length] = new Option('B1600','B1600');
  selbox.options[selbox.options.length] = new Option('B1800','B1800');
  selbox.options[selbox.options.length] = new Option('B2000','B2000');
  selbox.options[selbox.options.length] = new Option('B2200','B2200');
  selbox.options[selbox.options.length] = new Option('B2300','B2300');
  selbox.options[selbox.options.length] = new Option('B2500','B2500');
  selbox.options[selbox.options.length] = new Option('B2600','B2600');
  selbox.options[selbox.options.length] = new Option('B3000','B3000');
  selbox.options[selbox.options.length] = new Option('B4000','B4000');
  selbox.options[selbox.options.length] = new Option('Cosmo','Cosmo');
  selbox.options[selbox.options.length] = new Option('CX-7','CX-7');
  selbox.options[selbox.options.length] = new Option('CX-9','CX-9');
  selbox.options[selbox.options.length] = new Option('GLC','GLC');
  selbox.options[selbox.options.length] = new Option('Mazda 3','Mazda 3');
  selbox.options[selbox.options.length] = new Option('Mazda 5','Mazda 5');
  selbox.options[selbox.options.length] = new Option('Mazda 6','Mazda 6');
  selbox.options[selbox.options.length] = new Option('Miata','Miata');
  selbox.options[selbox.options.length] = new Option('Millenia','Millenia');
  selbox.options[selbox.options.length] = new Option('Mizer','Mizer');
  selbox.options[selbox.options.length] = new Option('MPV','MPV');
  selbox.options[selbox.options.length] = new Option('MX-3','MX-3');
  selbox.options[selbox.options.length] = new Option('MX-6','MX-6');
  selbox.options[selbox.options.length] = new Option('Navajo','Navajo');
  selbox.options[selbox.options.length] = new Option('Protege','Protege');
  selbox.options[selbox.options.length] = new Option('Protege5','Protege5');
  selbox.options[selbox.options.length] = new Option('Rotary Pickup','Rotary Pickup');
  selbox.options[selbox.options.length] = new Option('RX-3','RX-3');
  selbox.options[selbox.options.length] = new Option('RX-4','RX-4');
  selbox.options[selbox.options.length] = new Option('RX-7','RX-7');
  selbox.options[selbox.options.length] = new Option('RX-8','RX-8');
  selbox.options[selbox.options.length] = new Option('Tribute','Tribute');
}
if (chosen == "Mercedes-Benz") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('170','170');
  selbox.options[selbox.options.length] = new Option('170 S','170 S');
  selbox.options[selbox.options.length] = new Option('170 V','170 V');
  selbox.options[selbox.options.length] = new Option('170S-V','170S-V');
  selbox.options[selbox.options.length] = new Option('190','190');
  selbox.options[selbox.options.length] = new Option('190E','190E');
  selbox.options[selbox.options.length] = new Option('200','200');
  selbox.options[selbox.options.length] = new Option('219','219');
  selbox.options[selbox.options.length] = new Option('230','230');
  selbox.options[selbox.options.length] = new Option('240D','240D');
  selbox.options[selbox.options.length] = new Option('280','280');
  selbox.options[selbox.options.length] = new Option('280C','280C');
  selbox.options[selbox.options.length] = new Option('280CE','280CE');
  selbox.options[selbox.options.length] = new Option('280E','280E');
  selbox.options[selbox.options.length] = new Option('280S','280S');
  selbox.options[selbox.options.length] = new Option('280SE','280SE');
  selbox.options[selbox.options.length] = new Option('300C','300C');
  selbox.options[selbox.options.length] = new Option('300CD','300CD');
  selbox.options[selbox.options.length] = new Option('300CE','300CE');
  selbox.options[selbox.options.length] = new Option('300D','300D');
  selbox.options[selbox.options.length] = new Option('300E','300E');
  selbox.options[selbox.options.length] = new Option('300SD','300SD');
  selbox.options[selbox.options.length] = new Option('300SE','300SE');
  selbox.options[selbox.options.length] = new Option('300SEL','300SEL');
  selbox.options[selbox.options.length] = new Option('300SL','300SL');
  selbox.options[selbox.options.length] = new Option('300TD','300TD');
  selbox.options[selbox.options.length] = new Option('300TE','300TE');
  selbox.options[selbox.options.length] = new Option('350SD','350SD');
  selbox.options[selbox.options.length] = new Option('350SDL','350SDL');
  selbox.options[selbox.options.length] = new Option('400E','400E');
  selbox.options[selbox.options.length] = new Option('400SE','400SE');
  selbox.options[selbox.options.length] = new Option('400SEL','400SEL');
  selbox.options[selbox.options.length] = new Option('420SEL','420SEL');
  selbox.options[selbox.options.length] = new Option('450SE','450SE');
  selbox.options[selbox.options.length] = new Option('450SEL','450SEL');
  selbox.options[selbox.options.length] = new Option('450SL','450SL');
  selbox.options[selbox.options.length] = new Option('450SLC','450SLC');
  selbox.options[selbox.options.length] = new Option('500E','500E');
  selbox.options[selbox.options.length] = new Option('500SEC','500SEC');
  selbox.options[selbox.options.length] = new Option('500SEL','500SEL');
  selbox.options[selbox.options.length] = new Option('500SL','500SL');
  selbox.options[selbox.options.length] = new Option('560SEC','560SEC');
  selbox.options[selbox.options.length] = new Option('560SEL','560SEL');
  selbox.options[selbox.options.length] = new Option('600','600');
  selbox.options[selbox.options.length] = new Option('600SEC','600SEC');
  selbox.options[selbox.options.length] = new Option('600SEL','600SEL');
  selbox.options[selbox.options.length] = new Option('600SL','600SL');
  selbox.options[selbox.options.length] = new Option('C220','C220');
  selbox.options[selbox.options.length] = new Option('C230','C230');
  selbox.options[selbox.options.length] = new Option('C240','C240');
  selbox.options[selbox.options.length] = new Option('C280','C280');
  selbox.options[selbox.options.length] = new Option('C300','C300');
  selbox.options[selbox.options.length] = new Option('C32 AMG','C32 AMG');
  selbox.options[selbox.options.length] = new Option('C320','C320');
  selbox.options[selbox.options.length] = new Option('C350','C350');
  selbox.options[selbox.options.length] = new Option('C36 AMG','C36 AMG');
  selbox.options[selbox.options.length] = new Option('C43 AMG','C43 AMG');
  selbox.options[selbox.options.length] = new Option('C55 AMG','C55 AMG');
  selbox.options[selbox.options.length] = new Option('C63 AMG','C63 AMG');
  selbox.options[selbox.options.length] = new Option('CL500','CL500');
  selbox.options[selbox.options.length] = new Option('CL55 AMG','CL55 AMG');
  selbox.options[selbox.options.length] = new Option('CL550','CL550');
  selbox.options[selbox.options.length] = new Option('CL600','CL600');
  selbox.options[selbox.options.length] = new Option('CL63 AMG','CL63 AMG');
  selbox.options[selbox.options.length] = new Option('CL65 AMG','CL65 AMG');
  selbox.options[selbox.options.length] = new Option('CLK320','CLK320');
  selbox.options[selbox.options.length] = new Option('CLK350','CLK350');
  selbox.options[selbox.options.length] = new Option('CLK430','CLK430');
  selbox.options[selbox.options.length] = new Option('CLK500','CLK500');
  selbox.options[selbox.options.length] = new Option('CLK55 AMG','CLK55 AMG');
  selbox.options[selbox.options.length] = new Option('CLK550','CLK550');
  selbox.options[selbox.options.length] = new Option('CLK63 AMG','CLK63 AMG');
  selbox.options[selbox.options.length] = new Option('CLS500','CLS500');
  selbox.options[selbox.options.length] = new Option('CLS55 AMG','CLS55 AMG');
  selbox.options[selbox.options.length] = new Option('CLS550','CLS550');
  selbox.options[selbox.options.length] = new Option('CLS63 AMG','CLS63 AMG');
  selbox.options[selbox.options.length] = new Option('E300','E300');
  selbox.options[selbox.options.length] = new Option('E320','E320');
  selbox.options[selbox.options.length] = new Option('E350','E350');
  selbox.options[selbox.options.length] = new Option('E420','E420');
  selbox.options[selbox.options.length] = new Option('E430','E430');
  selbox.options[selbox.options.length] = new Option('E500','E500');
  selbox.options[selbox.options.length] = new Option('E55 AMG','E55 AMG');
  selbox.options[selbox.options.length] = new Option('E550','E550');
  selbox.options[selbox.options.length] = new Option('E63 AMG','E63 AMG');
  selbox.options[selbox.options.length] = new Option('G500','G500');
  selbox.options[selbox.options.length] = new Option('G55 AMG','G55 AMG');
  selbox.options[selbox.options.length] = new Option('G550','G550');
  selbox.options[selbox.options.length] = new Option('GL320','GL320');
  selbox.options[selbox.options.length] = new Option('GL350','GL350');
  selbox.options[selbox.options.length] = new Option('GL450','GL450');
  selbox.options[selbox.options.length] = new Option('GL550','GL550');
  selbox.options[selbox.options.length] = new Option('GLK350','GLK350');
  selbox.options[selbox.options.length] = new Option('ML320','ML320');
  selbox.options[selbox.options.length] = new Option('ML350','ML350');
  selbox.options[selbox.options.length] = new Option('ML430','ML430');
  selbox.options[selbox.options.length] = new Option('ML450','ML450');
  selbox.options[selbox.options.length] = new Option('ML500','ML500');
  selbox.options[selbox.options.length] = new Option('ML55 AMG','ML55 AMG');
  selbox.options[selbox.options.length] = new Option('ML550','ML550');
  selbox.options[selbox.options.length] = new Option('ML63 AMG','ML63 AMG');
  selbox.options[selbox.options.length] = new Option('R320','R320');
  selbox.options[selbox.options.length] = new Option('R350','R350');
  selbox.options[selbox.options.length] = new Option('R500','R500');
  selbox.options[selbox.options.length] = new Option('R63 AMG','R63 AMG');
  selbox.options[selbox.options.length] = new Option('S320','S320');
  selbox.options[selbox.options.length] = new Option('S350','S350');
  selbox.options[selbox.options.length] = new Option('S400','S400');
  selbox.options[selbox.options.length] = new Option('S420','S420');
  selbox.options[selbox.options.length] = new Option('S430','S430');
  selbox.options[selbox.options.length] = new Option('S500','S500');
  selbox.options[selbox.options.length] = new Option('S55 AMG','S55 AMG');
  selbox.options[selbox.options.length] = new Option('S550','S550');
  selbox.options[selbox.options.length] = new Option('S600','S600');
  selbox.options[selbox.options.length] = new Option('S63 AMG','S63 AMG');
  selbox.options[selbox.options.length] = new Option('S65 AMG','S65 AMG');
  selbox.options[selbox.options.length] = new Option('SL320','SL320');
  selbox.options[selbox.options.length] = new Option('SL500','SL500');
  selbox.options[selbox.options.length] = new Option('SL55 AMG','SL55 AMG');
  selbox.options[selbox.options.length] = new Option('SL550','SL550');
  selbox.options[selbox.options.length] = new Option('SL600','SL600');
  selbox.options[selbox.options.length] = new Option('SL63 AMG','SL63 AMG');
  selbox.options[selbox.options.length] = new Option('SL65 AMG','SL65 AMG');
  selbox.options[selbox.options.length] = new Option('SLK230','SLK230');
  selbox.options[selbox.options.length] = new Option('SLK280','SLK280');
  selbox.options[selbox.options.length] = new Option('SLK300','SLK300');
  selbox.options[selbox.options.length] = new Option('SLK32 AMG','SLK32 AMG');
  selbox.options[selbox.options.length] = new Option('SLK320','SLK320');
  selbox.options[selbox.options.length] = new Option('SLK350','SLK350');
  selbox.options[selbox.options.length] = new Option('SLK55 AMG','SLK55 AMG');
  selbox.options[selbox.options.length] = new Option('SLR McLaren','SLR McLaren');
  selbox.options[selbox.options.length] = new Option('Sprinter 2500','Sprinter 2500');
  selbox.options[selbox.options.length] = new Option('Sprinter 3500','Sprinter 3500');
}if (chosen == "Mercury") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Bobcat','Bobcat');
  selbox.options[selbox.options.length] = new Option('Brougham','Brougham');
  selbox.options[selbox.options.length] = new Option('Capri','Capri');
  selbox.options[selbox.options.length] = new Option('Colony Park','Colony Park');
  selbox.options[selbox.options.length] = new Option('Comet','Comet');
  selbox.options[selbox.options.length] = new Option('Cougar','Cougar');
  selbox.options[selbox.options.length] = new Option('Grand Marquis','Grand Marquis');
  selbox.options[selbox.options.length] = new Option('Marauder','Marauder');
  selbox.options[selbox.options.length] = new Option('Mariner','Mariner');
  selbox.options[selbox.options.length] = new Option('Marquis','Marquis');
  selbox.options[selbox.options.length] = new Option('Meteor','Meteor');
  selbox.options[selbox.options.length] = new Option('Milan','Milan');
  selbox.options[selbox.options.length] = new Option('Monarch','Monarch');
  selbox.options[selbox.options.length] = new Option('Montego','Montego');
  selbox.options[selbox.options.length] = new Option('Monterey','Monterey');
  selbox.options[selbox.options.length] = new Option('Mountaineer','Mountaineer');
  selbox.options[selbox.options.length] = new Option('Mystique','Mystique');
  selbox.options[selbox.options.length] = new Option('Sable','Sable');
  selbox.options[selbox.options.length] = new Option('Topaz','Topaz');
  selbox.options[selbox.options.length] = new Option('Tracer','Tracer');
  selbox.options[selbox.options.length] = new Option('Villager','Villager');
  selbox.options[selbox.options.length] = new Option('Voyager','Voyager');
  selbox.options[selbox.options.length] = new Option('Zephyr','Zephyr');
}
if (chosen == "MG") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('1100','1100');
  selbox.options[selbox.options.length] = new Option('1300','1300');
  selbox.options[selbox.options.length] = new Option('Magnette','Magnette');
  selbox.options[selbox.options.length] = new Option('MGB','MGB');
  selbox.options[selbox.options.length] = new Option('Midget','Midget');
}if (chosen == "Mini") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Cooper','Cooper');
}if (chosen == "Mitsubishi") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('3000GT','3000GT');
  selbox.options[selbox.options.length] = new Option('Diamante','Diamante');
  selbox.options[selbox.options.length] = new Option('Eclipse','Eclipse');
  selbox.options[selbox.options.length] = new Option('Endeavor','Endeavor');
  selbox.options[selbox.options.length] = new Option('Expo','Expo');
  selbox.options[selbox.options.length] = new Option('Galant','Galant');
  selbox.options[selbox.options.length] = new Option('Lancer','Lancer');
  selbox.options[selbox.options.length] = new Option('Mighty Max','Mighty Max');
  selbox.options[selbox.options.length] = new Option('Mirage','Mirage');
  selbox.options[selbox.options.length] = new Option('Montero','Montero');
  selbox.options[selbox.options.length] = new Option('Outlander','Outlander');
  selbox.options[selbox.options.length] = new Option('Precis','Precis');
  selbox.options[selbox.options.length] = new Option('Raider','Raider');
  selbox.options[selbox.options.length] = new Option('Sigma','Sigma');
  selbox.options[selbox.options.length] = new Option('Van','Van');
}if (chosen == "Nissan") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('200SX','200SX');
  selbox.options[selbox.options.length] = new Option('210','210');
  selbox.options[selbox.options.length] = new Option('240Z','240Z');
  selbox.options[selbox.options.length] = new Option('240SX','240SX');
  selbox.options[selbox.options.length] = new Option('260Z','260Z');
  selbox.options[selbox.options.length] = new Option('280Z','280Z');
  selbox.options[selbox.options.length] = new Option('280ZX','280ZX');
  selbox.options[selbox.options.length] = new Option('300ZX','300ZX');
  selbox.options[selbox.options.length] = new Option('310','310');
  selbox.options[selbox.options.length] = new Option('350Z','350Z');
  selbox.options[selbox.options.length] = new Option('370Z','370Z');
  selbox.options[selbox.options.length] = new Option('510','510');
  selbox.options[selbox.options.length] = new Option('610','610');
  selbox.options[selbox.options.length] = new Option('620','620');
  selbox.options[selbox.options.length] = new Option('710','710');
  selbox.options[selbox.options.length] = new Option('810','810');
  selbox.options[selbox.options.length] = new Option('Altima','Altima');
  selbox.options[selbox.options.length] = new Option('Altra EV','Altra EV');
  selbox.options[selbox.options.length] = new Option('Armada','Armada');
  selbox.options[selbox.options.length] = new Option('Axxess','Axxess');
  selbox.options[selbox.options.length] = new Option('B210','B210');
  selbox.options[selbox.options.length] = new Option('Cube','Cube');
  selbox.options[selbox.options.length] = new Option('D21','D21');
  selbox.options[selbox.options.length] = new Option('F10','F10');
  selbox.options[selbox.options.length] = new Option('Frontier','Frontier');
  selbox.options[selbox.options.length] = new Option('GT-R','GT-R');
  selbox.options[selbox.options.length] = new Option('Leaf','Leaf');
  selbox.options[selbox.options.length] = new Option('Maxima','Maxima');
  selbox.options[selbox.options.length] = new Option('Murano','Murano');
  selbox.options[selbox.options.length] = new Option('NX','NX');
  selbox.options[selbox.options.length] = new Option('Pathfinder','Pathfinder');
  selbox.options[selbox.options.length] = new Option('Pickup','Pickup');
  selbox.options[selbox.options.length] = new Option('Pulsar NX','Pulsar NX');
  selbox.options[selbox.options.length] = new Option('Quest','Quest');
  selbox.options[selbox.options.length] = new Option('Rogue','Rogue');
  selbox.options[selbox.options.length] = new Option('Sentra','Sentra');
  selbox.options[selbox.options.length] = new Option('Skyline','Skyline');
  selbox.options[selbox.options.length] = new Option('Stanza','Stanza');
  selbox.options[selbox.options.length] = new Option('Sylvia','Sylvia');
  selbox.options[selbox.options.length] = new Option('Titan','Titan');
  selbox.options[selbox.options.length] = new Option('Versa','Versa');
  selbox.options[selbox.options.length] = new Option('Xterra','Xterra');
}
if (chosen == "Oldsmobile") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('442','442');
  selbox.options[selbox.options.length] = new Option('88','88');
  selbox.options[selbox.options.length] = new Option('98','98');
  selbox.options[selbox.options.length] = new Option('ACHIEVA','ACHIEVA');
  selbox.options[selbox.options.length] = new Option('ALERO','ALERO');
  selbox.options[selbox.options.length] = new Option('AURORA','AURORA');
  selbox.options[selbox.options.length] = new Option('BRAVADA','BRAVADA');
  selbox.options[selbox.options.length] = new Option('CALAIS','CALAIS');
  selbox.options[selbox.options.length] = new Option('CUSTOM CRUISER','CUSTOM CRUISER');
  selbox.options[selbox.options.length] = new Option('CUTLASS','CUTLASS');
  selbox.options[selbox.options.length] = new Option('CUTLASS CALAIS','CUTLASS CALAIS');
  selbox.options[selbox.options.length] = new Option('CUTLASS CIERA','CUTLASS CIERA');
  selbox.options[selbox.options.length] = new Option('CUTLASS CRUISER','CUTLASS CRUISER');
  selbox.options[selbox.options.length] = new Option('CUTLASS SALON','CUTLASS SALON');
  selbox.options[selbox.options.length] = new Option('CUTLASS SUPREME','CUTLASS SUPREME');
  selbox.options[selbox.options.length] = new Option('DELMONT 88','DELMONT 88');
  selbox.options[selbox.options.length] = new Option('DELTA 88','DELTA 88');
  selbox.options[selbox.options.length] = new Option('DELUXE 88','DELUXE 88');
  selbox.options[selbox.options.length] = new Option('DYNAMIC','DYNAMIC');
  selbox.options[selbox.options.length] = new Option('F85','F85');
  selbox.options[selbox.options.length] = new Option('FIESTA','FIESTA');
  selbox.options[selbox.options.length] = new Option('FIRENZA','FIRENZA');
  selbox.options[selbox.options.length] = new Option('INTRIGUE','INTRIGUE');
  selbox.options[selbox.options.length] = new Option('JETFIRE','JETFIRE');
  selbox.options[selbox.options.length] = new Option('JETSTAR 88','JETSTAR 88');
  selbox.options[selbox.options.length] = new Option('JETSTAR I','JETSTAR I');
  selbox.options[selbox.options.length] = new Option('LSS','LSS');
  selbox.options[selbox.options.length] = new Option('OMEGA','OMEGA');
  selbox.options[selbox.options.length] = new Option('REGENCY','REGENCY');
  selbox.options[selbox.options.length] = new Option('SERIES 76','SERIES 76');
  selbox.options[selbox.options.length] = new Option('SILHOUETTE','SILHOUETTE');
  selbox.options[selbox.options.length] = new Option('STANDARD 88','STANDARD 88');
  selbox.options[selbox.options.length] = new Option('STARFIRE','STARFIRE');
  selbox.options[selbox.options.length] = new Option('SUPER 88','SUPER 88');
  selbox.options[selbox.options.length] = new Option('TORONADO','TORONADO');
  selbox.options[selbox.options.length] = new Option('VISTA CRUISER','VISTA CRUISER');
}
if (chosen == "Opel") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('1900','1900');
  selbox.options[selbox.options.length] = new Option('Caravan','Caravan');
  selbox.options[selbox.options.length] = new Option('Kapitan','Kapitan');
  selbox.options[selbox.options.length] = new Option('Manta','Manta');
  selbox.options[selbox.options.length] = new Option('Olympia','Olympia');
  selbox.options[selbox.options.length] = new Option('Olympia Rekord','Olympia Rekord');
  selbox.options[selbox.options.length] = new Option('Opel','Opel');
}
if (chosen == "Panoz") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('AIV Roadster','AIV Roadster');
  selbox.options[selbox.options.length] = new Option('Esperante','Esperante');
}
if (chosen == "Peugeot") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('203','203');
  selbox.options[selbox.options.length] = new Option('403','403');
  selbox.options[selbox.options.length] = new Option('405','405');
  selbox.options[selbox.options.length] = new Option('504','504');
  selbox.options[selbox.options.length] = new Option('505','505');
  selbox.options[selbox.options.length] = new Option('604','604');
}
if (chosen == "Plymouth") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Acclaim','Acclaim');
  selbox.options[selbox.options.length] = new Option('Arrow','Arrow');
  selbox.options[selbox.options.length] = new Option('Arrow Pickup','Arrow Pickup');
  selbox.options[selbox.options.length] = new Option('Breeze','Breeze');
  selbox.options[selbox.options.length] = new Option('Champ','Champ');
  selbox.options[selbox.options.length] = new Option('Colt','Colt');
  selbox.options[selbox.options.length] = new Option('Concord','Concord');
  selbox.options[selbox.options.length] = new Option('Duster','Duster');
  selbox.options[selbox.options.length] = new Option('Fury','Fury');
  selbox.options[selbox.options.length] = new Option('Gran Fury','Gran Fury');
  selbox.options[selbox.options.length] = new Option('Grand Voyager','Grand Voyager');
  selbox.options[selbox.options.length] = new Option('Horizon','Horizon');
  selbox.options[selbox.options.length] = new Option('Laser','Laser');
  selbox.options[selbox.options.length] = new Option('Neon (see dodge)','Neon');
  selbox.options[selbox.options.length] = new Option('Van','Van');
  selbox.options[selbox.options.length] = new Option('Prowler','Prowler');
  selbox.options[selbox.options.length] = new Option('Roadrunner','Roadrunner');
  selbox.options[selbox.options.length] = new Option('Sapporo','Sapporo');
  selbox.options[selbox.options.length] = new Option('Scamp','Scamp');
  selbox.options[selbox.options.length] = new Option('Sundance','Sundance');
  selbox.options[selbox.options.length] = new Option('Trailduster','Trailduster');
  selbox.options[selbox.options.length] = new Option('Valiant','Valiant');
  selbox.options[selbox.options.length] = new Option('Volare','Volare');
  selbox.options[selbox.options.length] = new Option('Voyager','Voyager');
}
if (chosen == "Pontiac") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('6000','6000');
  selbox.options[selbox.options.length] = new Option('Astre','Astre');
  selbox.options[selbox.options.length] = new Option('Aztek','Aztek');
  selbox.options[selbox.options.length] = new Option('Bonneville','Bonneville');
  selbox.options[selbox.options.length] = new Option('Catalina','Catalina');
  selbox.options[selbox.options.length] = new Option('Firebird','Firebird');
  selbox.options[selbox.options.length] = new Option('Fiero','Fiero');
  selbox.options[selbox.options.length] = new Option('G3','G3');
  selbox.options[selbox.options.length] = new Option('G5','G5');
  selbox.options[selbox.options.length] = new Option('G6','G6');
  selbox.options[selbox.options.length] = new Option('G8','G8');
  selbox.options[selbox.options.length] = new Option('Grand Am','Grand Am');
  selbox.options[selbox.options.length] = new Option('Grand LeMans','Grand LeMans');
  selbox.options[selbox.options.length] = new Option('Grand Prix','Grand Prix');
  selbox.options[selbox.options.length] = new Option('Grand Safari','Grand Safari');
  selbox.options[selbox.options.length] = new Option('Grandville','Grandville');
  selbox.options[selbox.options.length] = new Option('GTO','GTO');
  selbox.options[selbox.options.length] = new Option('LeMans','LeMans');
  selbox.options[selbox.options.length] = new Option('Montana','Montana');
  selbox.options[selbox.options.length] = new Option('Phoenix','Phoenix');
  selbox.options[selbox.options.length] = new Option('Safari','Safari');
  selbox.options[selbox.options.length] = new Option('Solstice','Solstice');
  selbox.options[selbox.options.length] = new Option('Sunbird','Sunbird');
  selbox.options[selbox.options.length] = new Option('Sunfire','Sunfire');
  selbox.options[selbox.options.length] = new Option('Torrent','Torrent');
  selbox.options[selbox.options.length] = new Option('Trans Am','Trans Am');
  selbox.options[selbox.options.length] = new Option('Trans Sport','Trans Sport');
  selbox.options[selbox.options.length] = new Option('Ventura','Ventura');
  selbox.options[selbox.options.length] = new Option('Vibe','Vibe');
}
if (chosen == "Porsche") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('911','911');
  selbox.options[selbox.options.length] = new Option('912','912');
  selbox.options[selbox.options.length] = new Option('914','914');
  selbox.options[selbox.options.length] = new Option('924','924');
  selbox.options[selbox.options.length] = new Option('928','928');
  selbox.options[selbox.options.length] = new Option('930','930');
  selbox.options[selbox.options.length] = new Option('944','944');
  selbox.options[selbox.options.length] = new Option('968','968');
  selbox.options[selbox.options.length] = new Option('Boxster','Boxster');
  selbox.options[selbox.options.length] = new Option('Carrera','Carrera');
  selbox.options[selbox.options.length] = new Option('Cayenne','Cayenne');
  selbox.options[selbox.options.length] = new Option('Cayman','Cayman');
  selbox.options[selbox.options.length] = new Option('Panamera','Panamera');
}
if (chosen == "Renault") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('4CV','4CV');
  selbox.options[selbox.options.length] = new Option('Caravelle','Caravelle');
  selbox.options[selbox.options.length] = new Option('Dauphine','Dauphine');
  selbox.options[selbox.options.length] = new Option('Fregate','Fregate');
  selbox.options[selbox.options.length] = new Option('Gordini','Gordini');
  selbox.options[selbox.options.length] = new Option('LeCar','LeCar');
  selbox.options[selbox.options.length] = new Option('R10','R10');
  selbox.options[selbox.options.length] = new Option('R12','R12');
  selbox.options[selbox.options.length] = new Option('R15','R15');
  selbox.options[selbox.options.length] = new Option('R17','R17');
  selbox.options[selbox.options.length] = new Option('R5','R5');
  selbox.options[selbox.options.length] = new Option('R8','R8');
}

if (chosen == "Saab") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('9-2','9-2');
  selbox.options[selbox.options.length] = new Option('9-3','9-3');
  selbox.options[selbox.options.length] = new Option('9-5','9-5');
  selbox.options[selbox.options.length] = new Option('9-7x','9-7x');
  selbox.options[selbox.options.length] = new Option('900','900');
  selbox.options[selbox.options.length] = new Option('9000','9000');
  selbox.options[selbox.options.length] = new Option('99','99');
  selbox.options[selbox.options.length] = new Option('GT750','GT750');
  selbox.options[selbox.options.length] = new Option('GT850','GT850');
}
if (chosen == "Saleen") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('S7','S7');
}
if (chosen == "Saturn") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Astra','Astra');
  selbox.options[selbox.options.length] = new Option('Aura','Aura');
  selbox.options[selbox.options.length] = new Option('Ion','Ion');
  selbox.options[selbox.options.length] = new Option('L100','L100');
  selbox.options[selbox.options.length] = new Option('L200','L200');
  selbox.options[selbox.options.length] = new Option('L300','L300');
  selbox.options[selbox.options.length] = new Option('LS','LS');
  selbox.options[selbox.options.length] = new Option('LS1','LS1');
  selbox.options[selbox.options.length] = new Option('LS2','LS2');
  selbox.options[selbox.options.length] = new Option('LW1','LW1');
  selbox.options[selbox.options.length] = new Option('LW2','LW2');
  selbox.options[selbox.options.length] = new Option('LW200','LW200');
  selbox.options[selbox.options.length] = new Option('LW300','LW300');
  selbox.options[selbox.options.length] = new Option('Outlook','Outlook');
  selbox.options[selbox.options.length] = new Option('Relay','Relay');
  selbox.options[selbox.options.length] = new Option('SC','SC');
  selbox.options[selbox.options.length] = new Option('SC1','SC1');
  selbox.options[selbox.options.length] = new Option('SC2','SC2');
  selbox.options[selbox.options.length] = new Option('Sky','Sky');
  selbox.options[selbox.options.length] = new Option('SL','SL');
  selbox.options[selbox.options.length] = new Option('SL1','SL1');
  selbox.options[selbox.options.length] = new Option('SL2','SL2');
  selbox.options[selbox.options.length] = new Option('SW1','SW1');
  selbox.options[selbox.options.length] = new Option('SW2','SW2');
  selbox.options[selbox.options.length] = new Option('Vue','Vue');
}
if (chosen == "Scion") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('tC','tC');
  selbox.options[selbox.options.length] = new Option('xA','xA');
  selbox.options[selbox.options.length] = new Option('xB','xB');
  selbox.options[selbox.options.length] = new Option('xD','xD');
}
if (chosen == "Shelby") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Series 1','Series 1');
}
if (chosen == "Smart") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Fortwo','Fortwo');
}
if (chosen == "Subaru") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('360','360');
  selbox.options[selbox.options.length] = new Option('B9 Tribeca','B9 Tribeca');
  selbox.options[selbox.options.length] = new Option('Baja','Baja');
  selbox.options[selbox.options.length] = new Option('Brat','Brat');
  selbox.options[selbox.options.length] = new Option('DL','DL');
  selbox.options[selbox.options.length] = new Option('FE','FE');
  selbox.options[selbox.options.length] = new Option('Forester','Forester');
  selbox.options[selbox.options.length] = new Option('GF','GF');
  selbox.options[selbox.options.length] = new Option('GL','GL');
  selbox.options[selbox.options.length] = new Option('Impreza','Impreza');
  selbox.options[selbox.options.length] = new Option('Justy','Justy');
  selbox.options[selbox.options.length] = new Option('Legacy','Legacy');
  selbox.options[selbox.options.length] = new Option('Loyale','Loyale');
  selbox.options[selbox.options.length] = new Option('Outback','Outback');
  selbox.options[selbox.options.length] = new Option('Standard','Standard');
  selbox.options[selbox.options.length] = new Option('SVX','SVX');
  selbox.options[selbox.options.length] = new Option('Tribeca','Tribeca');
  selbox.options[selbox.options.length] = new Option('WRX','WRX');
  selbox.options[selbox.options.length] = new Option('XT','XT');
}
if (chosen == "Suzuki") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Aerio','Aerio');
  selbox.options[selbox.options.length] = new Option('Equator','Equator');
  selbox.options[selbox.options.length] = new Option('Esteem','Esteem');
  selbox.options[selbox.options.length] = new Option('Forenza','Forenza');
  selbox.options[selbox.options.length] = new Option('Grand Vitara','Grand Vitara');
  selbox.options[selbox.options.length] = new Option('Kizashi','Kizashi');
  selbox.options[selbox.options.length] = new Option('Reno','Reno');
  selbox.options[selbox.options.length] = new Option('Samurai','Samurai');
  selbox.options[selbox.options.length] = new Option('Sidekick','Sidekick');
  selbox.options[selbox.options.length] = new Option('Swift','Swift');
  selbox.options[selbox.options.length] = new Option('SX4','SX4');
  selbox.options[selbox.options.length] = new Option('Verona','Verona');
  selbox.options[selbox.options.length] = new Option('Vitara','Vitara');
  selbox.options[selbox.options.length] = new Option('X-90','X-90');
  selbox.options[selbox.options.length] = new Option('XL-7','XL-7');
}
if (chosen == "Tesla") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Roadster','Roadster');
}
if (chosen == "Toyota") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('4Runner','4Runner');
  selbox.options[selbox.options.length] = new Option('Avalon','Avalon');
  selbox.options[selbox.options.length] = new Option('Camry','Camry');
  selbox.options[selbox.options.length] = new Option('Celica','Celica');
  selbox.options[selbox.options.length] = new Option('Corolla','Corolla');
  selbox.options[selbox.options.length] = new Option('Corona','Corona');
  selbox.options[selbox.options.length] = new Option('Cressida','Cressida');
  selbox.options[selbox.options.length] = new Option('Echo','Echo');
  selbox.options[selbox.options.length] = new Option('FJ Cruiser','FJ Cruiser');
  selbox.options[selbox.options.length] = new Option('Highlander','Highlander');
  selbox.options[selbox.options.length] = new Option('Land Cruiser','Land Cruiser');
  selbox.options[selbox.options.length] = new Option('Mark II','Mark II');
  selbox.options[selbox.options.length] = new Option('Matrix','Matrix');
  selbox.options[selbox.options.length] = new Option('MR2','MR2');
  selbox.options[selbox.options.length] = new Option('MR2 Spyder','MR2 Spyder');
  selbox.options[selbox.options.length] = new Option('Paseo','Paseo');
  selbox.options[selbox.options.length] = new Option('Pickup','Pickup');
  selbox.options[selbox.options.length] = new Option('Previa','Previa');
  selbox.options[selbox.options.length] = new Option('Prius','Prius');
  selbox.options[selbox.options.length] = new Option('RAV4','RAV4');
  selbox.options[selbox.options.length] = new Option('Sequoia','Sequoia');
  selbox.options[selbox.options.length] = new Option('Sienna','Sienna');
  selbox.options[selbox.options.length] = new Option('Solara','Solara');
  selbox.options[selbox.options.length] = new Option('Stout','Stout');
  selbox.options[selbox.options.length] = new Option('Supra','Supra');
  selbox.options[selbox.options.length] = new Option('T100','T100');
  selbox.options[selbox.options.length] = new Option('Tacoma','Tacoma');
  selbox.options[selbox.options.length] = new Option('Tercel','Tercel');
  selbox.options[selbox.options.length] = new Option('Tundra','Tundra');
  selbox.options[selbox.options.length] = new Option('Venza','Venza');
  selbox.options[selbox.options.length] = new Option('Yaris','Yaris');
}
if (chosen == "Triumph") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Mayflower','Mayflower');
  selbox.options[selbox.options.length] = new Option('Renown','Renown');
  selbox.options[selbox.options.length] = new Option('Spitfire','Spitfire');
  selbox.options[selbox.options.length] = new Option('TR6','TR6');
  selbox.options[selbox.options.length] = new Option('TR7','TR7');
}
if (chosen == "TVR") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('1300','1300');
  selbox.options[selbox.options.length] = new Option('2500','2500');
  selbox.options[selbox.options.length] = new Option('2500M','2500M');
  selbox.options[selbox.options.length] = new Option('3000M','3000M');
  selbox.options[selbox.options.length] = new Option('Grantura','Grantura');
  selbox.options[selbox.options.length] = new Option('Griffith','Griffith');
  selbox.options[selbox.options.length] = new Option('Tuscan','Tuscan');
  selbox.options[selbox.options.length] = new Option('Vixen','Vixen');
}
if (chosen == "Volkswagen") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('412','412');
  selbox.options[selbox.options.length] = new Option('Beetle','Beetle');
  selbox.options[selbox.options.length] = new Option('Cabrio','Cabrio');
  selbox.options[selbox.options.length] = new Option('Cabriolet','Cabriolet');
  selbox.options[selbox.options.length] = new Option('CC','CC');
  selbox.options[selbox.options.length] = new Option('Corrado','Corrado');
  selbox.options[selbox.options.length] = new Option('Dasher','Dasher');
  selbox.options[selbox.options.length] = new Option('Eos','Eos');
  selbox.options[selbox.options.length] = new Option('EuroVan','EuroVan');
  selbox.options[selbox.options.length] = new Option('Fox','Fox');
  selbox.options[selbox.options.length] = new Option('Golf','Golf');
  selbox.options[selbox.options.length] = new Option('GTI','GTI');
  selbox.options[selbox.options.length] = new Option('Jetta','Jetta');
  selbox.options[selbox.options.length] = new Option('Passat','Passat');
  selbox.options[selbox.options.length] = new Option('Phaeton','Phaeton');
  selbox.options[selbox.options.length] = new Option('R32','R32');
  selbox.options[selbox.options.length] = new Option('Rabbit','Rabbit');
  selbox.options[selbox.options.length] = new Option('Routan','Routan');
  selbox.options[selbox.options.length] = new Option('Scirocco','Scirocco');
  selbox.options[selbox.options.length] = new Option('Super Beetle','Super Beetle');
  selbox.options[selbox.options.length] = new Option('Tiguan','Tiguan');
  selbox.options[selbox.options.length] = new Option('Touareg','Touareg');
  selbox.options[selbox.options.length] = new Option('Transporter','Transporter');
  selbox.options[selbox.options.length] = new Option('Vanagon','Vanagon');
}
if (chosen == "Volvo") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('164','164');
  selbox.options[selbox.options.length] = new Option('240','240');
  selbox.options[selbox.options.length] = new Option('242','242');
  selbox.options[selbox.options.length] = new Option('244','244');
  selbox.options[selbox.options.length] = new Option('245','245');
  selbox.options[selbox.options.length] = new Option('262','262');
  selbox.options[selbox.options.length] = new Option('264','264');
  selbox.options[selbox.options.length] = new Option('265','265');
  selbox.options[selbox.options.length] = new Option('740','740');
  selbox.options[selbox.options.length] = new Option('760','760');
  selbox.options[selbox.options.length] = new Option('780','780');
  selbox.options[selbox.options.length] = new Option('850','850');
  selbox.options[selbox.options.length] = new Option('940','940');
  selbox.options[selbox.options.length] = new Option('960','960');
  selbox.options[selbox.options.length] = new Option('C30','C30');
  selbox.options[selbox.options.length] = new Option('C70','C70');
  selbox.options[selbox.options.length] = new Option('S40','S40');
  selbox.options[selbox.options.length] = new Option('S60','S60');
  selbox.options[selbox.options.length] = new Option('S70','S70');
  selbox.options[selbox.options.length] = new Option('S80','S80');
  selbox.options[selbox.options.length] = new Option('S90','S90');
  selbox.options[selbox.options.length] = new Option('V40','V40');
  selbox.options[selbox.options.length] = new Option('V50','V50');
  selbox.options[selbox.options.length] = new Option('V70','V70');
  selbox.options[selbox.options.length] = new Option('V90','V90');
  selbox.options[selbox.options.length] = new Option('XC60','XC60');
  selbox.options[selbox.options.length] = new Option('XC70','XC70');
  selbox.options[selbox.options.length] = new Option('XC90','XC90');
}
if (chosen == "Yugo") {
  selbox.options[selbox.options.length] = new Option('Model','');  
  selbox.options[selbox.options.length] = new Option('Cabrio','Cabrio');
  selbox.options[selbox.options.length] = new Option('GV','GV');
}
 
}



