function enablevehiclemodelOptions(selection){
	if (selection.value == "Choose") {
		document.domesticForm.vehiclemodel.disabled=true;
		document.internationalForm.vehiclemodel.disabled=true;
	}
	else if (selection.value == "Boat") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Under 21 ft.","Under 21 ft.");
		document.domesticForm.vehiclemodel.options[3] = new Option("Over 21 ft.","Over 21 ft.");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Under 21 ft.","Under 21 ft.");
		document.internationalForm.vehiclemodel.options[3] = new Option("Over 21 ft.","Over 21 ft.");
		return;
		
	}
	else if (selection.value == "Motorcycle") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Under 600cc","Under 600cc");
		document.domesticForm.vehiclemodel.options[3] = new Option("Over 600cc","Over 600cc");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Under 600cc","Under 600cc");
		document.internationalForm.vehiclemodel.options[3] = new Option("Over 600cc","Over 600cc");
		return;
	}
	else if (selection.value == "Other") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		return;
	}
	else if (selection.value == "AC") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Cobra","Cobra");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Cobra","Cobra");
		return;
	}
	else if (selection.value == "Acura") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("1.6 EL","1.6 EL");
		document.domesticForm.vehiclemodel.options[3] = new Option("1.7 EL","1.7 EL");
		document.domesticForm.vehiclemodel.options[4] = new Option("1.7 EL","1.7 EL");
		document.domesticForm.vehiclemodel.options[5] = new Option("2.5 TL","2.5 TL");
		document.domesticForm.vehiclemodel.options[6] = new Option("3.0 CL","3.0 CL");
		document.domesticForm.vehiclemodel.options[7] = new Option("3.2 TL","3.2 TL");
		document.domesticForm.vehiclemodel.options[8] = new Option("3.5 RL","3.5 RL");
		document.domesticForm.vehiclemodel.options[9] = new Option("CL","CL");
		document.domesticForm.vehiclemodel.options[10] = new Option("CSX","CSX");
		document.domesticForm.vehiclemodel.options[11] = new Option("EL","EL");
		document.domesticForm.vehiclemodel.options[12] = new Option("Integra","Integra");
		document.domesticForm.vehiclemodel.options[13] = new Option("Legend","Legend");
		document.domesticForm.vehiclemodel.options[14] = new Option("MDX","MDX");
		document.domesticForm.vehiclemodel.options[15] = new Option("NSX","NSX");
		document.domesticForm.vehiclemodel.options[16] = new Option("NSX-T","NSX-T");
		document.domesticForm.vehiclemodel.options[17] = new Option("RDX","RDX");
		document.domesticForm.vehiclemodel.options[18] = new Option("RL","RL");
		document.domesticForm.vehiclemodel.options[19] = new Option("RSX","RSX");
		document.domesticForm.vehiclemodel.options[20] = new Option("SLX","SLX");
		document.domesticForm.vehiclemodel.options[21] = new Option("TL","TL");
		document.domesticForm.vehiclemodel.options[22] = new Option("TSX","TSX");
		document.domesticForm.vehiclemodel.options[23] = new Option("Vigor","Vigor");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("1.6 EL","1.6 EL");
		document.internationalForm.vehiclemodel.options[3] = new Option("1.7 EL","1.7 EL");
		document.internationalForm.vehiclemodel.options[4] = new Option("1.7 EL","1.7 EL");
		document.internationalForm.vehiclemodel.options[5] = new Option("2.5 TL","2.5 TL");
		document.internationalForm.vehiclemodel.options[6] = new Option("3.0 CL","3.0 CL");
		document.internationalForm.vehiclemodel.options[7] = new Option("3.2 TL","3.2 TL");
		document.internationalForm.vehiclemodel.options[8] = new Option("3.5 RL","3.5 RL");
		document.internationalForm.vehiclemodel.options[9] = new Option("CL","CL");
		document.internationalForm.vehiclemodel.options[10] = new Option("CSX","CSX");
		document.internationalForm.vehiclemodel.options[11] = new Option("EL","EL");
		document.internationalForm.vehiclemodel.options[12] = new Option("Integra","Integra");
		document.internationalForm.vehiclemodel.options[13] = new Option("Legend","Legend");
		document.internationalForm.vehiclemodel.options[14] = new Option("MDX","MDX");
		document.internationalForm.vehiclemodel.options[15] = new Option("NSX","NSX");
		document.internationalForm.vehiclemodel.options[16] = new Option("NSX-T","NSX-T");
		document.internationalForm.vehiclemodel.options[17] = new Option("RDX","RDX");
		document.internationalForm.vehiclemodel.options[18] = new Option("RL","RL");
		document.internationalForm.vehiclemodel.options[19] = new Option("RSX","RSX");
		document.internationalForm.vehiclemodel.options[20] = new Option("SLX","SLX");
		document.internationalForm.vehiclemodel.options[21] = new Option("TL","TL");
		document.internationalForm.vehiclemodel.options[22] = new Option("TSX","TSX");
		document.internationalForm.vehiclemodel.options[23] = new Option("Vigor","Vigor");
		return;
	}
	else if (selection.value == "Alfa Romeo") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("145","145");
		document.domesticForm.vehiclemodel.options[3] = new Option("146","146");
		document.domesticForm.vehiclemodel.options[4] = new Option("147","147");
		document.domesticForm.vehiclemodel.options[5] = new Option("155","155");
		document.domesticForm.vehiclemodel.options[6] = new Option("156","156");
		document.domesticForm.vehiclemodel.options[7] = new Option("159","159");
		document.domesticForm.vehiclemodel.options[8] = new Option("164","164");
		document.domesticForm.vehiclemodel.options[9] = new Option("166","166");
		document.domesticForm.vehiclemodel.options[10] = new Option("33","33");
		document.domesticForm.vehiclemodel.options[11] = new Option("75","75");
		document.domesticForm.vehiclemodel.options[12] = new Option("Alfetta","Alfetta");
		document.domesticForm.vehiclemodel.options[13] = new Option("GT","GT");
		document.domesticForm.vehiclemodel.options[14] = new Option("GTV","GTV");
		document.domesticForm.vehiclemodel.options[15] = new Option("GTV-6","GTV-6");
		document.domesticForm.vehiclemodel.options[16] = new Option("GTV6","GTV6");
		document.domesticForm.vehiclemodel.options[17] = new Option("Guiletta","Guiletta");
		document.domesticForm.vehiclemodel.options[18] = new Option("Milano","Milano");
		document.domesticForm.vehiclemodel.options[19] = new Option("Spider","Spider");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("145","145");
		document.internationalForm.vehiclemodel.options[3] = new Option("146","146");
		document.internationalForm.vehiclemodel.options[4] = new Option("147","147");
		document.internationalForm.vehiclemodel.options[5] = new Option("155","155");
		document.internationalForm.vehiclemodel.options[6] = new Option("156","156");
		document.internationalForm.vehiclemodel.options[7] = new Option("159","159");
		document.internationalForm.vehiclemodel.options[8] = new Option("164","164");
		document.internationalForm.vehiclemodel.options[9] = new Option("166","166");
		document.internationalForm.vehiclemodel.options[10] = new Option("33","33");
		document.internationalForm.vehiclemodel.options[11] = new Option("75","75");
		document.internationalForm.vehiclemodel.options[12] = new Option("Alfetta","Alfetta");
		document.internationalForm.vehiclemodel.options[13] = new Option("GT","GT");
		document.internationalForm.vehiclemodel.options[14] = new Option("GTV","GTV");
		document.internationalForm.vehiclemodel.options[15] = new Option("GTV-6","GTV-6");
		document.internationalForm.vehiclemodel.options[16] = new Option("GTV6","GTV6");
		document.internationalForm.vehiclemodel.options[17] = new Option("Guiletta","Guiletta");
		document.internationalForm.vehiclemodel.options[18] = new Option("Milano","Milano");
		document.internationalForm.vehiclemodel.options[19] = new Option("Spider","Spider");
		return;
	}
	else if (selection.value == "AM General") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Alliance","Alliance");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Alliance","Alliance");
		return;
	}
	else if (selection.value == "AMC") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Ambassador","Ambassador");
		document.domesticForm.vehiclemodel.options[3] = new Option("AMX","AMX");
		document.domesticForm.vehiclemodel.options[4] = new Option("Concord","Concord");
		document.domesticForm.vehiclemodel.options[5] = new Option("Concorde","Concorde");
		document.domesticForm.vehiclemodel.options[6] = new Option("Eagle","Eagle");
		document.domesticForm.vehiclemodel.options[7] = new Option("Eagle 30","Eagle 30");
		document.domesticForm.vehiclemodel.options[8] = new Option("Eagle 50","Eagle 50");
		document.domesticForm.vehiclemodel.options[9] = new Option("Encore","Encore");
		document.domesticForm.vehiclemodel.options[10] = new Option("Gremlin","Gremlin");
		document.domesticForm.vehiclemodel.options[11] = new Option("Hornet","Hornet");
		document.domesticForm.vehiclemodel.options[12] = new Option("Javelin","Javelin");
		document.domesticForm.vehiclemodel.options[13] = new Option("Marlin","Marlin");
		document.domesticForm.vehiclemodel.options[14] = new Option("Metador","Metador");
		document.domesticForm.vehiclemodel.options[15] = new Option("Pacer","Pacer");
		document.domesticForm.vehiclemodel.options[16] = new Option("Rambler","Rambler");
		document.domesticForm.vehiclemodel.options[17] = new Option("Rebel","Rebel");
		document.domesticForm.vehiclemodel.options[18] = new Option("Spirit","Spirit");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Ambassador","Ambassador");
		document.internationalForm.vehiclemodel.options[3] = new Option("AMX","AMX");
		document.internationalForm.vehiclemodel.options[4] = new Option("Concord","Concord");
		document.internationalForm.vehiclemodel.options[5] = new Option("Concorde","Concorde");
		document.internationalForm.vehiclemodel.options[6] = new Option("Eagle","Eagle");
		document.internationalForm.vehiclemodel.options[7] = new Option("Eagle 30","Eagle 30");
		document.internationalForm.vehiclemodel.options[8] = new Option("Eagle 50","Eagle 50");
		document.internationalForm.vehiclemodel.options[9] = new Option("Encore","Encore");
		document.internationalForm.vehiclemodel.options[10] = new Option("Gremlin","Gremlin");
		document.internationalForm.vehiclemodel.options[11] = new Option("Hornet","Hornet");
		document.internationalForm.vehiclemodel.options[12] = new Option("Javelin","Javelin");
		document.internationalForm.vehiclemodel.options[13] = new Option("Marlin","Marlin");
		document.internationalForm.vehiclemodel.options[14] = new Option("Metador","Metador");
		document.internationalForm.vehiclemodel.options[15] = new Option("Pacer","Pacer");
		document.internationalForm.vehiclemodel.options[16] = new Option("Rambler","Rambler");
		document.internationalForm.vehiclemodel.options[17] = new Option("Rebel","Rebel");
		document.internationalForm.vehiclemodel.options[18] = new Option("Spirit","Spirit");
		return;
	}
	else if (selection.value == "Aston Martin") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("AMV8 Vantage","AMV8 Vantage");
		document.domesticForm.vehiclemodel.options[3] = new Option("Bulldog","Bulldog");
		document.domesticForm.vehiclemodel.options[4] = new Option("DB AR1","DB AR1");
		document.domesticForm.vehiclemodel.options[5] = new Option("DB2","DB2");
		document.domesticForm.vehiclemodel.options[6] = new Option("DB3 Spyder","DB3 Spyder");
		document.domesticForm.vehiclemodel.options[7] = new Option("DB3S","DB3S");
		document.domesticForm.vehiclemodel.options[8] = new Option("DB4","DB4");
		document.domesticForm.vehiclemodel.options[9] = new Option("DB5","DB5");
		document.domesticForm.vehiclemodel.options[10] = new Option("DB6","DB6");
		document.domesticForm.vehiclemodel.options[11] = new Option("DB7","DB7");
		document.domesticForm.vehiclemodel.options[12] = new Option("DB9","DB9");
		document.domesticForm.vehiclemodel.options[13] = new Option("DB9 Sports Pack","DB9 Sports Pack");
		document.domesticForm.vehiclemodel.options[14] = new Option("DBR1","DBR1");
		document.domesticForm.vehiclemodel.options[15] = new Option("DBR4","DBR4");
		document.domesticForm.vehiclemodel.options[16] = new Option("DBR9","DBR9");
		document.domesticForm.vehiclemodel.options[17] = new Option("DBRS9","DBRS9");
		document.domesticForm.vehiclemodel.options[18] = new Option("DBS","DBS");
		document.domesticForm.vehiclemodel.options[19] = new Option("DP212","DP212");
		document.domesticForm.vehiclemodel.options[20] = new Option("Lagonda","Lagonda");
		document.domesticForm.vehiclemodel.options[21] = new Option("Le Mans","Le Mans");
		document.domesticForm.vehiclemodel.options[22] = new Option("MK II Ulster Le","MK II Ulster Le");
		document.domesticForm.vehiclemodel.options[23] = new Option("Prodrive","Prodrive");
		document.domesticForm.vehiclemodel.options[24] = new Option("Rapide","Rapide");
		document.domesticForm.vehiclemodel.options[25] = new Option("Type C Speed Mod","Type C Speed Mod");
		document.domesticForm.vehiclemodel.options[26] = new Option("Ulster","Ulster");
		document.domesticForm.vehiclemodel.options[27] = new Option("V12 Vanquish","V12 Vanquish");
		document.domesticForm.vehiclemodel.options[28] = new Option("V8","V8");
		document.domesticForm.vehiclemodel.options[29] = new Option("V8 Coupe","V8 Coupe");
		document.domesticForm.vehiclemodel.options[30] = new Option("V8 Volante","V8 Volante");
		document.domesticForm.vehiclemodel.options[31] = new Option("V8 Volante","V8 Volante");
		document.domesticForm.vehiclemodel.options[32] = new Option("Vanquish Roadster","Vanquish Roadster");
		document.domesticForm.vehiclemodel.options[33] = new Option("Vanquish S","Vanquish S");
		document.domesticForm.vehiclemodel.options[34] = new Option("Vantage","Vantage");
		document.domesticForm.vehiclemodel.options[35] = new Option("Virage","Virage");
		document.domesticForm.vehiclemodel.options[36] = new Option("Zegato DB4","Zegato DB4");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("AMV8 Vantage","AMV8 Vantage");
		document.internationalForm.vehiclemodel.options[3] = new Option("Bulldog","Bulldog");
		document.internationalForm.vehiclemodel.options[4] = new Option("DB AR1","DB AR1");
		document.internationalForm.vehiclemodel.options[5] = new Option("DB2","DB2");
		document.internationalForm.vehiclemodel.options[6] = new Option("DB3 Spyder","DB3 Spyder");
		document.internationalForm.vehiclemodel.options[7] = new Option("DB3S","DB3S");
		document.internationalForm.vehiclemodel.options[8] = new Option("DB4","DB4");
		document.internationalForm.vehiclemodel.options[9] = new Option("DB5","DB5");
		document.internationalForm.vehiclemodel.options[10] = new Option("DB6","DB6");
		document.internationalForm.vehiclemodel.options[11] = new Option("DB7","DB7");
		document.internationalForm.vehiclemodel.options[12] = new Option("DB9","DB9");
		document.internationalForm.vehiclemodel.options[13] = new Option("DB9 Sports Pack","DB9 Sports Pack");
		document.internationalForm.vehiclemodel.options[14] = new Option("DBR1","DBR1");
		document.internationalForm.vehiclemodel.options[15] = new Option("DBR4","DBR4");
		document.internationalForm.vehiclemodel.options[16] = new Option("DBR9","DBR9");
		document.internationalForm.vehiclemodel.options[17] = new Option("DBRS9","DBRS9");
		document.internationalForm.vehiclemodel.options[18] = new Option("DBS","DBS");
		document.internationalForm.vehiclemodel.options[19] = new Option("DP212","DP212");
		document.internationalForm.vehiclemodel.options[20] = new Option("Lagonda","Lagonda");
		document.internationalForm.vehiclemodel.options[21] = new Option("Le Mans","Le Mans");
		document.internationalForm.vehiclemodel.options[22] = new Option("MK II Ulster Le","MK II Ulster Le");
		document.internationalForm.vehiclemodel.options[23] = new Option("Prodrive","Prodrive");
		document.internationalForm.vehiclemodel.options[24] = new Option("Rapide","Rapide");
		document.internationalForm.vehiclemodel.options[25] = new Option("Type C Speed Mod","Type C Speed Mod");
		document.internationalForm.vehiclemodel.options[26] = new Option("Ulster","Ulster");
		document.internationalForm.vehiclemodel.options[27] = new Option("V12 Vanquish","V12 Vanquish");
		document.internationalForm.vehiclemodel.options[28] = new Option("V8","V8");
		document.internationalForm.vehiclemodel.options[29] = new Option("V8 Coupe","V8 Coupe");
		document.internationalForm.vehiclemodel.options[30] = new Option("V8 Volante","V8 Volante");
		document.internationalForm.vehiclemodel.options[31] = new Option("V8 Volante","V8 Volante");
		document.internationalForm.vehiclemodel.options[32] = new Option("Vanquish Roadster","Vanquish Roadster");
		document.internationalForm.vehiclemodel.options[33] = new Option("Vanquish S","Vanquish S");
		document.internationalForm.vehiclemodel.options[34] = new Option("Vantage","Vantage");
		document.internationalForm.vehiclemodel.options[35] = new Option("Virage","Virage");
		document.internationalForm.vehiclemodel.options[36] = new Option("Zegato DB4","Zegato DB4");
		return;
	}
	else if (selection.value == "Audi") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("100","100");
		document.domesticForm.vehiclemodel.options[3] = new Option("100 C4 Series","100 C4 Series");
		document.domesticForm.vehiclemodel.options[4] = new Option("100 C4 Series","100 C4 Series");
		document.domesticForm.vehiclemodel.options[5] = new Option("200","200");
		document.domesticForm.vehiclemodel.options[6] = new Option("4000","4000");
		document.domesticForm.vehiclemodel.options[7] = new Option("4000","4000");
		document.domesticForm.vehiclemodel.options[8] = new Option("4000","4000");
		document.domesticForm.vehiclemodel.options[9] = new Option("80 Cabriolet","80 Cabriolet");
		document.domesticForm.vehiclemodel.options[10] = new Option("90","90");
		document.domesticForm.vehiclemodel.options[11] = new Option("A3","A3");
		document.domesticForm.vehiclemodel.options[12] = new Option("A4","A4");
		document.domesticForm.vehiclemodel.options[13] = new Option("A4 Cabriolet","A4 Cabriolet");
		document.domesticForm.vehiclemodel.options[14] = new Option("A6","A6");
		document.domesticForm.vehiclemodel.options[15] = new Option("A8","A8");
		document.domesticForm.vehiclemodel.options[16] = new Option("Allroad","Allroad");
		document.domesticForm.vehiclemodel.options[17] = new Option("Allroad Quattro","Allroad Quattro");
		document.domesticForm.vehiclemodel.options[18] = new Option("Cabriolet","Cabriolet");
		document.domesticForm.vehiclemodel.options[19] = new Option("Coupe","Coupe");
		document.domesticForm.vehiclemodel.options[20] = new Option("Fox","Fox");
		document.domesticForm.vehiclemodel.options[21] = new Option("Q7","Q7");
		document.domesticForm.vehiclemodel.options[22] = new Option("Quattro","Quattro");
		document.domesticForm.vehiclemodel.options[23] = new Option("R8","R8");
		document.domesticForm.vehiclemodel.options[24] = new Option("RS4","RS4");
		document.domesticForm.vehiclemodel.options[25] = new Option("RS6","RS6");
		document.domesticForm.vehiclemodel.options[26] = new Option("S4","S4");
		document.domesticForm.vehiclemodel.options[27] = new Option("S6","S6");
		document.domesticForm.vehiclemodel.options[28] = new Option("S8","S8");
		document.domesticForm.vehiclemodel.options[29] = new Option("TT","TT");
		document.domesticForm.vehiclemodel.options[30] = new Option("V8","V8");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("100","100");
		document.internationalForm.vehiclemodel.options[3] = new Option("100 C4 Series","100 C4 Series");
		document.internationalForm.vehiclemodel.options[4] = new Option("100 C4 Series","100 C4 Series");
		document.internationalForm.vehiclemodel.options[5] = new Option("200","200");
		document.internationalForm.vehiclemodel.options[6] = new Option("4000","4000");
		document.internationalForm.vehiclemodel.options[7] = new Option("4000","4000");
		document.internationalForm.vehiclemodel.options[8] = new Option("4000","4000");
		document.internationalForm.vehiclemodel.options[9] = new Option("80 Cabriolet","80 Cabriolet");
		document.internationalForm.vehiclemodel.options[10] = new Option("90","90");
		document.internationalForm.vehiclemodel.options[11] = new Option("A3","A3");
		document.internationalForm.vehiclemodel.options[12] = new Option("A4","A4");
		document.internationalForm.vehiclemodel.options[13] = new Option("A4 Cabriolet","A4 Cabriolet");
		document.internationalForm.vehiclemodel.options[14] = new Option("A6","A6");
		document.internationalForm.vehiclemodel.options[15] = new Option("A8","A8");
		document.internationalForm.vehiclemodel.options[16] = new Option("Allroad","Allroad");
		document.internationalForm.vehiclemodel.options[17] = new Option("Allroad Quattro","Allroad Quattro");
		document.internationalForm.vehiclemodel.options[18] = new Option("Cabriolet","Cabriolet");
		document.internationalForm.vehiclemodel.options[19] = new Option("Coupe","Coupe");
		document.internationalForm.vehiclemodel.options[20] = new Option("Fox","Fox");
		document.internationalForm.vehiclemodel.options[21] = new Option("Q7","Q7");
		document.internationalForm.vehiclemodel.options[22] = new Option("Quattro","Quattro");
		document.internationalForm.vehiclemodel.options[23] = new Option("R8","R8");
		document.internationalForm.vehiclemodel.options[24] = new Option("RS4","RS4");
		document.internationalForm.vehiclemodel.options[25] = new Option("RS6","RS6");
		document.internationalForm.vehiclemodel.options[26] = new Option("S4","S4");
		document.internationalForm.vehiclemodel.options[27] = new Option("S6","S6");
		document.internationalForm.vehiclemodel.options[28] = new Option("S8","S8");
		document.internationalForm.vehiclemodel.options[29] = new Option("TT","TT");
		document.internationalForm.vehiclemodel.options[30] = new Option("V8","V8");
		return;
	}
	else if (selection.value == "Austin") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Coupe","Coupe");
		document.domesticForm.vehiclemodel.options[3] = new Option("FX3","FX3");
		document.domesticForm.vehiclemodel.options[4] = new Option("FX4","FX4");
		document.domesticForm.vehiclemodel.options[5] = new Option("Moke","Moke");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Coupe","Coupe");
		document.internationalForm.vehiclemodel.options[3] = new Option("FX3","FX3");
		document.internationalForm.vehiclemodel.options[4] = new Option("FX4","FX4");
		document.internationalForm.vehiclemodel.options[5] = new Option("Moke","Moke");
		return;
	}
	else if (selection.value == "Austin Healey") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("100","100");
		document.domesticForm.vehiclemodel.options[3] = new Option("100","100");
		document.domesticForm.vehiclemodel.options[4] = new Option("Mark I","Mark I");
		document.domesticForm.vehiclemodel.options[5] = new Option("Mark II","Mark II");
		document.domesticForm.vehiclemodel.options[6] = new Option("Sprite","Sprite");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("100","100");
		document.internationalForm.vehiclemodel.options[3] = new Option("100","100");
		document.internationalForm.vehiclemodel.options[4] = new Option("Mark I","Mark I");
		document.internationalForm.vehiclemodel.options[5] = new Option("Mark II","Mark II");
		document.internationalForm.vehiclemodel.options[6] = new Option("Sprite","Sprite");
		return;
	}
	else if (selection.value == "Bentley") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Amage","Amage");
		document.domesticForm.vehiclemodel.options[3] = new Option("Arnage","Arnage");
		document.domesticForm.vehiclemodel.options[4] = new Option("Azure","Azure");
		document.domesticForm.vehiclemodel.options[5] = new Option("Brooklands","Brooklands");
		document.domesticForm.vehiclemodel.options[6] = new Option("Continental","Continental");
		document.domesticForm.vehiclemodel.options[7] = new Option("Continental Flyi","Continental Flyi");
		document.domesticForm.vehiclemodel.options[8] = new Option("Continental GT","Continental GT");
		document.domesticForm.vehiclemodel.options[9] = new Option("Continental GTC","Continental GTC");
		document.domesticForm.vehiclemodel.options[10] = new Option("Continental R","Continental R");
		document.domesticForm.vehiclemodel.options[11] = new Option("Eight","Eight");
		document.domesticForm.vehiclemodel.options[12] = new Option("GT","GT");
		document.domesticForm.vehiclemodel.options[13] = new Option("Mulsanne","Mulsanne");
		document.domesticForm.vehiclemodel.options[14] = new Option("Turbo","Turbo");
		document.domesticForm.vehiclemodel.options[15] = new Option("Turbo R","Turbo R");
		
		document.interationalform.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Amage","Amage");
		document.internationalForm.vehiclemodel.options[3] = new Option("Arnage","Arnage");
		document.internationalForm.vehiclemodel.options[4] = new Option("Azure","Azure");
		document.internationalForm.vehiclemodel.options[5] = new Option("Brooklands","Brooklands");
		document.internationalForm.vehiclemodel.options[6] = new Option("Continental","Continental");
		document.internationalForm.vehiclemodel.options[7] = new Option("Continental Flyi","Continental Flyi");
		document.internationalForm.vehiclemodel.options[8] = new Option("Continental GT","Continental GT");
		document.internationalForm.vehiclemodel.options[9] = new Option("Continental GTC","Continental GTC");
		document.internationalForm.vehiclemodel.options[10] = new Option("Continental R","Continental R");
		document.internationalForm.vehiclemodel.options[11] = new Option("Eight","Eight");
		document.internationalForm.vehiclemodel.options[12] = new Option("GT","GT");
		document.internationalForm.vehiclemodel.options[13] = new Option("Mulsanne","Mulsanne");
		document.internationalForm.vehiclemodel.options[14] = new Option("Turbo","Turbo");
		document.internationalForm.vehiclemodel.options[15] = new Option("Turbo R","Turbo R");
		return;
	}
	else if (selection.value == "BMW") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("1 Series","1 Series");
		document.domesticForm.vehiclemodel.options[3] = new Option("2000","2000");
		document.domesticForm.vehiclemodel.options[4] = new Option("2002","2002");
		document.domesticForm.vehiclemodel.options[5] = new Option("2800","2800");
		document.domesticForm.vehiclemodel.options[6] = new Option("3.0","3.0");
		document.domesticForm.vehiclemodel.options[7] = new Option("318","318");
		document.domesticForm.vehiclemodel.options[8] = new Option("320","320");
		document.domesticForm.vehiclemodel.options[9] = new Option("323","323");
		document.domesticForm.vehiclemodel.options[10] = new Option("325","325");
		document.domesticForm.vehiclemodel.options[11] = new Option("328","328");
		document.domesticForm.vehiclemodel.options[12] = new Option("330","330");
		document.domesticForm.vehiclemodel.options[13] = new Option("335","335");
		document.domesticForm.vehiclemodel.options[14] = new Option("525","525");
		document.domesticForm.vehiclemodel.options[15] = new Option("528","528");
		document.domesticForm.vehiclemodel.options[16] = new Option("530","530");
		document.domesticForm.vehiclemodel.options[17] = new Option("533","533");
		document.domesticForm.vehiclemodel.options[18] = new Option("535","535");
		document.domesticForm.vehiclemodel.options[19] = new Option("540","540");
		document.domesticForm.vehiclemodel.options[20] = new Option("545","545");
		document.domesticForm.vehiclemodel.options[21] = new Option("550","550");
		document.domesticForm.vehiclemodel.options[22] = new Option("630","630");
		document.domesticForm.vehiclemodel.options[23] = new Option("633","633");
		document.domesticForm.vehiclemodel.options[24] = new Option("635","635");
		document.domesticForm.vehiclemodel.options[25] = new Option("645","645");
		document.domesticForm.vehiclemodel.options[26] = new Option("650","650");
		document.domesticForm.vehiclemodel.options[27] = new Option("733","733");
		document.domesticForm.vehiclemodel.options[28] = new Option("735","735");
		document.domesticForm.vehiclemodel.options[29] = new Option("740","740");
		document.domesticForm.vehiclemodel.options[30] = new Option("745","745");
		document.domesticForm.vehiclemodel.options[31] = new Option("750","750");
		document.domesticForm.vehiclemodel.options[32] = new Option("760","760");
		document.domesticForm.vehiclemodel.options[33] = new Option("840","840");
		document.domesticForm.vehiclemodel.options[34] = new Option("850","850");
		document.domesticForm.vehiclemodel.options[35] = new Option("Alpina","Alpina");
		document.domesticForm.vehiclemodel.options[36] = new Option("Bavaria","Bavaria");
		document.domesticForm.vehiclemodel.options[37] = new Option("Isetta","Isetta");
		document.domesticForm.vehiclemodel.options[38] = new Option("L6","L6");
		document.domesticForm.vehiclemodel.options[39] = new Option("L7","L7");
		document.domesticForm.vehiclemodel.options[40] = new Option("M","M");
		document.domesticForm.vehiclemodel.options[41] = new Option("M3","M3");
		document.domesticForm.vehiclemodel.options[42] = new Option("M5","M5");
		document.domesticForm.vehiclemodel.options[43] = new Option("M6","M6");
		document.domesticForm.vehiclemodel.options[44] = new Option("X3","X3");
		document.domesticForm.vehiclemodel.options[45] = new Option("X5","X5");
		document.domesticForm.vehiclemodel.options[46] = new Option("Z1","Z1");
		document.domesticForm.vehiclemodel.options[47] = new Option("Z3","Z3");
		document.domesticForm.vehiclemodel.options[48] = new Option("Z4","Z4");
		document.domesticForm.vehiclemodel.options[49] = new Option("Z8","Z8");

		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("1 Series","1 Series");
		document.internationalForm.vehiclemodel.options[3] = new Option("2000","2000");
		document.internationalForm.vehiclemodel.options[4] = new Option("2002","2002");
		document.internationalForm.vehiclemodel.options[5] = new Option("2800","2800");
		document.internationalForm.vehiclemodel.options[6] = new Option("3.0","3.0");
		document.internationalForm.vehiclemodel.options[7] = new Option("318","318");
		document.internationalForm.vehiclemodel.options[8] = new Option("320","320");
		document.internationalForm.vehiclemodel.options[9] = new Option("323","323");
		document.internationalForm.vehiclemodel.options[10] = new Option("325","325");
		document.internationalForm.vehiclemodel.options[11] = new Option("328","328");
		document.internationalForm.vehiclemodel.options[12] = new Option("330","330");
		document.internationalForm.vehiclemodel.options[13] = new Option("335","335");
		document.internationalForm.vehiclemodel.options[14] = new Option("525","525");
		document.internationalForm.vehiclemodel.options[15] = new Option("528","528");
		document.internationalForm.vehiclemodel.options[16] = new Option("530","530");
		document.internationalForm.vehiclemodel.options[17] = new Option("533","533");
		document.internationalForm.vehiclemodel.options[18] = new Option("535","535");
		document.internationalForm.vehiclemodel.options[19] = new Option("540","540");
		document.internationalForm.vehiclemodel.options[20] = new Option("545","545");
		document.internationalForm.vehiclemodel.options[21] = new Option("550","550");
		document.internationalForm.vehiclemodel.options[22] = new Option("630","630");
		document.internationalForm.vehiclemodel.options[23] = new Option("633","633");
		document.internationalForm.vehiclemodel.options[24] = new Option("635","635");
		document.internationalForm.vehiclemodel.options[25] = new Option("645","645");
		document.internationalForm.vehiclemodel.options[26] = new Option("650","650");
		document.internationalForm.vehiclemodel.options[27] = new Option("733","733");
		document.internationalForm.vehiclemodel.options[28] = new Option("735","735");
		document.internationalForm.vehiclemodel.options[29] = new Option("740","740");
		document.internationalForm.vehiclemodel.options[30] = new Option("745","745");
		document.internationalForm.vehiclemodel.options[31] = new Option("750","750");
		document.internationalForm.vehiclemodel.options[32] = new Option("760","760");
		document.internationalForm.vehiclemodel.options[33] = new Option("840","840");
		document.internationalForm.vehiclemodel.options[34] = new Option("850","850");
		document.internationalForm.vehiclemodel.options[35] = new Option("Alpina","Alpina");
		document.internationalForm.vehiclemodel.options[36] = new Option("Bavaria","Bavaria");
		document.internationalForm.vehiclemodel.options[37] = new Option("Isetta","Isetta");
		document.internationalForm.vehiclemodel.options[38] = new Option("L6","L6");
		document.internationalForm.vehiclemodel.options[39] = new Option("L7","L7");
		document.internationalForm.vehiclemodel.options[40] = new Option("M","M");
		document.internationalForm.vehiclemodel.options[41] = new Option("M3","M3");
		document.internationalForm.vehiclemodel.options[42] = new Option("M5","M5");
		document.internationalForm.vehiclemodel.options[43] = new Option("M6","M6");
		document.internationalForm.vehiclemodel.options[44] = new Option("X3","X3");
		document.internationalForm.vehiclemodel.options[45] = new Option("X5","X5");
		document.internationalForm.vehiclemodel.options[46] = new Option("Z1","Z1");
		document.internationalForm.vehiclemodel.options[47] = new Option("Z3","Z3");
		document.internationalForm.vehiclemodel.options[48] = new Option("Z4","Z4");
		document.internationalForm.vehiclemodel.options[49] = new Option("Z8","Z8");		
		return;
	}else if (selection.value == "Bricklin") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("SV-1","SV-1");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("SV-1","SV-1");
		return;
	}
	else if (selection.value == "Buick") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Allure","Allure");
		document.domesticForm.vehiclemodel.options[3] = new Option("Apollo","Apollo");
		document.domesticForm.vehiclemodel.options[4] = new Option("Centurion","Centurion");
		document.domesticForm.vehiclemodel.options[5] = new Option("Century","Century");
		document.domesticForm.vehiclemodel.options[6] = new Option("Electra","Electra");
		document.domesticForm.vehiclemodel.options[7] = new Option("Enclave","Enclave");
		document.domesticForm.vehiclemodel.options[8] = new Option("Estate Wagon","Estate Wagon");
		document.domesticForm.vehiclemodel.options[9] = new Option("Gran Sport","Gran Sport");
		document.domesticForm.vehiclemodel.options[10] = new Option("Grand National","Grand National");
		document.domesticForm.vehiclemodel.options[11] = new Option("Invicta","Invicta");
		document.domesticForm.vehiclemodel.options[12] = new Option("Lacrosse","Lacrosse");
		document.domesticForm.vehiclemodel.options[13] = new Option("LeSabre","LeSabre");
		document.domesticForm.vehiclemodel.options[14] = new Option("Lucerne","Lucerne");
		document.domesticForm.vehiclemodel.options[15] = new Option("Park Avenue","Park Avenue");
		document.domesticForm.vehiclemodel.options[16] = new Option("Rainier","Rainier");
		document.domesticForm.vehiclemodel.options[17] = new Option("Reatta","Reatta");
		document.domesticForm.vehiclemodel.options[18] = new Option("Regal","Regal");
		document.domesticForm.vehiclemodel.options[19] = new Option("Rendezvous","Rendezvous");
		document.domesticForm.vehiclemodel.options[20] = new Option("Riviera","Riviera");
		document.domesticForm.vehiclemodel.options[21] = new Option("Roadmaster","Roadmaster");
		document.domesticForm.vehiclemodel.options[22] = new Option("Skyhawk","Skyhawk");
		document.domesticForm.vehiclemodel.options[23] = new Option("Skylark","Skylark");
		document.domesticForm.vehiclemodel.options[24] = new Option("Somerset","Somerset");
		document.domesticForm.vehiclemodel.options[25] = new Option("Somerset Regal","Somerset Regal");
		document.domesticForm.vehiclemodel.options[26] = new Option("Super","Super");
		document.domesticForm.vehiclemodel.options[27] = new Option("Terraza","Terraza");
		document.domesticForm.vehiclemodel.options[28] = new Option("Wildcat","Wildcat");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Allure","Allure");
		document.internationalForm.vehiclemodel.options[3] = new Option("Apollo","Apollo");
		document.internationalForm.vehiclemodel.options[4] = new Option("Centurion","Centurion");
		document.internationalForm.vehiclemodel.options[5] = new Option("Century","Century");
		document.internationalForm.vehiclemodel.options[6] = new Option("Electra","Electra");
		document.internationalForm.vehiclemodel.options[7] = new Option("Enclave","Enclave");
		document.internationalForm.vehiclemodel.options[8] = new Option("Estate Wagon","Estate Wagon");
		document.internationalForm.vehiclemodel.options[9] = new Option("Gran Sport","Gran Sport");
		document.internationalForm.vehiclemodel.options[10] = new Option("Grand National","Grand National");
		document.internationalForm.vehiclemodel.options[11] = new Option("Invicta","Invicta");
		document.internationalForm.vehiclemodel.options[12] = new Option("Lacrosse","Lacrosse");
		document.internationalForm.vehiclemodel.options[13] = new Option("LeSabre","LeSabre");
		document.internationalForm.vehiclemodel.options[14] = new Option("Lucerne","Lucerne");
		document.internationalForm.vehiclemodel.options[15] = new Option("Park Avenue","Park Avenue");
		document.internationalForm.vehiclemodel.options[16] = new Option("Rainier","Rainier");
		document.internationalForm.vehiclemodel.options[17] = new Option("Reatta","Reatta");
		document.internationalForm.vehiclemodel.options[18] = new Option("Regal","Regal");
		document.internationalForm.vehiclemodel.options[19] = new Option("Rendezvous","Rendezvous");
		document.internationalForm.vehiclemodel.options[20] = new Option("Riviera","Riviera");
		document.internationalForm.vehiclemodel.options[21] = new Option("Roadmaster","Roadmaster");
		document.internationalForm.vehiclemodel.options[22] = new Option("Skyhawk","Skyhawk");
		document.internationalForm.vehiclemodel.options[23] = new Option("Skylark","Skylark");
		document.internationalForm.vehiclemodel.options[24] = new Option("Somerset","Somerset");
		document.internationalForm.vehiclemodel.options[25] = new Option("Somerset Regal","Somerset Regal");
		document.internationalForm.vehiclemodel.options[26] = new Option("Super","Super");
		document.internationalForm.vehiclemodel.options[27] = new Option("Terraza","Terraza");
		document.internationalForm.vehiclemodel.options[28] = new Option("Wildcat","Wildcat");
		return;
	}
	else if (selection.value == "Cadillac") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Allante","Allante");
		document.domesticForm.vehiclemodel.options[3] = new Option("Biarritz","Biarritz");
		document.domesticForm.vehiclemodel.options[4] = new Option("Brougham","Brougham");
		document.domesticForm.vehiclemodel.options[5] = new Option("Calais","Calais");
		document.domesticForm.vehiclemodel.options[6] = new Option("Catera","Catera");
		document.domesticForm.vehiclemodel.options[7] = new Option("Cimarron","Cimarron");
		document.domesticForm.vehiclemodel.options[8] = new Option("Concours","Concours");
		document.domesticForm.vehiclemodel.options[9] = new Option("Coupe de Ville","Coupe de Ville");
		document.domesticForm.vehiclemodel.options[10] = new Option("CTS","CTS");
		document.domesticForm.vehiclemodel.options[11] = new Option("CTS-V","CTS-V");
		document.domesticForm.vehiclemodel.options[12] = new Option("Deluxe","Deluxe");
		document.domesticForm.vehiclemodel.options[13] = new Option("DeVille","DeVille");
		document.domesticForm.vehiclemodel.options[14] = new Option("DHS","DHS");
		document.domesticForm.vehiclemodel.options[15] = new Option("DTS","DTS");
		document.domesticForm.vehiclemodel.options[16] = new Option("Eldorado","Eldorado");
		document.domesticForm.vehiclemodel.options[17] = new Option("Escalade","Escalade");
		document.domesticForm.vehiclemodel.options[18] = new Option("Escalade ESV","Escalade ESV");
		document.domesticForm.vehiclemodel.options[19] = new Option("Escalade EXT","Escalade EXT");
		document.domesticForm.vehiclemodel.options[20] = new Option("ETC","ETC");
		document.domesticForm.vehiclemodel.options[21] = new Option("Fleetwood","Fleetwood");
		document.domesticForm.vehiclemodel.options[22] = new Option("Fleetwood Brough","Fleetwood Brough");
		document.domesticForm.vehiclemodel.options[23] = new Option("Sedan de Ville","Sedan de Ville");
		document.domesticForm.vehiclemodel.options[24] = new Option("Seventy-Five","Seventy-Five");
		document.domesticForm.vehiclemodel.options[25] = new Option("Seville","Seville");
		document.domesticForm.vehiclemodel.options[26] = new Option("Sixty Special","Sixty Special");
		document.domesticForm.vehiclemodel.options[27] = new Option("SLS","SLS");
		document.domesticForm.vehiclemodel.options[28] = new Option("SRX","SRX");
		document.domesticForm.vehiclemodel.options[29] = new Option("STS","STS");
		document.domesticForm.vehiclemodel.options[30] = new Option("XLR","XLR");
		document.domesticForm.vehiclemodel.options[31] = new Option("XLR-V","XLR-V");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Allante","Allante");
		document.internationalForm.vehiclemodel.options[3] = new Option("Biarritz","Biarritz");
		document.internationalForm.vehiclemodel.options[4] = new Option("Brougham","Brougham");
		document.internationalForm.vehiclemodel.options[5] = new Option("Calais","Calais");
		document.internationalForm.vehiclemodel.options[6] = new Option("Catera","Catera");
		document.internationalForm.vehiclemodel.options[7] = new Option("Cimarron","Cimarron");
		document.internationalForm.vehiclemodel.options[8] = new Option("Concours","Concours");
		document.internationalForm.vehiclemodel.options[9] = new Option("Coupe de Ville","Coupe de Ville");
		document.internationalForm.vehiclemodel.options[10] = new Option("CTS","CTS");
		document.internationalForm.vehiclemodel.options[11] = new Option("CTS-V","CTS-V");
		document.internationalForm.vehiclemodel.options[12] = new Option("Deluxe","Deluxe");
		document.internationalForm.vehiclemodel.options[13] = new Option("DeVille","DeVille");
		document.internationalForm.vehiclemodel.options[14] = new Option("DHS","DHS");
		document.internationalForm.vehiclemodel.options[15] = new Option("DTS","DTS");
		document.internationalForm.vehiclemodel.options[16] = new Option("Eldorado","Eldorado");
		document.internationalForm.vehiclemodel.options[17] = new Option("Escalade","Escalade");
		document.internationalForm.vehiclemodel.options[18] = new Option("Escalade ESV","Escalade ESV");
		document.internationalForm.vehiclemodel.options[19] = new Option("Escalade EXT","Escalade EXT");
		document.internationalForm.vehiclemodel.options[20] = new Option("ETC","ETC");
		document.internationalForm.vehiclemodel.options[21] = new Option("Fleetwood","Fleetwood");
		document.internationalForm.vehiclemodel.options[22] = new Option("Fleetwood Brough","Fleetwood Brough");
		document.internationalForm.vehiclemodel.options[23] = new Option("Sedan de Ville","Sedan de Ville");
		document.internationalForm.vehiclemodel.options[24] = new Option("Seventy-Five","Seventy-Five");
		document.internationalForm.vehiclemodel.options[25] = new Option("Seville","Seville");
		document.internationalForm.vehiclemodel.options[26] = new Option("Sixty Special","Sixty Special");
		document.internationalForm.vehiclemodel.options[27] = new Option("SLS","SLS");
		document.internationalForm.vehiclemodel.options[28] = new Option("SRX","SRX");
		document.internationalForm.vehiclemodel.options[29] = new Option("STS","STS");
		document.internationalForm.vehiclemodel.options[30] = new Option("XLR","XLR");
		document.internationalForm.vehiclemodel.options[31] = new Option("XLR-V","XLR-V");
		return;
	}else if (selection.value == "Checker") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Marathon","Marathon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Marathon","Marathon");
		return;
	}
	else if (selection.value == "Cheverolet") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Alero","Alero");
		document.domesticForm.vehiclemodel.options[3] = new Option("Astro","Astro");
		document.domesticForm.vehiclemodel.options[4] = new Option("Astro Cargo","Astro Cargo");
		document.domesticForm.vehiclemodel.options[5] = new Option("Avalanche","Avalanche");
		document.domesticForm.vehiclemodel.options[6] = new Option("Aveo","Aveo");
		document.domesticForm.vehiclemodel.options[7] = new Option("Aveo 5","Aveo 5");
		document.domesticForm.vehiclemodel.options[8] = new Option("Beauville","Beauville");
		document.domesticForm.vehiclemodel.options[9] = new Option("Bel Air","Bel Air");
		document.domesticForm.vehiclemodel.options[10] = new Option("BelAir","BelAir");
		document.domesticForm.vehiclemodel.options[11] = new Option("Beretta","Beretta");
		document.domesticForm.vehiclemodel.options[12] = new Option("Biscayne","Biscayne");
		document.domesticForm.vehiclemodel.options[13] = new Option("Blazer","Blazer");
		document.domesticForm.vehiclemodel.options[14] = new Option("C/K 10 Series","C/K 10 Series");
		document.domesticForm.vehiclemodel.options[15] = new Option("C/K 1500","C/K 1500");
		document.domesticForm.vehiclemodel.options[16] = new Option("C/K 2500","C/K 2500");
		document.domesticForm.vehiclemodel.options[17] = new Option("C/K 2500 Series","C/K 2500 Series");
		document.domesticForm.vehiclemodel.options[18] = new Option("C/K 3500","C/K 3500");
		document.domesticForm.vehiclemodel.options[19] = new Option("C 1500","C 1500");
		document.domesticForm.vehiclemodel.options[20] = new Option("C 2500","C 2500");
		document.domesticForm.vehiclemodel.options[21] = new Option("C 3500","C 3500");
		document.domesticForm.vehiclemodel.options[22] = new Option("Camaro","Camaro");
		document.domesticForm.vehiclemodel.options[23] = new Option("Caprice","Caprice");
		document.domesticForm.vehiclemodel.options[24] = new Option("Cavalier","Cavalier");
		document.domesticForm.vehiclemodel.options[25] = new Option("Celebrity","Celebrity");
		document.domesticForm.vehiclemodel.options[26] = new Option("Chevelle","Chevelle");
		document.domesticForm.vehiclemodel.options[27] = new Option("Chevette","Chevette");
		document.domesticForm.vehiclemodel.options[28] = new Option("Chevy Van","Chevy Van");
		document.domesticForm.vehiclemodel.options[29] = new Option("Chevy Van Classic","Chevy Van Classic");
		document.domesticForm.vehiclemodel.options[30] = new Option("Cheyenne","Cheyenne");
		document.domesticForm.vehiclemodel.options[31] = new Option("Citation","Citation");
		document.domesticForm.vehiclemodel.options[32] = new Option("CK-10","CK-10");
		document.domesticForm.vehiclemodel.options[33] = new Option("Classic","Classic");
		document.domesticForm.vehiclemodel.options[34] = new Option("Colbalt","Colbalt");
		document.domesticForm.vehiclemodel.options[35] = new Option("Colorado","Colorado");
		document.domesticForm.vehiclemodel.options[36] = new Option("Corsica","Corsica");
		document.domesticForm.vehiclemodel.options[37] = new Option("Corvair","Corvair");
		document.domesticForm.vehiclemodel.options[38] = new Option("Corvette","Corvette");
		document.domesticForm.vehiclemodel.options[39] = new Option("Deluxe","Deluxe");
		document.domesticForm.vehiclemodel.options[40] = new Option("El Camino","El Camino");
		document.domesticForm.vehiclemodel.options[41] = new Option("Epica","Epica");
		document.domesticForm.vehiclemodel.options[42] = new Option("Equinox","Equinox");
		document.domesticForm.vehiclemodel.options[43] = new Option("Express","Express");
		document.domesticForm.vehiclemodel.options[44] = new Option("Express Cargo","Express Cargo");
		document.domesticForm.vehiclemodel.options[45] = new Option("G1500","G1500");
		document.domesticForm.vehiclemodel.options[46] = new Option("G2500","G2500");
		document.domesticForm.vehiclemodel.options[47] = new Option("HHR","HHR");
		document.domesticForm.vehiclemodel.options[48] = new Option("Impala","Impala");
		document.domesticForm.vehiclemodel.options[49] = new Option("Impala SS","Impala SS");
		document.domesticForm.vehiclemodel.options[50] = new Option("K1500","K1500");
		document.domesticForm.vehiclemodel.options[51] = new Option("K2500","K2500");
		document.domesticForm.vehiclemodel.options[52] = new Option("K3500","K3500");
		document.domesticForm.vehiclemodel.options[53] = new Option("Kalos","Kalos");
		document.domesticForm.vehiclemodel.options[54] = new Option("Lacetti","Lacetti");
		document.domesticForm.vehiclemodel.options[55] = new Option("Lumina","Lumina");
		document.domesticForm.vehiclemodel.options[56] = new Option("Lumina APV","Lumina APV");
		document.domesticForm.vehiclemodel.options[57] = new Option("LUV","LUV");
		document.domesticForm.vehiclemodel.options[58] = new Option("Malibu","Malibu");
		document.domesticForm.vehiclemodel.options[59] = new Option("Malibu Maxx","Malibu Maxx");
		document.domesticForm.vehiclemodel.options[60] = new Option("Metro","Metro");
		document.domesticForm.vehiclemodel.options[61] = new Option("Monte Carlo","Monte Carlo");
		document.domesticForm.vehiclemodel.options[62] = new Option("Monza","Monza");
		document.domesticForm.vehiclemodel.options[63] = new Option("Nomad","Nomad");
		document.domesticForm.vehiclemodel.options[64] = new Option("Nova","Nova");
		document.domesticForm.vehiclemodel.options[65] = new Option("Optra","Optra");
		document.domesticForm.vehiclemodel.options[66] = new Option("Optra 5","Optra 5");
		document.domesticForm.vehiclemodel.options[67] = new Option("Optra Wagon","Optra Wagon");
		document.domesticForm.vehiclemodel.options[68] = new Option("Prizm","Prizm");
		document.domesticForm.vehiclemodel.options[69] = new Option("Rezzo","Rezzo");
		document.domesticForm.vehiclemodel.options[70] = new Option("S-10","S-10");
		document.domesticForm.vehiclemodel.options[71] = new Option("S-10 Blazer","S-10 Blazer");
		document.domesticForm.vehiclemodel.options[72] = new Option("Silverado 1500","Silverado 1500");
		document.domesticForm.vehiclemodel.options[73] = new Option("Silverado 1500 S","Silverado 1500 S");
		document.domesticForm.vehiclemodel.options[74] = new Option("Silverado 1500HD","Silverado 1500HD");
		document.domesticForm.vehiclemodel.options[75] = new Option("Silverado 2500","Silverado 2500");
		document.domesticForm.vehiclemodel.options[76] = new Option("Silverado 2500HD","Silverado 2500HD");
		document.domesticForm.vehiclemodel.options[77] = new Option("Silverado 3500","Silverado 3500");
		document.domesticForm.vehiclemodel.options[78] = new Option("Spectrum","Spectrum");
		document.domesticForm.vehiclemodel.options[79] = new Option("Sportvan","Sportvan");
		document.domesticForm.vehiclemodel.options[80] = new Option("Sprint","Sprint");
		document.domesticForm.vehiclemodel.options[81] = new Option("SSR","SSR");
		document.domesticForm.vehiclemodel.options[82] = new Option("Styleline","Styleline");
		document.domesticForm.vehiclemodel.options[83] = new Option("Stylemaster","Stylemaster");
		document.domesticForm.vehiclemodel.options[84] = new Option("Suburban","Suburban");
		document.domesticForm.vehiclemodel.options[85] = new Option("Tacuma","Tacuma");
		document.domesticForm.vehiclemodel.options[86] = new Option("Tahoe","Tahoe");
		document.domesticForm.vehiclemodel.options[87] = new Option("Tahoe Limited/Z7","Tahoe Limited/Z7");
		document.domesticForm.vehiclemodel.options[88] = new Option("Tracker","Tracker");
		document.domesticForm.vehiclemodel.options[89] = new Option("Trailblazer","Trailblazer");
		document.domesticForm.vehiclemodel.options[90] = new Option("Trailblazer EXT","Trailblazer EXT");
		document.domesticForm.vehiclemodel.options[91] = new Option("Uplander","Uplander");
		document.domesticForm.vehiclemodel.options[92] = new Option("Vega","Vega");
		document.domesticForm.vehiclemodel.options[93] = new Option("Venture","Venture");
		document.domesticForm.vehiclemodel.options[94] = new Option("Z24","Z24");
		document.domesticForm.vehiclemodel.options[95] = new Option("Z28","Z28");
		document.domesticForm.vehiclemodel.options[96] = new Option("Z34","Z34");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Alero","Alero");
		document.internationalForm.vehiclemodel.options[3] = new Option("Astro","Astro");
		document.internationalForm.vehiclemodel.options[4] = new Option("Astro Cargo","Astro Cargo");
		document.internationalForm.vehiclemodel.options[5] = new Option("Avalanche","Avalanche");
		document.internationalForm.vehiclemodel.options[6] = new Option("Aveo","Aveo");
		document.internationalForm.vehiclemodel.options[7] = new Option("Aveo 5","Aveo 5");
		document.internationalForm.vehiclemodel.options[8] = new Option("Beauville","Beauville");
		document.internationalForm.vehiclemodel.options[9] = new Option("Bel Air","Bel Air");
		document.internationalForm.vehiclemodel.options[10] = new Option("BelAir","BelAir");
		document.internationalForm.vehiclemodel.options[11] = new Option("Beretta","Beretta");
		document.internationalForm.vehiclemodel.options[12] = new Option("Biscayne","Biscayne");
		document.internationalForm.vehiclemodel.options[13] = new Option("Blazer","Blazer");
		document.internationalForm.vehiclemodel.options[14] = new Option("C/K 10 Series","C/K 10 Series");
		document.internationalForm.vehiclemodel.options[15] = new Option("C/K 1500","C/K 1500");
		document.internationalForm.vehiclemodel.options[16] = new Option("C/K 2500","C/K 2500");
		document.internationalForm.vehiclemodel.options[17] = new Option("C/K 2500 Series","C/K 2500 Series");
		document.internationalForm.vehiclemodel.options[18] = new Option("C/K 3500","C/K 3500");
		document.internationalForm.vehiclemodel.options[19] = new Option("C 1500","C 1500");
		document.internationalForm.vehiclemodel.options[20] = new Option("C 2500","C 2500");
		document.internationalForm.vehiclemodel.options[21] = new Option("C 3500","C 3500");
		document.internationalForm.vehiclemodel.options[22] = new Option("Camaro","Camaro");
		document.internationalForm.vehiclemodel.options[23] = new Option("Caprice","Caprice");
		document.internationalForm.vehiclemodel.options[24] = new Option("Cavalier","Cavalier");
		document.internationalForm.vehiclemodel.options[25] = new Option("Celebrity","Celebrity");
		document.internationalForm.vehiclemodel.options[26] = new Option("Chevelle","Chevelle");
		document.internationalForm.vehiclemodel.options[27] = new Option("Chevette","Chevette");
		document.internationalForm.vehiclemodel.options[28] = new Option("Chevy Van","Chevy Van");
		document.internationalForm.vehiclemodel.options[29] = new Option("Chevy Van Classic","Chevy Van Classic");
		document.internationalForm.vehiclemodel.options[30] = new Option("Cheyenne","Cheyenne");
		document.internationalForm.vehiclemodel.options[31] = new Option("Citation","Citation");
		document.internationalForm.vehiclemodel.options[32] = new Option("CK-10","CK-10");
		document.internationalForm.vehiclemodel.options[33] = new Option("Classic","Classic");
		document.internationalForm.vehiclemodel.options[34] = new Option("Colbalt","Colbalt");
		document.internationalForm.vehiclemodel.options[35] = new Option("Colorado","Colorado");
		document.internationalForm.vehiclemodel.options[36] = new Option("Corsica","Corsica");
		document.internationalForm.vehiclemodel.options[37] = new Option("Corvair","Corvair");
		document.internationalForm.vehiclemodel.options[38] = new Option("Corvette","Corvette");
		document.internationalForm.vehiclemodel.options[39] = new Option("Deluxe","Deluxe");
		document.internationalForm.vehiclemodel.options[40] = new Option("El Camino","El Camino");
		document.internationalForm.vehiclemodel.options[41] = new Option("Epica","Epica");
		document.internationalForm.vehiclemodel.options[42] = new Option("Equinox","Equinox");
		document.internationalForm.vehiclemodel.options[43] = new Option("Express","Express");
		document.internationalForm.vehiclemodel.options[44] = new Option("Express Cargo","Express Cargo");
		document.internationalForm.vehiclemodel.options[45] = new Option("G1500","G1500");
		document.internationalForm.vehiclemodel.options[46] = new Option("G2500","G2500");
		document.internationalForm.vehiclemodel.options[47] = new Option("HHR","HHR");
		document.internationalForm.vehiclemodel.options[48] = new Option("Impala","Impala");
		document.internationalForm.vehiclemodel.options[49] = new Option("Impala SS","Impala SS");
		document.internationalForm.vehiclemodel.options[50] = new Option("K1500","K1500");
		document.internationalForm.vehiclemodel.options[51] = new Option("K2500","K2500");
		document.internationalForm.vehiclemodel.options[52] = new Option("K3500","K3500");
		document.internationalForm.vehiclemodel.options[53] = new Option("Kalos","Kalos");
		document.internationalForm.vehiclemodel.options[54] = new Option("Lacetti","Lacetti");
		document.internationalForm.vehiclemodel.options[55] = new Option("Lumina","Lumina");
		document.internationalForm.vehiclemodel.options[56] = new Option("Lumina APV","Lumina APV");
		document.internationalForm.vehiclemodel.options[57] = new Option("LUV","LUV");
		document.internationalForm.vehiclemodel.options[58] = new Option("Malibu","Malibu");
		document.internationalForm.vehiclemodel.options[59] = new Option("Malibu Maxx","Malibu Maxx");
		document.internationalForm.vehiclemodel.options[60] = new Option("Metro","Metro");
		document.internationalForm.vehiclemodel.options[61] = new Option("Monte Carlo","Monte Carlo");
		document.internationalForm.vehiclemodel.options[62] = new Option("Monza","Monza");
		document.internationalForm.vehiclemodel.options[63] = new Option("Nomad","Nomad");
		document.internationalForm.vehiclemodel.options[64] = new Option("Nova","Nova");
		document.internationalForm.vehiclemodel.options[65] = new Option("Optra","Optra");
		document.internationalForm.vehiclemodel.options[66] = new Option("Optra 5","Optra 5");
		document.internationalForm.vehiclemodel.options[67] = new Option("Optra Wagon","Optra Wagon");
		document.internationalForm.vehiclemodel.options[68] = new Option("Prizm","Prizm");
		document.internationalForm.vehiclemodel.options[69] = new Option("Rezzo","Rezzo");
		document.internationalForm.vehiclemodel.options[70] = new Option("S-10","S-10");
		document.internationalForm.vehiclemodel.options[71] = new Option("S-10 Blazer","S-10 Blazer");
		document.internationalForm.vehiclemodel.options[72] = new Option("Silverado 1500","Silverado 1500");
		document.internationalForm.vehiclemodel.options[73] = new Option("Silverado 1500 S","Silverado 1500 S");
		document.internationalForm.vehiclemodel.options[74] = new Option("Silverado 1500HD","Silverado 1500HD");
		document.internationalForm.vehiclemodel.options[75] = new Option("Silverado 2500","Silverado 2500");
		document.internationalForm.vehiclemodel.options[76] = new Option("Silverado 2500HD","Silverado 2500HD");
		document.internationalForm.vehiclemodel.options[77] = new Option("Silverado 3500","Silverado 3500");
		document.internationalForm.vehiclemodel.options[78] = new Option("Spectrum","Spectrum");
		document.internationalForm.vehiclemodel.options[79] = new Option("Sportvan","Sportvan");
		document.internationalForm.vehiclemodel.options[80] = new Option("Sprint","Sprint");
		document.internationalForm.vehiclemodel.options[81] = new Option("SSR","SSR");
		document.internationalForm.vehiclemodel.options[82] = new Option("Styleline","Styleline");
		document.internationalForm.vehiclemodel.options[83] = new Option("Stylemaster","Stylemaster");
		document.internationalForm.vehiclemodel.options[84] = new Option("Suburban","Suburban");
		document.internationalForm.vehiclemodel.options[85] = new Option("Tacuma","Tacuma");
		document.internationalForm.vehiclemodel.options[86] = new Option("Tahoe","Tahoe");
		document.internationalForm.vehiclemodel.options[87] = new Option("Tahoe Limited/Z7","Tahoe Limited/Z7");
		document.internationalForm.vehiclemodel.options[88] = new Option("Tracker","Tracker");
		document.internationalForm.vehiclemodel.options[89] = new Option("Trailblazer","Trailblazer");
		document.internationalForm.vehiclemodel.options[90] = new Option("Trailblazer EXT","Trailblazer EXT");
		document.internationalForm.vehiclemodel.options[91] = new Option("Uplander","Uplander");
		document.internationalForm.vehiclemodel.options[92] = new Option("Vega","Vega");
		document.internationalForm.vehiclemodel.options[93] = new Option("Venture","Venture");
		document.internationalForm.vehiclemodel.options[94] = new Option("Z24","Z24");
		document.internationalForm.vehiclemodel.options[95] = new Option("Z28","Z28");
		document.internationalForm.vehiclemodel.options[96] = new Option("Z34","Z34");
		return;
	}else if (selection.value == "Chrysler") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("300","300");
		document.domesticForm.vehiclemodel.options[3] = new Option("300C","300C");
		document.domesticForm.vehiclemodel.options[4] = new Option("300C SRT-8","300C SRT-8");
		document.domesticForm.vehiclemodel.options[5] = new Option("300M","300M");
		document.domesticForm.vehiclemodel.options[6] = new Option("Aspen","Aspen");
		document.domesticForm.vehiclemodel.options[7] = new Option("Cirrus","Cirrus");
		document.domesticForm.vehiclemodel.options[8] = new Option("Concorde","Concorde");
		document.domesticForm.vehiclemodel.options[9] = new Option("Conquest","Conquest");
		document.domesticForm.vehiclemodel.options[10] = new Option("Cordoba","Cordoba");
		document.domesticForm.vehiclemodel.options[11] = new Option("Crossfire","Crossfire");
		document.domesticForm.vehiclemodel.options[12] = new Option("Crossfire SRT-6","Crossfire SRT-6");
		document.domesticForm.vehiclemodel.options[13] = new Option("Daytona","Daytona");
		document.domesticForm.vehiclemodel.options[14] = new Option("Dynasty","Dynasty");
		document.domesticForm.vehiclemodel.options[15] = new Option("E Class","E Class");
		document.domesticForm.vehiclemodel.options[16] = new Option("Fifth Avenue","Fifth Avenue");
		document.domesticForm.vehiclemodel.options[17] = new Option("Grand Voyager","Grand Voyager");
		document.domesticForm.vehiclemodel.options[18] = new Option("Imperial","Imperial");
		document.domesticForm.vehiclemodel.options[19] = new Option("Intrepid","Intrepid");
		document.domesticForm.vehiclemodel.options[20] = new Option("Laser","Laser");
		document.domesticForm.vehiclemodel.options[21] = new Option("Le Baron","Le Baron");
		document.domesticForm.vehiclemodel.options[22] = new Option("LeBaron","LeBaron");
		document.domesticForm.vehiclemodel.options[23] = new Option("LHS","LHS");
		document.domesticForm.vehiclemodel.options[24] = new Option("Neon","Neon");
		document.domesticForm.vehiclemodel.options[25] = new Option("New Yorker","New Yorker");
		document.domesticForm.vehiclemodel.options[26] = new Option("Newport","Newport");
		document.domesticForm.vehiclemodel.options[27] = new Option("Pacifica","Pacifica");
		document.domesticForm.vehiclemodel.options[28] = new Option("Prowler","Prowler");
		document.domesticForm.vehiclemodel.options[29] = new Option("PT Cruiser","PT Cruiser");
		document.domesticForm.vehiclemodel.options[30] = new Option("Royal","Royal");
		document.domesticForm.vehiclemodel.options[31] = new Option("Saratoga","Saratoga");
		document.domesticForm.vehiclemodel.options[32] = new Option("Sebring","Sebring");
		document.domesticForm.vehiclemodel.options[33] = new Option("SRT6","SRT6");
		document.domesticForm.vehiclemodel.options[34] = new Option("SRT8","SRT8");
		document.domesticForm.vehiclemodel.options[35] = new Option("Stratus","Stratus");
		document.domesticForm.vehiclemodel.options[36] = new Option("TC","TC");
		document.domesticForm.vehiclemodel.options[37] = new Option("Town and Country","Town and Country");
		document.domesticForm.vehiclemodel.options[38] = new Option("Vision","Vision");
		document.domesticForm.vehiclemodel.options[39] = new Option("Voyager","Voyager");
		document.domesticForm.vehiclemodel.options[40] = new Option("Windsor","Windsor");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("300","300");
		document.internationalForm.vehiclemodel.options[3] = new Option("300C","300C");
		document.internationalForm.vehiclemodel.options[4] = new Option("300C SRT-8","300C SRT-8");
		document.internationalForm.vehiclemodel.options[5] = new Option("300M","300M");
		document.internationalForm.vehiclemodel.options[6] = new Option("Aspen","Aspen");
		document.internationalForm.vehiclemodel.options[7] = new Option("Cirrus","Cirrus");
		document.internationalForm.vehiclemodel.options[8] = new Option("Concorde","Concorde");
		document.internationalForm.vehiclemodel.options[9] = new Option("Conquest","Conquest");
		document.internationalForm.vehiclemodel.options[10] = new Option("Cordoba","Cordoba");
		document.internationalForm.vehiclemodel.options[11] = new Option("Crossfire","Crossfire");
		document.internationalForm.vehiclemodel.options[12] = new Option("Crossfire SRT-6","Crossfire SRT-6");
		document.internationalForm.vehiclemodel.options[13] = new Option("Daytona","Daytona");
		document.internationalForm.vehiclemodel.options[14] = new Option("Dynasty","Dynasty");
		document.internationalForm.vehiclemodel.options[15] = new Option("E Class","E Class");
		document.internationalForm.vehiclemodel.options[16] = new Option("Fifth Avenue","Fifth Avenue");
		document.internationalForm.vehiclemodel.options[17] = new Option("Grand Voyager","Grand Voyager");
		document.internationalForm.vehiclemodel.options[18] = new Option("Imperial","Imperial");
		document.internationalForm.vehiclemodel.options[19] = new Option("Intrepid","Intrepid");
		document.internationalForm.vehiclemodel.options[20] = new Option("Laser","Laser");
		document.internationalForm.vehiclemodel.options[21] = new Option("Le Baron","Le Baron");
		document.internationalForm.vehiclemodel.options[22] = new Option("LeBaron","LeBaron");
		document.internationalForm.vehiclemodel.options[23] = new Option("LHS","LHS");
		document.internationalForm.vehiclemodel.options[24] = new Option("Neon","Neon");
		document.internationalForm.vehiclemodel.options[25] = new Option("New Yorker","New Yorker");
		document.internationalForm.vehiclemodel.options[26] = new Option("Newport","Newport");
		document.internationalForm.vehiclemodel.options[27] = new Option("Pacifica","Pacifica");
		document.internationalForm.vehiclemodel.options[28] = new Option("Prowler","Prowler");
		document.internationalForm.vehiclemodel.options[29] = new Option("PT Cruiser","PT Cruiser");
		document.internationalForm.vehiclemodel.options[30] = new Option("Royal","Royal");
		document.internationalForm.vehiclemodel.options[31] = new Option("Saratoga","Saratoga");
		document.internationalForm.vehiclemodel.options[32] = new Option("Sebring","Sebring");
		document.internationalForm.vehiclemodel.options[33] = new Option("SRT6","SRT6");
		document.internationalForm.vehiclemodel.options[34] = new Option("SRT8","SRT8");
		document.internationalForm.vehiclemodel.options[35] = new Option("Stratus","Stratus");
		document.internationalForm.vehiclemodel.options[36] = new Option("TC","TC");
		document.internationalForm.vehiclemodel.options[37] = new Option("Town and Country","Town and Country");
		document.internationalForm.vehiclemodel.options[38] = new Option("Vision","Vision");
		document.internationalForm.vehiclemodel.options[39] = new Option("Voyager","Voyager");
		document.internationalForm.vehiclemodel.options[40] = new Option("Windsor","Windsor");
		return;
	}
	else if (selection.value == "Cord") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("All","All");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("All","All");
		return;
	}
	else if (selection.value == "Daewoo") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Cielo","Cielo");
		document.domesticForm.vehiclemodel.options[3] = new Option("Espero","Espero");
		document.domesticForm.vehiclemodel.options[4] = new Option("Evanda","Evanda");
		document.domesticForm.vehiclemodel.options[5] = new Option("Kalos","Kalos");
		document.domesticForm.vehiclemodel.options[6] = new Option("Korando","Korando");
		document.domesticForm.vehiclemodel.options[7] = new Option("Lacetti","Lacetti");
		document.domesticForm.vehiclemodel.options[8] = new Option("Lanos","Lanos");
		document.domesticForm.vehiclemodel.options[9] = new Option("Leganza","Leganza");
		document.domesticForm.vehiclemodel.options[10] = new Option("Matiz","Matiz");
		document.domesticForm.vehiclemodel.options[11] = new Option("Musso","Musso");
		document.domesticForm.vehiclemodel.options[12] = new Option("Nexia","Nexia");
		document.domesticForm.vehiclemodel.options[13] = new Option("Nubira","Nubira");
		document.domesticForm.vehiclemodel.options[14] = new Option("Rezzo","Rezzo");
		document.domesticForm.vehiclemodel.options[15] = new Option("Tacuma","Tacuma");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Cielo","Cielo");
		document.internationalForm.vehiclemodel.options[3] = new Option("Espero","Espero");
		document.internationalForm.vehiclemodel.options[4] = new Option("Evanda","Evanda");
		document.internationalForm.vehiclemodel.options[5] = new Option("Kalos","Kalos");
		document.internationalForm.vehiclemodel.options[6] = new Option("Korando","Korando");
		document.internationalForm.vehiclemodel.options[7] = new Option("Lacetti","Lacetti");
		document.internationalForm.vehiclemodel.options[8] = new Option("Lanos","Lanos");
		document.internationalForm.vehiclemodel.options[9] = new Option("Leganza","Leganza");
		document.internationalForm.vehiclemodel.options[10] = new Option("Matiz","Matiz");
		document.internationalForm.vehiclemodel.options[11] = new Option("Musso","Musso");
		document.internationalForm.vehiclemodel.options[12] = new Option("Nexia","Nexia");
		document.internationalForm.vehiclemodel.options[13] = new Option("Nubira","Nubira");
		document.internationalForm.vehiclemodel.options[14] = new Option("Rezzo","Rezzo");
		document.internationalForm.vehiclemodel.options[15] = new Option("Tacuma","Tacuma");
		return;
	}
	else if (selection.value == "Daihatsu") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("200SX","200SX");
		document.domesticForm.vehiclemodel.options[3] = new Option("Charade","Charade");
		document.domesticForm.vehiclemodel.options[4] = new Option("Cuore","Cuore");
		document.domesticForm.vehiclemodel.options[5] = new Option("Grand Move","Grand Move");
		document.domesticForm.vehiclemodel.options[6] = new Option("Max","Max");
		document.domesticForm.vehiclemodel.options[7] = new Option("Move","Move");
		document.domesticForm.vehiclemodel.options[8] = new Option("Rocky","Rocky");
		document.domesticForm.vehiclemodel.options[9] = new Option("Sirion","Sirion");
		document.domesticForm.vehiclemodel.options[10] = new Option("Terios","Terios");
		document.domesticForm.vehiclemodel.options[11] = new Option("YRV","YRV");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("200SX","200SX");
		document.internationalForm.vehiclemodel.options[3] = new Option("Charade","Charade");
		document.internationalForm.vehiclemodel.options[4] = new Option("Cuore","Cuore");
		document.internationalForm.vehiclemodel.options[5] = new Option("Grand Move","Grand Move");
		document.internationalForm.vehiclemodel.options[6] = new Option("Max","Max");
		document.internationalForm.vehiclemodel.options[7] = new Option("Move","Move");
		document.internationalForm.vehiclemodel.options[8] = new Option("Rocky","Rocky");
		document.internationalForm.vehiclemodel.options[9] = new Option("Sirion","Sirion");
		document.internationalForm.vehiclemodel.options[10] = new Option("Terios","Terios");
		document.internationalForm.vehiclemodel.options[11] = new Option("YRV","YRV");
		return;
	}
	else if (selection.value == "Daimler") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("4.0","4.0");
		document.domesticForm.vehiclemodel.options[3] = new Option("Double-Six","Double-Six");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("4.0","4.0");
		document.internationalForm.vehiclemodel.options[3] = new Option("Double-Six","Double-Six");
		return;
	}
	else if (selection.value == "Datsun") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("1200","1200");
		document.domesticForm.vehiclemodel.options[3] = new Option("1600","1600");
		document.domesticForm.vehiclemodel.options[4] = new Option("2000","2000");
		document.domesticForm.vehiclemodel.options[5] = new Option("200SX","200SX");
		document.domesticForm.vehiclemodel.options[6] = new Option("210","210");
		document.domesticForm.vehiclemodel.options[7] = new Option("240Z","240Z");
		document.domesticForm.vehiclemodel.options[8] = new Option("260Z","260Z");
		document.domesticForm.vehiclemodel.options[9] = new Option("280Z","280Z");
		document.domesticForm.vehiclemodel.options[10] = new Option("280ZX","280ZX");
		document.domesticForm.vehiclemodel.options[11] = new Option("310","310");
		document.domesticForm.vehiclemodel.options[12] = new Option("510","510");
		document.domesticForm.vehiclemodel.options[13] = new Option("610","610");
		document.domesticForm.vehiclemodel.options[14] = new Option("620","620");
		document.domesticForm.vehiclemodel.options[15] = new Option("710","710");
		document.domesticForm.vehiclemodel.options[16] = new Option("810","810");
		document.domesticForm.vehiclemodel.options[17] = new Option("B210","B210");
		document.domesticForm.vehiclemodel.options[18] = new Option("F10","F10");
		document.domesticForm.vehiclemodel.options[19] = new Option("King Cab","King Cab");
		document.domesticForm.vehiclemodel.options[20] = new Option("Maxima","Maxima");
		document.domesticForm.vehiclemodel.options[21] = new Option("Micra","Micra");
		document.domesticForm.vehiclemodel.options[22] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[23] = new Option("PL720","PL720");
		document.domesticForm.vehiclemodel.options[24] = new Option("Pulsar","Pulsar");
		document.domesticForm.vehiclemodel.options[25] = new Option("Sentra","Sentra");
		document.domesticForm.vehiclemodel.options[26] = new Option("Stanza","Stanza");
		document.domesticForm.vehiclemodel.options[27] = new Option("Z-Series","Z-Series");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("1200","1200");
		document.internationalForm.vehiclemodel.options[3] = new Option("1600","1600");
		document.internationalForm.vehiclemodel.options[4] = new Option("2000","2000");
		document.internationalForm.vehiclemodel.options[5] = new Option("200SX","200SX");
		document.internationalForm.vehiclemodel.options[6] = new Option("210","210");
		document.internationalForm.vehiclemodel.options[7] = new Option("240Z","240Z");
		document.internationalForm.vehiclemodel.options[8] = new Option("260Z","260Z");
		document.internationalForm.vehiclemodel.options[9] = new Option("280Z","280Z");
		document.internationalForm.vehiclemodel.options[10] = new Option("280ZX","280ZX");
		document.internationalForm.vehiclemodel.options[11] = new Option("310","310");
		document.internationalForm.vehiclemodel.options[12] = new Option("510","510");
		document.internationalForm.vehiclemodel.options[13] = new Option("610","610");
		document.internationalForm.vehiclemodel.options[14] = new Option("620","620");
		document.internationalForm.vehiclemodel.options[15] = new Option("710","710");
		document.internationalForm.vehiclemodel.options[16] = new Option("810","810");
		document.internationalForm.vehiclemodel.options[17] = new Option("B210","B210");
		document.internationalForm.vehiclemodel.options[18] = new Option("F10","F10");
		document.internationalForm.vehiclemodel.options[19] = new Option("King Cab","King Cab");
		document.internationalForm.vehiclemodel.options[20] = new Option("Maxima","Maxima");
		document.internationalForm.vehiclemodel.options[21] = new Option("Micra","Micra");
		document.internationalForm.vehiclemodel.options[22] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[23] = new Option("PL720","PL720");
		document.internationalForm.vehiclemodel.options[24] = new Option("Pulsar","Pulsar");
		document.internationalForm.vehiclemodel.options[25] = new Option("Sentra","Sentra");
		document.internationalForm.vehiclemodel.options[26] = new Option("Stanza","Stanza");
		document.internationalForm.vehiclemodel.options[27] = new Option("Z-Series","Z-Series");
		return;
	}
	else if (selection.value == "DeLorean") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("400","400");
		document.domesticForm.vehiclemodel.options[3] = new Option("DMC Series","DMC Series");
		document.domesticForm.vehiclemodel.options[4] = new Option("DMC-12","DMC-12");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("400","400");
		document.internationalForm.vehiclemodel.options[3] = new Option("DMC Series","DMC Series");
		document.internationalForm.vehiclemodel.options[4] = new Option("DMC-12","DMC-12");
		return;
	}
	else if (selection.value == "DeSoto") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Custom","Custom");
		document.domesticForm.vehiclemodel.options[3] = new Option("Fireflite","Fireflite");
		document.domesticForm.vehiclemodel.options[4] = new Option("Powermaster","Powermaster");
		document.domesticForm.vehiclemodel.options[5] = new Option("Sedan","Sedan");
		document.domesticForm.vehiclemodel.options[6] = new Option("Sportsman","Sportsma");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Custom","Custom");
		document.internationalForm.vehiclemodel.options[3] = new Option("Fireflite","Fireflite");
		document.internationalForm.vehiclemodel.options[4] = new Option("Powermaster","Powermaster");
		document.internationalForm.vehiclemodel.options[5] = new Option("Sedan","Sedan");
		document.internationalForm.vehiclemodel.options[6] = new Option("Sportsman","Sportsma");
		return;
	}
	else if (selection.value == "Detomaso") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Deauville","Deauville");
		document.domesticForm.vehiclemodel.options[3] = new Option("Pantera","Pantera");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Deauville","Deauville");
		document.internationalForm.vehiclemodel.options[3] = new Option("Pantera","Pantera");
		return;
	}
	else if (selection.value == "Dodge") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("600","600");
		document.domesticForm.vehiclemodel.options[3] = new Option("Aries","Aries");
		document.domesticForm.vehiclemodel.options[4] = new Option("Arrow","Arrow");
		document.domesticForm.vehiclemodel.options[5] = new Option("Aspen","Aspen");
		document.domesticForm.vehiclemodel.options[6] = new Option("Avenger","Avenger");
		document.domesticForm.vehiclemodel.options[7] = new Option("Calliber","Calliber");
		document.domesticForm.vehiclemodel.options[8] = new Option("Caravan","Caravan");
		document.domesticForm.vehiclemodel.options[9] = new Option("Challenger","Challenger");
		document.domesticForm.vehiclemodel.options[10] = new Option("Charger","Charger");
		document.domesticForm.vehiclemodel.options[11] = new Option("Charger SRT-8","Charger SRT-8");
		document.domesticForm.vehiclemodel.options[12] = new Option("Colt","Colt");
		document.domesticForm.vehiclemodel.options[13] = new Option("Conquest","Conquest");
		document.domesticForm.vehiclemodel.options[14] = new Option("Coronet","Coronet");
		document.domesticForm.vehiclemodel.options[15] = new Option("Dakota","Dakota");
		document.domesticForm.vehiclemodel.options[16] = new Option("Dart","Dart");
		document.domesticForm.vehiclemodel.options[17] = new Option("Daytona","Daytona");
		document.domesticForm.vehiclemodel.options[18] = new Option("Diplomat","Diplomat");
		document.domesticForm.vehiclemodel.options[19] = new Option("Durango","Durango");
		document.domesticForm.vehiclemodel.options[20] = new Option("Dynasty","Dynasty");
		document.domesticForm.vehiclemodel.options[21] = new Option("Fargo","Fargo");
		document.domesticForm.vehiclemodel.options[22] = new Option("Grand Caravan","Grand Caravan");
		document.domesticForm.vehiclemodel.options[23] = new Option("Intrepid","Intrepid");
		document.domesticForm.vehiclemodel.options[24] = new Option("Lancer","Lancer");
		document.domesticForm.vehiclemodel.options[25] = new Option("Magnum","Magnum");
		document.domesticForm.vehiclemodel.options[26] = new Option("Magnum SRT-8","Magnum SRT-8");
		document.domesticForm.vehiclemodel.options[27] = new Option("Mini Ram Van","Mini Ram Van");
		document.domesticForm.vehiclemodel.options[28] = new Option("Mirada","Mirada");
		document.domesticForm.vehiclemodel.options[29] = new Option("Neon","Neon");
		document.domesticForm.vehiclemodel.options[31] = new Option("Neon SRT-4","Neon SRT-4");
		document.domesticForm.vehiclemodel.options[32] = new Option("Nitro","Nitro");
		document.domesticForm.vehiclemodel.options[33] = new Option("Omni","Omni");
		document.domesticForm.vehiclemodel.options[34] = new Option("Omni 024","Omni 024");
		document.domesticForm.vehiclemodel.options[35] = new Option("Polara","Polara");
		document.domesticForm.vehiclemodel.options[36] = new Option("Power Wagon","Power Wagon");
		document.domesticForm.vehiclemodel.options[37] = new Option("Raider","Raider");
		document.domesticForm.vehiclemodel.options[38] = new Option("Ram 100","Ram 100");
		document.domesticForm.vehiclemodel.options[39] = new Option("Ram 150","Ram 150");
		document.domesticForm.vehiclemodel.options[40] = new Option("Ram 1500","Ram 1500");
		document.domesticForm.vehiclemodel.options[41] = new Option("Ram 200","Ram 200");
		document.domesticForm.vehiclemodel.options[42] = new Option("Ram 250","Ram 250");
		document.domesticForm.vehiclemodel.options[43] = new Option("Ram 2500","Ram 2500");
		document.domesticForm.vehiclemodel.options[44] = new Option("Ram 300","Ram 300");
		document.domesticForm.vehiclemodel.options[45] = new Option("Ram 350","Ram 350");
		document.domesticForm.vehiclemodel.options[46] = new Option("Ram 3500","Ram 3500");
		document.domesticForm.vehiclemodel.options[47] = new Option("Ram Pickup 1500","Ram Pickup 1500");
		document.domesticForm.vehiclemodel.options[48] = new Option("Ram Pickup 2500","Ram Pickup 2500");
		document.domesticForm.vehiclemodel.options[49] = new Option("Ram PIckup 3500","Ram PIckup 3500");
		document.domesticForm.vehiclemodel.options[50] = new Option("Ram Van","Ram Van");
		document.domesticForm.vehiclemodel.options[51] = new Option("Ram Wagon","Ram Wagon");
		document.domesticForm.vehiclemodel.options[52] = new Option("RamCharger","RamCharger");
		document.domesticForm.vehiclemodel.options[53] = new Option("Rampage","Rampage");
		document.domesticForm.vehiclemodel.options[54] = new Option("Royal","Royal");
		document.domesticForm.vehiclemodel.options[55] = new Option("Saratoga","Saratoga");
		document.domesticForm.vehiclemodel.options[56] = new Option("Shadow","Shadow");
		document.domesticForm.vehiclemodel.options[57] = new Option("Spirit","Spirit");
		document.domesticForm.vehiclemodel.options[58] = new Option("Sportman Wagon","Sportman Wagon");
		document.domesticForm.vehiclemodel.options[59] = new Option("Sprinter","Sprinter");
		document.domesticForm.vehiclemodel.options[60] = new Option("Sprinter Cargo","Sprinter Cargo");
		document.domesticForm.vehiclemodel.options[61] = new Option("SRT4","SRT4");
		document.domesticForm.vehiclemodel.options[62] = new Option("St. Regis","St. Regis");
		document.domesticForm.vehiclemodel.options[63] = new Option("Stealth","Stealth");
		document.domesticForm.vehiclemodel.options[64] = new Option("Stratus","Stratus");
		document.domesticForm.vehiclemodel.options[65] = new Option("Super Bee","Super Bee");
		document.domesticForm.vehiclemodel.options[66] = new Option("SX 2.0","SX 2.0");
		document.domesticForm.vehiclemodel.options[67] = new Option("Van","Van");
		document.domesticForm.vehiclemodel.options[68] = new Option("Viper","Viper");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("600","600");
		document.internationalForm.vehiclemodel.options[3] = new Option("Aries","Aries");
		document.internationalForm.vehiclemodel.options[4] = new Option("Arrow","Arrow");
		document.internationalForm.vehiclemodel.options[5] = new Option("Aspen","Aspen");
		document.internationalForm.vehiclemodel.options[6] = new Option("Avenger","Avenger");
		document.internationalForm.vehiclemodel.options[7] = new Option("Calliber","Calliber");
		document.internationalForm.vehiclemodel.options[8] = new Option("Caravan","Caravan");
		document.internationalForm.vehiclemodel.options[9] = new Option("Challenger","Challenger");
		document.internationalForm.vehiclemodel.options[10] = new Option("Charger","Charger");
		document.internationalForm.vehiclemodel.options[11] = new Option("Charger SRT-8","Charger SRT-8");
		document.internationalForm.vehiclemodel.options[12] = new Option("Colt","Colt");
		document.internationalForm.vehiclemodel.options[13] = new Option("Conquest","Conquest");
		document.internationalForm.vehiclemodel.options[14] = new Option("Coronet","Coronet");
		document.internationalForm.vehiclemodel.options[15] = new Option("Dakota","Dakota");
		document.internationalForm.vehiclemodel.options[16] = new Option("Dart","Dart");
		document.internationalForm.vehiclemodel.options[17] = new Option("Daytona","Daytona");
		document.internationalForm.vehiclemodel.options[18] = new Option("Diplomat","Diplomat");
		document.internationalForm.vehiclemodel.options[19] = new Option("Durango","Durango");
		document.internationalForm.vehiclemodel.options[20] = new Option("Dynasty","Dynasty");
		document.internationalForm.vehiclemodel.options[21] = new Option("Fargo","Fargo");
		document.internationalForm.vehiclemodel.options[22] = new Option("Grand Caravan","Grand Caravan");
		document.internationalForm.vehiclemodel.options[23] = new Option("Intrepid","Intrepid");
		document.internationalForm.vehiclemodel.options[24] = new Option("Lancer","Lancer");
		document.internationalForm.vehiclemodel.options[25] = new Option("Magnum","Magnum");
		document.internationalForm.vehiclemodel.options[26] = new Option("Magnum SRT-8","Magnum SRT-8");
		document.internationalForm.vehiclemodel.options[27] = new Option("Mini Ram Van","Mini Ram Van");
		document.internationalForm.vehiclemodel.options[28] = new Option("Mirada","Mirada");
		document.internationalForm.vehiclemodel.options[29] = new Option("Neon","Neon");
		document.internationalForm.vehiclemodel.options[31] = new Option("Neon SRT-4","Neon SRT-4");
		document.internationalForm.vehiclemodel.options[32] = new Option("Nitro","Nitro");
		document.internationalForm.vehiclemodel.options[33] = new Option("Omni","Omni");
		document.internationalForm.vehiclemodel.options[34] = new Option("Omni 024","Omni 024");
		document.internationalForm.vehiclemodel.options[35] = new Option("Polara","Polara");
		document.internationalForm.vehiclemodel.options[36] = new Option("Power Wagon","Power Wagon");
		document.internationalForm.vehiclemodel.options[37] = new Option("Raider","Raider");
		document.internationalForm.vehiclemodel.options[38] = new Option("Ram 100","Ram 100");
		document.internationalForm.vehiclemodel.options[39] = new Option("Ram 150","Ram 150");
		document.internationalForm.vehiclemodel.options[40] = new Option("Ram 1500","Ram 1500");
		document.internationalForm.vehiclemodel.options[41] = new Option("Ram 200","Ram 200");
		document.internationalForm.vehiclemodel.options[42] = new Option("Ram 250","Ram 250");
		document.internationalForm.vehiclemodel.options[43] = new Option("Ram 2500","Ram 2500");
		document.internationalForm.vehiclemodel.options[44] = new Option("Ram 300","Ram 300");
		document.internationalForm.vehiclemodel.options[45] = new Option("Ram 350","Ram 350");
		document.internationalForm.vehiclemodel.options[46] = new Option("Ram 3500","Ram 3500");
		document.internationalForm.vehiclemodel.options[47] = new Option("Ram Pickup 1500","Ram Pickup 1500");
		document.internationalForm.vehiclemodel.options[48] = new Option("Ram Pickup 2500","Ram Pickup 2500");
		document.internationalForm.vehiclemodel.options[49] = new Option("Ram PIckup 3500","Ram PIckup 3500");
		document.internationalForm.vehiclemodel.options[50] = new Option("Ram Van","Ram Van");
		document.internationalForm.vehiclemodel.options[51] = new Option("Ram Wagon","Ram Wagon");
		document.internationalForm.vehiclemodel.options[52] = new Option("RamCharger","RamCharger");
		document.internationalForm.vehiclemodel.options[53] = new Option("Rampage","Rampage");
		document.internationalForm.vehiclemodel.options[54] = new Option("Royal","Royal");
		document.internationalForm.vehiclemodel.options[55] = new Option("Saratoga","Saratoga");
		document.internationalForm.vehiclemodel.options[56] = new Option("Shadow","Shadow");
		document.internationalForm.vehiclemodel.options[57] = new Option("Spirit","Spirit");
		document.internationalForm.vehiclemodel.options[58] = new Option("Sportman Wagon","Sportman Wagon");
		document.internationalForm.vehiclemodel.options[59] = new Option("Sprinter","Sprinter");
		document.internationalForm.vehiclemodel.options[60] = new Option("Sprinter Cargo","Sprinter Cargo");
		document.internationalForm.vehiclemodel.options[61] = new Option("SRT4","SRT4");
		document.internationalForm.vehiclemodel.options[62] = new Option("St. Regis","St. Regis");
		document.internationalForm.vehiclemodel.options[63] = new Option("Stealth","Stealth");
		document.internationalForm.vehiclemodel.options[64] = new Option("Stratus","Stratus");
		document.internationalForm.vehiclemodel.options[65] = new Option("Super Bee","Super Bee");
		document.internationalForm.vehiclemodel.options[66] = new Option("SX 2.0","SX 2.0");
		document.internationalForm.vehiclemodel.options[67] = new Option("Van","Van");
		document.internationalForm.vehiclemodel.options[68] = new Option("Viper","Viper");
		return;
	}
	else if (selection.value == "Eagel") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("2000 GTX","2000 GTX");
		document.domesticForm.vehiclemodel.options[3] = new Option("Eagle 30","Eagle 30");
		document.domesticForm.vehiclemodel.options[4] = new Option("Medallion","Medallion");
		document.domesticForm.vehiclemodel.options[5] = new Option("Premier","Premier");
		document.domesticForm.vehiclemodel.options[6] = new Option("Summit","Summit");
		document.domesticForm.vehiclemodel.options[7] = new Option("Summit Wagon","Summit Wagon");
		document.domesticForm.vehiclemodel.options[8] = new Option("Talon","Talon");
		document.domesticForm.vehiclemodel.options[9] = new Option("Vision","Vision");
		document.domesticForm.vehiclemodel.options[10] = new Option("Vista","Vista");
		document.domesticForm.vehiclemodel.options[11] = new Option("Vista Wagon","Vista Wagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("2000 GTX","2000 GTX");
		document.internationalForm.vehiclemodel.options[3] = new Option("Eagle 30","Eagle 30");
		document.internationalForm.vehiclemodel.options[4] = new Option("Medallion","Medallion");
		document.internationalForm.vehiclemodel.options[5] = new Option("Premier","Premier");
		document.internationalForm.vehiclemodel.options[6] = new Option("Summit","Summit");
		document.internationalForm.vehiclemodel.options[7] = new Option("Summit Wagon","Summit Wagon");
		document.internationalForm.vehiclemodel.options[8] = new Option("Talon","Talon");
		document.internationalForm.vehiclemodel.options[9] = new Option("Vision","Vision");
		document.internationalForm.vehiclemodel.options[10] = new Option("Vista","Vista");
		document.internationalForm.vehiclemodel.options[11] = new Option("Vista Wagon","Vista Wagon");
		return;
	}
	else if (selection.value == "Edsel") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Corsair","Corsair");
		document.domesticForm.vehiclemodel.options[3] = new Option("Pacer","Pacer");
		document.domesticForm.vehiclemodel.options[4] = new Option("Ranger","Ranger");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Corsair","Corsair");
		document.internationalForm.vehiclemodel.options[3] = new Option("Pacer","Pacer");
		document.internationalForm.vehiclemodel.options[4] = new Option("Ranger","Ranger");
		return;
	}
	else if (selection.value == "Ferrari") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("125","125");
		document.domesticForm.vehiclemodel.options[3] = new Option("159","159");
		document.domesticForm.vehiclemodel.options[4] = new Option("166","166");
		document.domesticForm.vehiclemodel.options[5] = new Option("195","195");
		document.domesticForm.vehiclemodel.options[6] = new Option("196","196");
		document.domesticForm.vehiclemodel.options[7] = new Option("208","208");
		document.domesticForm.vehiclemodel.options[8] = new Option("212","212");
		document.domesticForm.vehiclemodel.options[9] = new Option("225","225");
		document.domesticForm.vehiclemodel.options[10] = new Option("246","246");
		document.domesticForm.vehiclemodel.options[11] = new Option("250","250");
		document.domesticForm.vehiclemodel.options[12] = new Option("268","268");
		document.domesticForm.vehiclemodel.options[13] = new Option("286","286");
		document.domesticForm.vehiclemodel.options[14] = new Option("288","288");
		document.domesticForm.vehiclemodel.options[15] = new Option("290","290");
		document.domesticForm.vehiclemodel.options[16] = new Option("308","308");
		document.domesticForm.vehiclemodel.options[17] = new Option("315","315");
		document.domesticForm.vehiclemodel.options[18] = new Option("328","328");
		document.domesticForm.vehiclemodel.options[19] = new Option("330","330");
		document.domesticForm.vehiclemodel.options[20] = new Option("335","335");
		document.domesticForm.vehiclemodel.options[21] = new Option("340","340");
		document.domesticForm.vehiclemodel.options[22] = new Option("348","348");
		document.domesticForm.vehiclemodel.options[23] = new Option("355","355");
		document.domesticForm.vehiclemodel.options[24] = new Option("360","360");
		document.domesticForm.vehiclemodel.options[25] = new Option("365","365");
		document.domesticForm.vehiclemodel.options[26] = new Option("375","375");
		document.domesticForm.vehiclemodel.options[27] = new Option("400","400");
		document.domesticForm.vehiclemodel.options[28] = new Option("410","410");
		document.domesticForm.vehiclemodel.options[29] = new Option("412","412");
		document.domesticForm.vehiclemodel.options[30] = new Option("430","430");
		document.domesticForm.vehiclemodel.options[30] = new Option("456","456");
		document.domesticForm.vehiclemodel.options[31] = new Option("456M","456M");
		document.domesticForm.vehiclemodel.options[32] = new Option("500","500");
		document.domesticForm.vehiclemodel.options[33] = new Option("512","512");
		document.domesticForm.vehiclemodel.options[34] = new Option("550","550");
		document.domesticForm.vehiclemodel.options[35] = new Option("575","575");
		document.domesticForm.vehiclemodel.options[36] = new Option("575M","575M");
		document.domesticForm.vehiclemodel.options[37] = new Option("599","599");
		document.domesticForm.vehiclemodel.options[38] = new Option("612","612");
		document.domesticForm.vehiclemodel.options[39] = new Option("612 Scaglietti","612 Scaglietti");
		document.domesticForm.vehiclemodel.options[40] = new Option("712","712");
		document.domesticForm.vehiclemodel.options[41] = new Option("735","735");
		document.domesticForm.vehiclemodel.options[42] = new Option("860","860");
		document.domesticForm.vehiclemodel.options[43] = new Option("BB512","BB512");
		document.domesticForm.vehiclemodel.options[44] = new Option("Daytona","Daytona");
		document.domesticForm.vehiclemodel.options[45] = new Option("Enzo","Enzo");
		document.domesticForm.vehiclemodel.options[46] = new Option("F 333 SP","F 333 SP");
		document.domesticForm.vehiclemodel.options[47] = new Option("F 355","F 355");
		document.domesticForm.vehiclemodel.options[48] = new Option("F 360","F 360");
		document.domesticForm.vehiclemodel.options[49] = new Option("F40","F40");
		document.domesticForm.vehiclemodel.options[50] = new Option("F430","F430");
		document.domesticForm.vehiclemodel.options[51] = new Option("F50","F50");
		document.domesticForm.vehiclemodel.options[52] = new Option("F550","F550");
		document.domesticForm.vehiclemodel.options[53] = new Option("GTB","GTB");
		document.domesticForm.vehiclemodel.options[54] = new Option("GTO","GTO");
		document.domesticForm.vehiclemodel.options[55] = new Option("GTS","GTS");
		document.domesticForm.vehiclemodel.options[56] = new Option("Mondial","Mondial");
		document.domesticForm.vehiclemodel.options[57] = new Option("Spider","Spider");
		document.domesticForm.vehiclemodel.options[58] = new Option("Superamerica","Superamerica");
		document.domesticForm.vehiclemodel.options[59] = new Option("Testa Rossa","Testa Rossa");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("125","125");
		document.internationalForm.vehiclemodel.options[3] = new Option("159","159");
		document.internationalForm.vehiclemodel.options[4] = new Option("166","166");
		document.internationalForm.vehiclemodel.options[5] = new Option("195","195");
		document.internationalForm.vehiclemodel.options[6] = new Option("196","196");
		document.internationalForm.vehiclemodel.options[7] = new Option("208","208");
		document.internationalForm.vehiclemodel.options[8] = new Option("212","212");
		document.internationalForm.vehiclemodel.options[9] = new Option("225","225");
		document.internationalForm.vehiclemodel.options[10] = new Option("246","246");
		document.internationalForm.vehiclemodel.options[11] = new Option("250","250");
		document.internationalForm.vehiclemodel.options[12] = new Option("268","268");
		document.internationalForm.vehiclemodel.options[13] = new Option("286","286");
		document.internationalForm.vehiclemodel.options[14] = new Option("288","288");
		document.internationalForm.vehiclemodel.options[15] = new Option("290","290");
		document.internationalForm.vehiclemodel.options[16] = new Option("308","308");
		document.internationalForm.vehiclemodel.options[17] = new Option("315","315");
		document.internationalForm.vehiclemodel.options[18] = new Option("328","328");
		document.internationalForm.vehiclemodel.options[19] = new Option("330","330");
		document.internationalForm.vehiclemodel.options[20] = new Option("335","335");
		document.internationalForm.vehiclemodel.options[21] = new Option("340","340");
		document.internationalForm.vehiclemodel.options[22] = new Option("348","348");
		document.internationalForm.vehiclemodel.options[23] = new Option("355","355");
		document.internationalForm.vehiclemodel.options[24] = new Option("360","360");
		document.internationalForm.vehiclemodel.options[25] = new Option("365","365");
		document.internationalForm.vehiclemodel.options[26] = new Option("375","375");
		document.internationalForm.vehiclemodel.options[27] = new Option("400","400");
		document.internationalForm.vehiclemodel.options[28] = new Option("410","410");
		document.internationalForm.vehiclemodel.options[29] = new Option("412","412");
		document.internationalForm.vehiclemodel.options[30] = new Option("430","430");
		document.internationalForm.vehiclemodel.options[30] = new Option("456","456");
		document.internationalForm.vehiclemodel.options[31] = new Option("456M","456M");
		document.internationalForm.vehiclemodel.options[32] = new Option("500","500");
		document.internationalForm.vehiclemodel.options[33] = new Option("512","512");
		document.internationalForm.vehiclemodel.options[34] = new Option("550","550");
		document.internationalForm.vehiclemodel.options[35] = new Option("575","575");
		document.internationalForm.vehiclemodel.options[36] = new Option("575M","575M");
		document.internationalForm.vehiclemodel.options[37] = new Option("599","599");
		document.internationalForm.vehiclemodel.options[38] = new Option("612","612");
		document.internationalForm.vehiclemodel.options[39] = new Option("612 Scaglietti","612 Scaglietti");
		document.internationalForm.vehiclemodel.options[40] = new Option("712","712");
		document.internationalForm.vehiclemodel.options[41] = new Option("735","735");
		document.internationalForm.vehiclemodel.options[42] = new Option("860","860");
		document.internationalForm.vehiclemodel.options[43] = new Option("BB512","BB512");
		document.internationalForm.vehiclemodel.options[44] = new Option("Daytona","Daytona");
		document.internationalForm.vehiclemodel.options[45] = new Option("Enzo","Enzo");
		document.internationalForm.vehiclemodel.options[46] = new Option("F 333 SP","F 333 SP");
		document.internationalForm.vehiclemodel.options[47] = new Option("F 355","F 355");
		document.internationalForm.vehiclemodel.options[48] = new Option("F 360","F 360");
		document.internationalForm.vehiclemodel.options[49] = new Option("F40","F40");
		document.internationalForm.vehiclemodel.options[50] = new Option("F430","F430");
		document.internationalForm.vehiclemodel.options[51] = new Option("F50","F50");
		document.internationalForm.vehiclemodel.options[52] = new Option("F550","F550");
		document.internationalForm.vehiclemodel.options[53] = new Option("GTB","GTB");
		document.internationalForm.vehiclemodel.options[54] = new Option("GTO","GTO");
		document.internationalForm.vehiclemodel.options[55] = new Option("GTS","GTS");
		document.internationalForm.vehiclemodel.options[56] = new Option("Mondial","Mondial");
		document.internationalForm.vehiclemodel.options[57] = new Option("Spider","Spider");
		document.internationalForm.vehiclemodel.options[58] = new Option("Superamerica","Superamerica");
		document.internationalForm.vehiclemodel.options[59] = new Option("Testa Rossa","Testa Rossa");
		return;
	}
	else if (selection.value == "Fiat") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("125","125");
		document.domesticForm.vehiclemodel.options[3] = new Option("130","130");
		document.domesticForm.vehiclemodel.options[4] = new Option("131","131");
		document.domesticForm.vehiclemodel.options[5] = new Option("500","500");
		document.domesticForm.vehiclemodel.options[6] = new Option("600","600");
		document.domesticForm.vehiclemodel.options[7] = new Option("Aerostar","Aerostar");
		document.domesticForm.vehiclemodel.options[8] = new Option("Barchetta","Barchetta");
		document.domesticForm.vehiclemodel.options[9] = new Option("Brava/Bravo","Brava/Bravo");
		document.domesticForm.vehiclemodel.options[10] = new Option("Cabriolet","Cabriolet");
		document.domesticForm.vehiclemodel.options[11] = new Option("Cinquecento","Cinquecento");
		document.domesticForm.vehiclemodel.options[12] = new Option("Croma","Croma");
		document.domesticForm.vehiclemodel.options[13] = new Option("Dino","Dino");
		document.domesticForm.vehiclemodel.options[14] = new Option("Ducato","Ducato");
		document.domesticForm.vehiclemodel.options[15] = new Option("Idea","Idea");
		document.domesticForm.vehiclemodel.options[16] = new Option("Marea","Marea");
		document.domesticForm.vehiclemodel.options[17] = new Option("Multipla","Multipla");
		document.domesticForm.vehiclemodel.options[18] = new Option("Palio","Palio");
		document.domesticForm.vehiclemodel.options[19] = new Option("Panda","Panda");
		document.domesticForm.vehiclemodel.options[20] = new Option("Punto","Punto");
		document.domesticForm.vehiclemodel.options[21] = new Option("Punto Grande","Punto Grande");
		document.domesticForm.vehiclemodel.options[22] = new Option("Ritmo","Ritmo");
		document.domesticForm.vehiclemodel.options[23] = new Option("Scudo","Scudo");
		document.domesticForm.vehiclemodel.options[24] = new Option("Seicento","Seicento");
		document.domesticForm.vehiclemodel.options[25] = new Option("Siena","Siena");
		document.domesticForm.vehiclemodel.options[26] = new Option("Spider","Spider");
		document.domesticForm.vehiclemodel.options[27] = new Option("Spyder","Spyder");
		document.domesticForm.vehiclemodel.options[28] = new Option("Stilo","Stilo");
		document.domesticForm.vehiclemodel.options[29] = new Option("Strada","Strada");
		document.domesticForm.vehiclemodel.options[30] = new Option("Tempra","Tempra");
		document.domesticForm.vehiclemodel.options[31] = new Option("Tipo","Tipo");
		document.domesticForm.vehiclemodel.options[32] = new Option("Ulysse","Ulysse");
		document.domesticForm.vehiclemodel.options[33] = new Option("Ulysse II","Ulysse II");
		document.domesticForm.vehiclemodel.options[34] = new Option("Uno","Uno");
		document.domesticForm.vehiclemodel.options[35] = new Option("X1/9","X1/9");
		document.domesticForm.vehiclemodel.options[36] = new Option("X19","X19");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("125","125");
		document.internationalForm.vehiclemodel.options[3] = new Option("130","130");
		document.internationalForm.vehiclemodel.options[4] = new Option("131","131");
		document.internationalForm.vehiclemodel.options[5] = new Option("500","500");
		document.internationalForm.vehiclemodel.options[6] = new Option("600","600");
		document.internationalForm.vehiclemodel.options[7] = new Option("Aerostar","Aerostar");
		document.internationalForm.vehiclemodel.options[8] = new Option("Barchetta","Barchetta");
		document.internationalForm.vehiclemodel.options[9] = new Option("Brava/Bravo","Brava/Bravo");
		document.internationalForm.vehiclemodel.options[10] = new Option("Cabriolet","Cabriolet");
		document.internationalForm.vehiclemodel.options[11] = new Option("Cinquecento","Cinquecento");
		document.internationalForm.vehiclemodel.options[12] = new Option("Croma","Croma");
		document.internationalForm.vehiclemodel.options[13] = new Option("Dino","Dino");
		document.internationalForm.vehiclemodel.options[14] = new Option("Ducato","Ducato");
		document.internationalForm.vehiclemodel.options[15] = new Option("Idea","Idea");
		document.internationalForm.vehiclemodel.options[16] = new Option("Marea","Marea");
		document.internationalForm.vehiclemodel.options[17] = new Option("Multipla","Multipla");
		document.internationalForm.vehiclemodel.options[18] = new Option("Palio","Palio");
		document.internationalForm.vehiclemodel.options[19] = new Option("Panda","Panda");
		document.internationalForm.vehiclemodel.options[20] = new Option("Punto","Punto");
		document.internationalForm.vehiclemodel.options[21] = new Option("Punto Grande","Punto Grande");
		document.internationalForm.vehiclemodel.options[22] = new Option("Ritmo","Ritmo");
		document.internationalForm.vehiclemodel.options[23] = new Option("Scudo","Scudo");
		document.internationalForm.vehiclemodel.options[24] = new Option("Seicento","Seicento");
		document.internationalForm.vehiclemodel.options[25] = new Option("Siena","Siena");
		document.internationalForm.vehiclemodel.options[26] = new Option("Spider","Spider");
		document.internationalForm.vehiclemodel.options[27] = new Option("Spyder","Spyder");
		document.internationalForm.vehiclemodel.options[28] = new Option("Stilo","Stilo");
		document.internationalForm.vehiclemodel.options[29] = new Option("Strada","Strada");
		document.internationalForm.vehiclemodel.options[30] = new Option("Tempra","Tempra");
		document.internationalForm.vehiclemodel.options[31] = new Option("Tipo","Tipo");
		document.internationalForm.vehiclemodel.options[32] = new Option("Ulysse","Ulysse");
		document.internationalForm.vehiclemodel.options[33] = new Option("Ulysse II","Ulysse II");
		document.internationalForm.vehiclemodel.options[34] = new Option("Uno","Uno");
		document.internationalForm.vehiclemodel.options[35] = new Option("X1/9","X1/9");
		document.internationalForm.vehiclemodel.options[36] = new Option("X19","X19");
		return;
	}
	else if (selection.value == "Ford") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Aerostar","Aerostar");
		document.domesticForm.vehiclemodel.options[3] = new Option("Anglia","Anglia");
		document.domesticForm.vehiclemodel.options[4] = new Option("Apire","Apire");
		document.domesticForm.vehiclemodel.options[5] = new Option("Bronco","Bronco");
		document.domesticForm.vehiclemodel.options[6] = new Option("Bronco II","Bronco II");
		document.domesticForm.vehiclemodel.options[7] = new Option("Capri","Capri");
		document.domesticForm.vehiclemodel.options[8] = new Option("Club Wagon","Club Wagon");
		document.domesticForm.vehiclemodel.options[9] = new Option("Cobra","Cobra");
		document.domesticForm.vehiclemodel.options[10] = new Option("Contour","Contour");
		document.domesticForm.vehiclemodel.options[11] = new Option("Contour SVT","Contour SVT");
		document.domesticForm.vehiclemodel.options[12] = new Option("Cortina","Cortina");
		document.domesticForm.vehiclemodel.options[13] = new Option("Country Squire","Country Squire");
		document.domesticForm.vehiclemodel.options[14] = new Option("Courier","Courier");
		document.domesticForm.vehiclemodel.options[15] = new Option("Crown Victoria","Crown Victoria");
		document.domesticForm.vehiclemodel.options[16] = new Option("Custom","Custom");
		document.domesticForm.vehiclemodel.options[17] = new Option("Cutaway","Cutaway");
		document.domesticForm.vehiclemodel.options[18] = new Option("E-100","E-100");
		document.domesticForm.vehiclemodel.options[19] = new Option("E-150","E-150");
		document.domesticForm.vehiclemodel.options[20] = new Option("E-250","E-250");
		document.domesticForm.vehiclemodel.options[21] = new Option("E-350","E-350");
		document.domesticForm.vehiclemodel.options[22] = new Option("Econoline Cargo","Econoline Cargo");
		document.domesticForm.vehiclemodel.options[23] = new Option("Econoline Wagon","Econoline Wagon");
		document.domesticForm.vehiclemodel.options[24] = new Option("Edge","Edge");
		document.domesticForm.vehiclemodel.options[25] = new Option("Elite","Elite");
		document.domesticForm.vehiclemodel.options[26] = new Option("Escape","Escape");
		document.domesticForm.vehiclemodel.options[27] = new Option("Escape Hybrid","Escape Hybrid");
		document.domesticForm.vehiclemodel.options[28] = new Option("Escort","Escort");
		document.domesticForm.vehiclemodel.options[29] = new Option("Esprit","Esprit");
		document.domesticForm.vehiclemodel.options[30] = new Option("Excursion","Excursion");
		document.domesticForm.vehiclemodel.options[31] = new Option("EXP","EXP");
		document.domesticForm.vehiclemodel.options[32] = new Option("Expedition","Expedition");
		document.domesticForm.vehiclemodel.options[33] = new Option("Explorer","Explorer");
		document.domesticForm.vehiclemodel.options[34] = new Option("Explorer Sport","Explorer Sport");
		document.domesticForm.vehiclemodel.options[35] = new Option("Explorer Sport T","Explorer Sport T");
		document.domesticForm.vehiclemodel.options[36] = new Option("F-100","F-100");
		document.domesticForm.vehiclemodel.options[37] = new Option("F-150","F-150");
		document.domesticForm.vehiclemodel.options[38] = new Option("F-250","F-250");
		document.domesticForm.vehiclemodel.options[39] = new Option("F-250 Super Duty","F-250 Super Duty");
		document.domesticForm.vehiclemodel.options[40] = new Option("F-350","F-350");
		document.domesticForm.vehiclemodel.options[41] = new Option("F-350 Super Duty","F-350 Super Duty");
		document.domesticForm.vehiclemodel.options[42] = new Option("Fairlane","Fairlane");
		document.domesticForm.vehiclemodel.options[43] = new Option("Fairmont","Fairmont");
		document.domesticForm.vehiclemodel.options[44] = new Option("Falcon","Falcon");
		document.domesticForm.vehiclemodel.options[45] = new Option("Festiva","Festiva");
		document.domesticForm.vehiclemodel.options[46] = new Option("Fiesta","Fiesta");
		document.domesticForm.vehiclemodel.options[47] = new Option("Five Hundred","Five Hundred");
		document.domesticForm.vehiclemodel.options[48] = new Option("Focus","Focus");
		document.domesticForm.vehiclemodel.options[49] = new Option("Focus SVT","Focus SVT");
		document.domesticForm.vehiclemodel.options[50] = new Option("Freestar","Freestar");
		document.domesticForm.vehiclemodel.options[51] = new Option("Freestyle","Freestyle");
		document.domesticForm.vehiclemodel.options[52] = new Option("Fusion","Fusion");
		document.domesticForm.vehiclemodel.options[53] = new Option("Galaxie","Galaxie");
		document.domesticForm.vehiclemodel.options[54] = new Option("Gran Torino","Gran Torino");
		document.domesticForm.vehiclemodel.options[55] = new Option("Granada","Granada");
		document.domesticForm.vehiclemodel.options[56] = new Option("Grand Marquis","Grand Marquis");
		document.domesticForm.vehiclemodel.options[57] = new Option("GT","GT");
		document.domesticForm.vehiclemodel.options[58] = new Option("GT40","GT40");
		document.domesticForm.vehiclemodel.options[59] = new Option("Lightning","Lightning");
		document.domesticForm.vehiclemodel.options[60] = new Option("LTD","LTD");
		document.domesticForm.vehiclemodel.options[61] = new Option("Marauder","Marauder");
		document.domesticForm.vehiclemodel.options[62] = new Option("Maverick","Maverick");
		document.domesticForm.vehiclemodel.options[63] = new Option("vehiclemodel A","vehiclemodel A");
		document.domesticForm.vehiclemodel.options[64] = new Option("vehiclemodel T","vehiclemodel T");
		document.domesticForm.vehiclemodel.options[65] = new Option("Mondeo","Mondeo");
		document.domesticForm.vehiclemodel.options[66] = new Option("Mustang","Mustang");
		document.domesticForm.vehiclemodel.options[67] = new Option("Mustang SVT Cobr","Mustang SVT Cobr");
		document.domesticForm.vehiclemodel.options[68] = new Option("Pinto","Pinto");
		document.domesticForm.vehiclemodel.options[69] = new Option("Probe","Probe");
		document.domesticForm.vehiclemodel.options[70] = new Option("Puma","Puma");
		document.domesticForm.vehiclemodel.options[71] = new Option("Ranchero","Ranchero");
		document.domesticForm.vehiclemodel.options[72] = new Option("Ranger","Ranger");
		document.domesticForm.vehiclemodel.options[73] = new Option("Scorpio","Scorpio");
		document.domesticForm.vehiclemodel.options[74] = new Option("Shelby","Shelby");
		document.domesticForm.vehiclemodel.options[75] = new Option("Sierra","Sierra");
		document.domesticForm.vehiclemodel.options[76] = new Option("Skyliner","Skyliner");
		document.domesticForm.vehiclemodel.options[77] = new Option("Sport Track","Sport Track");
		document.domesticForm.vehiclemodel.options[78] = new Option("Sunliner","Sunliner");
		document.domesticForm.vehiclemodel.options[79] = new Option("T-Bucket","T-Bucket");
		document.domesticForm.vehiclemodel.options[80] = new Option("Taurus","Taurus");
		document.domesticForm.vehiclemodel.options[81] = new Option("Tempo","Tempo");
		document.domesticForm.vehiclemodel.options[82] = new Option("Territory","Territory");
		document.domesticForm.vehiclemodel.options[83] = new Option("Thunderbird","Thunderbird");
		document.domesticForm.vehiclemodel.options[84] = new Option("Torino","Torino");
		document.domesticForm.vehiclemodel.options[85] = new Option("Tudor","Tudor");
		document.domesticForm.vehiclemodel.options[86] = new Option("Ute","Ute");
		document.domesticForm.vehiclemodel.options[87] = new Option("Windstar","Windstar");
		document.domesticForm.vehiclemodel.options[88] = new Option("Windstar Cargo","Windstar Cargo");
		document.domesticForm.vehiclemodel.options[89] = new Option("Zephyr","Zephyr");
		
		document.interationalform.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Aerostar","Aerostar");
		document.internationalForm.vehiclemodel.options[3] = new Option("Anglia","Anglia");
		document.internationalForm.vehiclemodel.options[4] = new Option("Apire","Apire");
		document.internationalForm.vehiclemodel.options[5] = new Option("Bronco","Bronco");
		document.internationalForm.vehiclemodel.options[6] = new Option("Bronco II","Bronco II");
		document.internationalForm.vehiclemodel.options[7] = new Option("Capri","Capri");
		document.internationalForm.vehiclemodel.options[8] = new Option("Club Wagon","Club Wagon");
		document.internationalForm.vehiclemodel.options[9] = new Option("Cobra","Cobra");
		document.internationalForm.vehiclemodel.options[10] = new Option("Contour","Contour");
		document.internationalForm.vehiclemodel.options[11] = new Option("Contour SVT","Contour SVT");
		document.internationalForm.vehiclemodel.options[12] = new Option("Cortina","Cortina");
		document.internationalForm.vehiclemodel.options[13] = new Option("Country Squire","Country Squire");
		document.internationalForm.vehiclemodel.options[14] = new Option("Courier","Courier");
		document.internationalForm.vehiclemodel.options[15] = new Option("Crown Victoria","Crown Victoria");
		document.internationalForm.vehiclemodel.options[16] = new Option("Custom","Custom");
		document.internationalForm.vehiclemodel.options[17] = new Option("Cutaway","Cutaway");
		document.internationalForm.vehiclemodel.options[18] = new Option("E-100","E-100");
		document.internationalForm.vehiclemodel.options[19] = new Option("E-150","E-150");
		document.internationalForm.vehiclemodel.options[20] = new Option("E-250","E-250");
		document.internationalForm.vehiclemodel.options[21] = new Option("E-350","E-350");
		document.internationalForm.vehiclemodel.options[22] = new Option("Econoline Cargo","Econoline Cargo");
		document.internationalForm.vehiclemodel.options[23] = new Option("Econoline Wagon","Econoline Wagon");
		document.internationalForm.vehiclemodel.options[24] = new Option("Edge","Edge");
		document.internationalForm.vehiclemodel.options[25] = new Option("Elite","Elite");
		document.internationalForm.vehiclemodel.options[26] = new Option("Escape","Escape");
		document.internationalForm.vehiclemodel.options[27] = new Option("Escape Hybrid","Escape Hybrid");
		document.internationalForm.vehiclemodel.options[28] = new Option("Escort","Escort");
		document.internationalForm.vehiclemodel.options[29] = new Option("Esprit","Esprit");
		document.internationalForm.vehiclemodel.options[30] = new Option("Excursion","Excursion");
		document.internationalForm.vehiclemodel.options[31] = new Option("EXP","EXP");
		document.internationalForm.vehiclemodel.options[32] = new Option("Expedition","Expedition");
		document.internationalForm.vehiclemodel.options[33] = new Option("Explorer","Explorer");
		document.internationalForm.vehiclemodel.options[34] = new Option("Explorer Sport","Explorer Sport");
		document.internationalForm.vehiclemodel.options[35] = new Option("Explorer Sport T","Explorer Sport T");
		document.internationalForm.vehiclemodel.options[36] = new Option("F-100","F-100");
		document.internationalForm.vehiclemodel.options[37] = new Option("F-150","F-150");
		document.internationalForm.vehiclemodel.options[38] = new Option("F-250","F-250");
		document.internationalForm.vehiclemodel.options[39] = new Option("F-250 Super Duty","F-250 Super Duty");
		document.internationalForm.vehiclemodel.options[40] = new Option("F-350","F-350");
		document.internationalForm.vehiclemodel.options[41] = new Option("F-350 Super Duty","F-350 Super Duty");
		document.internationalForm.vehiclemodel.options[42] = new Option("Fairlane","Fairlane");
		document.internationalForm.vehiclemodel.options[43] = new Option("Fairmont","Fairmont");
		document.internationalForm.vehiclemodel.options[44] = new Option("Falcon","Falcon");
		document.internationalForm.vehiclemodel.options[45] = new Option("Festiva","Festiva");
		document.internationalForm.vehiclemodel.options[46] = new Option("Fiesta","Fiesta");
		document.internationalForm.vehiclemodel.options[47] = new Option("Five Hundred","Five Hundred");
		document.internationalForm.vehiclemodel.options[48] = new Option("Focus","Focus");
		document.internationalForm.vehiclemodel.options[49] = new Option("Focus SVT","Focus SVT");
		document.internationalForm.vehiclemodel.options[50] = new Option("Freestar","Freestar");
		document.internationalForm.vehiclemodel.options[51] = new Option("Freestyle","Freestyle");
		document.internationalForm.vehiclemodel.options[52] = new Option("Fusion","Fusion");
		document.internationalForm.vehiclemodel.options[53] = new Option("Galaxie","Galaxie");
		document.internationalForm.vehiclemodel.options[54] = new Option("Gran Torino","Gran Torino");
		document.internationalForm.vehiclemodel.options[55] = new Option("Granada","Granada");
		document.internationalForm.vehiclemodel.options[56] = new Option("Grand Marquis","Grand Marquis");
		document.internationalForm.vehiclemodel.options[57] = new Option("GT","GT");
		document.internationalForm.vehiclemodel.options[58] = new Option("GT40","GT40");
		document.internationalForm.vehiclemodel.options[59] = new Option("Lightning","Lightning");
		document.internationalForm.vehiclemodel.options[60] = new Option("LTD","LTD");
		document.internationalForm.vehiclemodel.options[61] = new Option("Marauder","Marauder");
		document.internationalForm.vehiclemodel.options[62] = new Option("Maverick","Maverick");
		document.internationalForm.vehiclemodel.options[63] = new Option("vehiclemodel A","vehiclemodel A");
		document.internationalForm.vehiclemodel.options[64] = new Option("vehiclemodel T","vehiclemodel T");
		document.internationalForm.vehiclemodel.options[65] = new Option("Mondeo","Mondeo");
		document.internationalForm.vehiclemodel.options[66] = new Option("Mustang","Mustang");
		document.internationalForm.vehiclemodel.options[67] = new Option("Mustang SVT Cobr","Mustang SVT Cobr");
		document.internationalForm.vehiclemodel.options[68] = new Option("Pinto","Pinto");
		document.internationalForm.vehiclemodel.options[69] = new Option("Probe","Probe");
		document.internationalForm.vehiclemodel.options[70] = new Option("Puma","Puma");
		document.internationalForm.vehiclemodel.options[71] = new Option("Ranchero","Ranchero");
		document.internationalForm.vehiclemodel.options[72] = new Option("Ranger","Ranger");
		document.internationalForm.vehiclemodel.options[73] = new Option("Scorpio","Scorpio");
		document.internationalForm.vehiclemodel.options[74] = new Option("Shelby","Shelby");
		document.internationalForm.vehiclemodel.options[75] = new Option("Sierra","Sierra");
		document.internationalForm.vehiclemodel.options[76] = new Option("Skyliner","Skyliner");
		document.internationalForm.vehiclemodel.options[77] = new Option("Sport Track","Sport Track");
		document.internationalForm.vehiclemodel.options[78] = new Option("Sunliner","Sunliner");
		document.internationalForm.vehiclemodel.options[79] = new Option("T-Bucket","T-Bucket");
		document.internationalForm.vehiclemodel.options[80] = new Option("Taurus","Taurus");
		document.internationalForm.vehiclemodel.options[81] = new Option("Tempo","Tempo");
		document.internationalForm.vehiclemodel.options[82] = new Option("Territory","Territory");
		document.internationalForm.vehiclemodel.options[83] = new Option("Thunderbird","Thunderbird");
		document.internationalForm.vehiclemodel.options[84] = new Option("Torino","Torino");
		document.internationalForm.vehiclemodel.options[85] = new Option("Tudor","Tudor");
		document.internationalForm.vehiclemodel.options[86] = new Option("Ute","Ute");
		document.internationalForm.vehiclemodel.options[87] = new Option("Windstar","Windstar");
		document.internationalForm.vehiclemodel.options[88] = new Option("Windstar Cargo","Windstar Cargo");
		document.internationalForm.vehiclemodel.options[89] = new Option("Zephyr","Zephyr");
		return;
	}
	else if (selection.value == "Galloper") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Exceed","Exceed");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Exceed","Exceed");
		return;
	}
	else if (selection.value == "Geo") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Metro","Metro");
		document.domesticForm.vehiclemodel.options[3] = new Option("Prizm","Prizm");
		document.domesticForm.vehiclemodel.options[4] = new Option("Spectrum","Spectrum");
		document.domesticForm.vehiclemodel.options[5] = new Option("Storm","Storm");
		document.domesticForm.vehiclemodel.options[6] = new Option("Tracker","Tracker");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Metro","Metro");
		document.internationalForm.vehiclemodel.options[3] = new Option("Prizm","Prizm");
		document.internationalForm.vehiclemodel.options[4] = new Option("Spectrum","Spectrum");
		document.internationalForm.vehiclemodel.options[5] = new Option("Storm","Storm");
		document.internationalForm.vehiclemodel.options[6] = new Option("Tracker","Tracker");
		return;
	}
	else if (selection.value == "GMC") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Acadia","Acadia");
		document.domesticForm.vehiclemodel.options[3] = new Option("C/K 1500 Series","C/K 1500 Series");
		document.domesticForm.vehiclemodel.options[4] = new Option("C/K 2500 Series","C/K 2500 Series");
		document.domesticForm.vehiclemodel.options[5] = new Option("C/K 3500 Series","C/K 3500 Series");
		document.domesticForm.vehiclemodel.options[6] = new Option("Cabellero","Cabellero");
		document.domesticForm.vehiclemodel.options[7] = new Option("Canyon","Canyon");
		document.domesticForm.vehiclemodel.options[8] = new Option("Cyclone","Cyclone");
		document.domesticForm.vehiclemodel.options[9] = new Option("Envoy","Envoy");
		document.domesticForm.vehiclemodel.options[10] = new Option("Envoy XL","Envoy XL");
		document.domesticForm.vehiclemodel.options[11] = new Option("Envoy XUV","Envoy XUV");
		document.domesticForm.vehiclemodel.options[12] = new Option("Jimmy","Jimmy");
		document.domesticForm.vehiclemodel.options[13] = new Option("R/V 1500 Series","R/V 1500 Series");
		document.domesticForm.vehiclemodel.options[14] = new Option("R/V 2500 Series","R/V 2500 Series");
		document.domesticForm.vehiclemodel.options[15] = new Option("R/V 3500 Series","R/V 3500 Series");
		document.domesticForm.vehiclemodel.options[16] = new Option("RALLY Wagon","RALLY Wagon");
		document.domesticForm.vehiclemodel.options[17] = new Option("S-15","S-15");
		document.domesticForm.vehiclemodel.options[18] = new Option("S-15 Jimmy","S-15 Jimmy");
		document.domesticForm.vehiclemodel.options[19] = new Option("Safari","Safari");
		document.domesticForm.vehiclemodel.options[20] = new Option("Safari Cargo","Safari Cargo");
		document.domesticForm.vehiclemodel.options[21] = new Option("Savana","Savana");
		document.domesticForm.vehiclemodel.options[22] = new Option("Savana Cargo","Savana Cargo");
		document.domesticForm.vehiclemodel.options[23] = new Option("Sierra 1500","Sierra 1500");
		document.domesticForm.vehiclemodel.options[24] = new Option("Sierra 1500HD","Sierra 1500HD");
		document.domesticForm.vehiclemodel.options[25] = new Option("Sierra 2500","Sierra 2500");
		document.domesticForm.vehiclemodel.options[26] = new Option("Sierra 2500HD","Sierra 2500HD");
		document.domesticForm.vehiclemodel.options[27] = new Option("Sierra 3500","Sierra 3500");
		document.domesticForm.vehiclemodel.options[28] = new Option("Sierra C3","Sierra C3");
		document.domesticForm.vehiclemodel.options[29] = new Option("Sierra Classic 1","Sierra Classic 1");
		document.domesticForm.vehiclemodel.options[30] = new Option("Sierra Classic 2","Sierra Classic 2");
		document.domesticForm.vehiclemodel.options[31] = new Option("Sierra Classic 3","Sierra Classic 3");
		document.domesticForm.vehiclemodel.options[32] = new Option("Sonoma","Sonoma");
		document.domesticForm.vehiclemodel.options[33] = new Option("Sprint","Sprint");
		document.domesticForm.vehiclemodel.options[34] = new Option("Suburban","Suburban");
		document.domesticForm.vehiclemodel.options[35] = new Option("Syclone","Syclone");
		document.domesticForm.vehiclemodel.options[36] = new Option("Tracker","Tracker");
		document.domesticForm.vehiclemodel.options[37] = new Option("Typhoon","Typhoon");
		document.domesticForm.vehiclemodel.options[38] = new Option("Vandura","Vandura");
		document.domesticForm.vehiclemodel.options[39] = new Option("Yukon","Yukon");
		document.domesticForm.vehiclemodel.options[40] = new Option("YUKON Denali","YUKON Denali");
		document.domesticForm.vehiclemodel.options[41] = new Option("Yukon XL","Yukon XL");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Acadia","Acadia");
		document.internationalForm.vehiclemodel.options[3] = new Option("C/K 1500 Series","C/K 1500 Series");
		document.internationalForm.vehiclemodel.options[4] = new Option("C/K 2500 Series","C/K 2500 Series");
		document.internationalForm.vehiclemodel.options[5] = new Option("C/K 3500 Series","C/K 3500 Series");
		document.internationalForm.vehiclemodel.options[6] = new Option("Cabellero","Cabellero");
		document.internationalForm.vehiclemodel.options[7] = new Option("Canyon","Canyon");
		document.internationalForm.vehiclemodel.options[8] = new Option("Cyclone","Cyclone");
		document.internationalForm.vehiclemodel.options[9] = new Option("Envoy","Envoy");
		document.internationalForm.vehiclemodel.options[10] = new Option("Envoy XL","Envoy XL");
		document.internationalForm.vehiclemodel.options[11] = new Option("Envoy XUV","Envoy XUV");
		document.internationalForm.vehiclemodel.options[12] = new Option("Jimmy","Jimmy");
		document.internationalForm.vehiclemodel.options[13] = new Option("R/V 1500 Series","R/V 1500 Series");
		document.internationalForm.vehiclemodel.options[14] = new Option("R/V 2500 Series","R/V 2500 Series");
		document.internationalForm.vehiclemodel.options[15] = new Option("R/V 3500 Series","R/V 3500 Series");
		document.internationalForm.vehiclemodel.options[16] = new Option("RALLY Wagon","RALLY Wagon");
		document.internationalForm.vehiclemodel.options[17] = new Option("S-15","S-15");
		document.internationalForm.vehiclemodel.options[18] = new Option("S-15 Jimmy","S-15 Jimmy");
		document.internationalForm.vehiclemodel.options[19] = new Option("Safari","Safari");
		document.internationalForm.vehiclemodel.options[20] = new Option("Safari Cargo","Safari Cargo");
		document.internationalForm.vehiclemodel.options[21] = new Option("Savana","Savana");
		document.internationalForm.vehiclemodel.options[22] = new Option("Savana Cargo","Savana Cargo");
		document.internationalForm.vehiclemodel.options[23] = new Option("Sierra 1500","Sierra 1500");
		document.internationalForm.vehiclemodel.options[24] = new Option("Sierra 1500HD","Sierra 1500HD");
		document.internationalForm.vehiclemodel.options[25] = new Option("Sierra 2500","Sierra 2500");
		document.internationalForm.vehiclemodel.options[26] = new Option("Sierra 2500HD","Sierra 2500HD");
		document.internationalForm.vehiclemodel.options[27] = new Option("Sierra 3500","Sierra 3500");
		document.internationalForm.vehiclemodel.options[28] = new Option("Sierra C3","Sierra C3");
		document.internationalForm.vehiclemodel.options[29] = new Option("Sierra Classic 1","Sierra Classic 1");
		document.internationalForm.vehiclemodel.options[30] = new Option("Sierra Classic 2","Sierra Classic 2");
		document.internationalForm.vehiclemodel.options[31] = new Option("Sierra Classic 3","Sierra Classic 3");
		document.internationalForm.vehiclemodel.options[32] = new Option("Sonoma","Sonoma");
		document.internationalForm.vehiclemodel.options[33] = new Option("Sprint","Sprint");
		document.internationalForm.vehiclemodel.options[34] = new Option("Suburban","Suburban");
		document.internationalForm.vehiclemodel.options[35] = new Option("Syclone","Syclone");
		document.internationalForm.vehiclemodel.options[36] = new Option("Tracker","Tracker");
		document.internationalForm.vehiclemodel.options[37] = new Option("Typhoon","Typhoon");
		document.internationalForm.vehiclemodel.options[38] = new Option("Vandura","Vandura");
		document.internationalForm.vehiclemodel.options[39] = new Option("Yukon","Yukon");
		document.internationalForm.vehiclemodel.options[40] = new Option("YUKON Denali","YUKON Denali");
		document.internationalForm.vehiclemodel.options[41] = new Option("Yukon XL","Yukon XL");
		return;
	}
	else if (selection.value == "Honda") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Accord","Accord");
		document.domesticForm.vehiclemodel.options[3] = new Option("Civic","Civic");
		document.domesticForm.vehiclemodel.options[4] = new Option("CIVIC CRS","CIVIC CRS");
		document.domesticForm.vehiclemodel.options[5] = new Option("Civic del Sol","Civic del Sol");
		document.domesticForm.vehiclemodel.options[6] = new Option("Civic Hybrid","Civic Hybrid");
		document.domesticForm.vehiclemodel.options[7] = new Option("Civic Si","Civic Si");
		document.domesticForm.vehiclemodel.options[8] = new Option("CR-V","CR-V");
		document.domesticForm.vehiclemodel.options[9] = new Option("CRX","CRX");
		document.domesticForm.vehiclemodel.options[10] = new Option("Element","Element");
		document.domesticForm.vehiclemodel.options[11] = new Option("Fit","Fit");
		document.domesticForm.vehiclemodel.options[12] = new Option("FR-V","FR-V");
		document.domesticForm.vehiclemodel.options[13] = new Option("HR-V","HR-V");
		document.domesticForm.vehiclemodel.options[14] = new Option("Insight","Insight");
		document.domesticForm.vehiclemodel.options[15] = new Option("Odyssey","Odyssey");
		document.domesticForm.vehiclemodel.options[16] = new Option("Passport","Passport");
		document.domesticForm.vehiclemodel.options[17] = new Option("Pilot","Pilot");
		document.domesticForm.vehiclemodel.options[18] = new Option("Prelude","Prelude");
		document.domesticForm.vehiclemodel.options[19] = new Option("Ridgeline","Ridgeline");
		document.domesticForm.vehiclemodel.options[20] = new Option("S2000","S2000");
		document.domesticForm.vehiclemodel.options[21] = new Option("S600","S600");
		document.domesticForm.vehiclemodel.options[22] = new Option("S800","S800");
		document.domesticForm.vehiclemodel.options[23] = new Option("Stream","Stream");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Accord","Accord");
		document.internationalForm.vehiclemodel.options[3] = new Option("Civic","Civic");
		document.internationalForm.vehiclemodel.options[4] = new Option("CIVIC CRS","CIVIC CRS");
		document.internationalForm.vehiclemodel.options[5] = new Option("Civic del Sol","Civic del Sol");
		document.internationalForm.vehiclemodel.options[6] = new Option("Civic Hybrid","Civic Hybrid");
		document.internationalForm.vehiclemodel.options[7] = new Option("Civic Si","Civic Si");
		document.internationalForm.vehiclemodel.options[8] = new Option("CR-V","CR-V");
		document.internationalForm.vehiclemodel.options[9] = new Option("CRX","CRX");
		document.internationalForm.vehiclemodel.options[10] = new Option("Element","Element");
		document.internationalForm.vehiclemodel.options[11] = new Option("Fit","Fit");
		document.internationalForm.vehiclemodel.options[12] = new Option("FR-V","FR-V");
		document.internationalForm.vehiclemodel.options[13] = new Option("HR-V","HR-V");
		document.internationalForm.vehiclemodel.options[14] = new Option("Insight","Insight");
		document.internationalForm.vehiclemodel.options[15] = new Option("Odyssey","Odyssey");
		document.internationalForm.vehiclemodel.options[16] = new Option("Passport","Passport");
		document.internationalForm.vehiclemodel.options[17] = new Option("Pilot","Pilot");
		document.internationalForm.vehiclemodel.options[18] = new Option("Prelude","Prelude");
		document.internationalForm.vehiclemodel.options[19] = new Option("Ridgeline","Ridgeline");
		document.internationalForm.vehiclemodel.options[20] = new Option("S2000","S2000");
		document.internationalForm.vehiclemodel.options[21] = new Option("S600","S600");
		document.internationalForm.vehiclemodel.options[22] = new Option("S800","S800");
		document.internationalForm.vehiclemodel.options[23] = new Option("Stream","Stream");
		return;
	}
	else if (selection.value == "Hummer") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("H2","H2");
		document.domesticForm.vehiclemodel.options[3] = new Option("H2 SUT","H2 SUT");
		document.domesticForm.vehiclemodel.options[4] = new Option("H3","H3");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("H2","H2");
		document.internationalForm.vehiclemodel.options[3] = new Option("H2 SUT","H2 SUT");
		document.internationalForm.vehiclemodel.options[4] = new Option("H3","H3");
		return;
	}
	else if (selection.value == "Hyundai") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Accent","Accent");
		document.domesticForm.vehiclemodel.options[3] = new Option("Azera","Azera");
		document.domesticForm.vehiclemodel.options[4] = new Option("Elantra","Elantra");
		document.domesticForm.vehiclemodel.options[5] = new Option("Entourage","Entourage");
		document.domesticForm.vehiclemodel.options[6] = new Option("Excel","Excel");
		document.domesticForm.vehiclemodel.options[7] = new Option("Sante Fe","Sante Fe");
		document.domesticForm.vehiclemodel.options[8] = new Option("Scoupe","Scoupe");
		document.domesticForm.vehiclemodel.options[9] = new Option("Sonata","Sonata");
		document.domesticForm.vehiclemodel.options[10] = new Option("Terracan","Terracan");
		document.domesticForm.vehiclemodel.options[11] = new Option("Tiburon","Tiburon");
		document.domesticForm.vehiclemodel.options[12] = new Option("Tuscon","Tuscon");
		document.domesticForm.vehiclemodel.options[13] = new Option("Veracruz","Veracruz");
		document.domesticForm.vehiclemodel.options[14] = new Option("XG300","XG300");
		document.domesticForm.vehiclemodel.options[15] = new Option("XG350","XG350");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Accent","Accent");
		document.internationalForm.vehiclemodel.options[3] = new Option("Azera","Azera");
		document.internationalForm.vehiclemodel.options[4] = new Option("Elantra","Elantra");
		document.internationalForm.vehiclemodel.options[5] = new Option("Entourage","Entourage");
		document.internationalForm.vehiclemodel.options[6] = new Option("Excel","Excel");
		document.internationalForm.vehiclemodel.options[7] = new Option("Sante Fe","Sante Fe");
		document.internationalForm.vehiclemodel.options[8] = new Option("Scoupe","Scoupe");
		document.internationalForm.vehiclemodel.options[9] = new Option("Sonata","Sonata");
		document.internationalForm.vehiclemodel.options[10] = new Option("Terracan","Terracan");
		document.internationalForm.vehiclemodel.options[11] = new Option("Tiburon","Tiburon");
		document.internationalForm.vehiclemodel.options[12] = new Option("Tuscon","Tuscon");
		document.internationalForm.vehiclemodel.options[13] = new Option("Veracruz","Veracruz");
		document.internationalForm.vehiclemodel.options[14] = new Option("XG300","XG300");
		document.internationalForm.vehiclemodel.options[15] = new Option("XG350","XG350");
		return;
	}
	else if (selection.value == "Infiniti") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("FX35","FX35");
		document.domesticForm.vehiclemodel.options[3] = new Option("FX45","FX45");
		document.domesticForm.vehiclemodel.options[4] = new Option("G20","G20");
		document.domesticForm.vehiclemodel.options[5] = new Option("G35","G35");
		document.domesticForm.vehiclemodel.options[6] = new Option("I30","I30");
		document.domesticForm.vehiclemodel.options[7] = new Option("I35","I35");
		document.domesticForm.vehiclemodel.options[8] = new Option("J30","J30");
		document.domesticForm.vehiclemodel.options[9] = new Option("M30","M30");
		document.domesticForm.vehiclemodel.options[10] = new Option("M35","M35");
		document.domesticForm.vehiclemodel.options[11] = new Option("M45","M45");
		document.domesticForm.vehiclemodel.options[12] = new Option("Q45","Q45");
		document.domesticForm.vehiclemodel.options[13] = new Option("QX4","QX4");
		document.domesticForm.vehiclemodel.options[14] = new Option("QX56","QX56");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("FX35","FX35");
		document.internationalForm.vehiclemodel.options[3] = new Option("FX45","FX45");
		document.internationalForm.vehiclemodel.options[4] = new Option("G20","G20");
		document.internationalForm.vehiclemodel.options[5] = new Option("G35","G35");
		document.internationalForm.vehiclemodel.options[6] = new Option("I30","I30");
		document.internationalForm.vehiclemodel.options[7] = new Option("I35","I35");
		document.internationalForm.vehiclemodel.options[8] = new Option("J30","J30");
		document.internationalForm.vehiclemodel.options[9] = new Option("M30","M30");
		document.internationalForm.vehiclemodel.options[10] = new Option("M35","M35");
		document.internationalForm.vehiclemodel.options[11] = new Option("M45","M45");
		document.internationalForm.vehiclemodel.options[12] = new Option("Q45","Q45");
		document.internationalForm.vehiclemodel.options[13] = new Option("QX4","QX4");
		document.internationalForm.vehiclemodel.options[14] = new Option("QX56","QX56");
		return;
	}
	else if (selection.value == "International") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Scout","Scout");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Scout","Scout");
		return;
	}
	else if (selection.value == "Isuzu") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Amigo","Amigo");
		document.domesticForm.vehiclemodel.options[3] = new Option("Ascender","Ascender");
		document.domesticForm.vehiclemodel.options[4] = new Option("Axiom","Axiom");
		document.domesticForm.vehiclemodel.options[5] = new Option("Hombre","Hombre");
		document.domesticForm.vehiclemodel.options[6] = new Option("I-Mark","I-Mark");
		document.domesticForm.vehiclemodel.options[7] = new Option("I-Series","I-Series");
		document.domesticForm.vehiclemodel.options[8] = new Option("Impulse","Impulse");
		document.domesticForm.vehiclemodel.options[9] = new Option("Oasis","Oasis");
		document.domesticForm.vehiclemodel.options[10] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[11] = new Option("Pup","Pup");
		document.domesticForm.vehiclemodel.options[12] = new Option("Rodeo","Rodeo");
		document.domesticForm.vehiclemodel.options[13] = new Option("Rodeo Sport","Rodeo Sport");
		document.domesticForm.vehiclemodel.options[14] = new Option("Stylus","Stylus");
		document.domesticForm.vehiclemodel.options[15] = new Option("Trooper","Trooper");
		document.domesticForm.vehiclemodel.options[16] = new Option("Trooper II","Trooper II");
		document.domesticForm.vehiclemodel.options[17] = new Option("Vehicross","Vehicross");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Amigo","Amigo");
		document.internationalForm.vehiclemodel.options[3] = new Option("Ascender","Ascender");
		document.internationalForm.vehiclemodel.options[4] = new Option("Axiom","Axiom");
		document.internationalForm.vehiclemodel.options[5] = new Option("Hombre","Hombre");
		document.internationalForm.vehiclemodel.options[6] = new Option("I-Mark","I-Mark");
		document.internationalForm.vehiclemodel.options[7] = new Option("I-Series","I-Series");
		document.internationalForm.vehiclemodel.options[8] = new Option("Impulse","Impulse");
		document.internationalForm.vehiclemodel.options[9] = new Option("Oasis","Oasis");
		document.internationalForm.vehiclemodel.options[10] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[11] = new Option("Pup","Pup");
		document.internationalForm.vehiclemodel.options[12] = new Option("Rodeo","Rodeo");
		document.internationalForm.vehiclemodel.options[13] = new Option("Rodeo Sport","Rodeo Sport");
		document.internationalForm.vehiclemodel.options[14] = new Option("Stylus","Stylus");
		document.internationalForm.vehiclemodel.options[15] = new Option("Trooper","Trooper");
		document.internationalForm.vehiclemodel.options[16] = new Option("Trooper II","Trooper II");
		document.internationalForm.vehiclemodel.options[17] = new Option("Vehicross","Vehicross");
		return;
	}
	else if (selection.value == "Jaguar") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("E-type","E-type");
		document.domesticForm.vehiclemodel.options[3] = new Option("MK","MK");
		document.domesticForm.vehiclemodel.options[4] = new Option("S-type","S-type");
		document.domesticForm.vehiclemodel.options[5] = new Option("S-type R","S-type R");
		document.domesticForm.vehiclemodel.options[6] = new Option("Vandan Plas","Vandan Plas");
		document.domesticForm.vehiclemodel.options[7] = new Option("X-type","X-type");
		document.domesticForm.vehiclemodel.options[8] = new Option("XJ","XJ");
		document.domesticForm.vehiclemodel.options[9] = new Option("XJ-S","XJ-S");
		document.domesticForm.vehiclemodel.options[10] = new Option("XJ-SC","XJ-SC");
		document.domesticForm.vehiclemodel.options[11] = new Option("XJ12","XJ12");
		document.domesticForm.vehiclemodel.options[12] = new Option("XJ40","XJ40");
		document.domesticForm.vehiclemodel.options[13] = new Option("XJ6","XJ6");
		document.domesticForm.vehiclemodel.options[14] = new Option("XJ6 Serie 2","XJ6 Serie 2");
		document.domesticForm.vehiclemodel.options[15] = new Option("XJ6 Serie 3","XJ6 Serie 3");
		document.domesticForm.vehiclemodel.options[16] = new Option("XJ8","XJ8");
		document.domesticForm.vehiclemodel.options[17] = new Option("XJ8 Vandan Plas","XJ8 Vandan Plas");
		document.domesticForm.vehiclemodel.options[18] = new Option("XJR","XJR");
		document.domesticForm.vehiclemodel.options[19] = new Option("XJS","XJS");
		document.domesticForm.vehiclemodel.options[20] = new Option("XK","XK");
		document.domesticForm.vehiclemodel.options[21] = new Option("XK8","XK8");
		document.domesticForm.vehiclemodel.options[22] = new Option("XKE","XKE");
		document.domesticForm.vehiclemodel.options[23] = new Option("XKR","XKR");
		document.domesticForm.vehiclemodel.options[24] = new Option("XR8","XR8");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("E-type","E-type");
		document.internationalForm.vehiclemodel.options[3] = new Option("MK","MK");
		document.internationalForm.vehiclemodel.options[4] = new Option("S-type","S-type");
		document.internationalForm.vehiclemodel.options[5] = new Option("S-type R","S-type R");
		document.internationalForm.vehiclemodel.options[6] = new Option("Vandan Plas","Vandan Plas");
		document.internationalForm.vehiclemodel.options[7] = new Option("X-type","X-type");
		document.internationalForm.vehiclemodel.options[8] = new Option("XJ","XJ");
		document.internationalForm.vehiclemodel.options[9] = new Option("XJ-S","XJ-S");
		document.internationalForm.vehiclemodel.options[10] = new Option("XJ-SC","XJ-SC");
		document.internationalForm.vehiclemodel.options[11] = new Option("XJ12","XJ12");
		document.internationalForm.vehiclemodel.options[12] = new Option("XJ40","XJ40");
		document.internationalForm.vehiclemodel.options[13] = new Option("XJ6","XJ6");
		document.internationalForm.vehiclemodel.options[14] = new Option("XJ6 Serie 2","XJ6 Serie 2");
		document.internationalForm.vehiclemodel.options[15] = new Option("XJ6 Serie 3","XJ6 Serie 3");
		document.internationalForm.vehiclemodel.options[16] = new Option("XJ8","XJ8");
		document.internationalForm.vehiclemodel.options[17] = new Option("XJ8 Vandan Plas","XJ8 Vandan Plas");
		document.internationalForm.vehiclemodel.options[18] = new Option("XJR","XJR");
		document.internationalForm.vehiclemodel.options[19] = new Option("XJS","XJS");
		document.internationalForm.vehiclemodel.options[20] = new Option("XK","XK");
		document.internationalForm.vehiclemodel.options[21] = new Option("XK8","XK8");
		document.internationalForm.vehiclemodel.options[22] = new Option("XKE","XKE");
		document.internationalForm.vehiclemodel.options[23] = new Option("XKR","XKR");
		document.internationalForm.vehiclemodel.options[24] = new Option("XR8","XR8");
		return;
	}
	else if (selection.value == "Jeep") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Cherokee","Cherokee");
		document.domesticForm.vehiclemodel.options[3] = new Option("CJ","CJ");
		document.domesticForm.vehiclemodel.options[4] = new Option("CJ-5","CJ-5");
		document.domesticForm.vehiclemodel.options[5] = new Option("CJ-7","CJ-7");
		document.domesticForm.vehiclemodel.options[6] = new Option("CJ5","CJ5");
		document.domesticForm.vehiclemodel.options[7] = new Option("CJ7","CJ7");
		document.domesticForm.vehiclemodel.options[8] = new Option("Comanche","Comanche");
		document.domesticForm.vehiclemodel.options[9] = new Option("Commander","Commander");
		document.domesticForm.vehiclemodel.options[10] = new Option("Compass","Compass");
		document.domesticForm.vehiclemodel.options[11] = new Option("Grand Cherokee","Grand Cherokee");
		document.domesticForm.vehiclemodel.options[12] = new Option("Grand Wagoneer","Grand Wagoneer");
		document.domesticForm.vehiclemodel.options[13] = new Option("J-10 Pickup","J-10 Pickup");
		document.domesticForm.vehiclemodel.options[14] = new Option("J-20 Pickup","J-20 Pickup");
		document.domesticForm.vehiclemodel.options[15] = new Option("J10 Pickup","J10 Pickup");
		document.domesticForm.vehiclemodel.options[16] = new Option("J20 Pickup","J20 Pickup");
		document.domesticForm.vehiclemodel.options[17] = new Option("Libery","Libery");
		document.domesticForm.vehiclemodel.options[18] = new Option("Patriot","Patriot");
		document.domesticForm.vehiclemodel.options[19] = new Option("Renegade","Renegade");
		document.domesticForm.vehiclemodel.options[20] = new Option("Sahara","Sahara");
		document.domesticForm.vehiclemodel.options[21] = new Option("Scrambler","Scrambler");
		document.domesticForm.vehiclemodel.options[22] = new Option("TJ","TJ");
		document.domesticForm.vehiclemodel.options[23] = new Option("TJ Unlimited","TJ Unlimited");
		document.domesticForm.vehiclemodel.options[24] = new Option("Wagoneer","Wagoneer");
		document.domesticForm.vehiclemodel.options[25] = new Option("Wrangler","Wrangler");
		document.domesticForm.vehiclemodel.options[26] = new Option("Wrangler Unlimit","Wrangler Unlimit");
		document.domesticForm.vehiclemodel.options[27] = new Option("YJ","YJ");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Cherokee","Cherokee");
		document.internationalForm.vehiclemodel.options[3] = new Option("CJ","CJ");
		document.internationalForm.vehiclemodel.options[4] = new Option("CJ-5","CJ-5");
		document.internationalForm.vehiclemodel.options[5] = new Option("CJ-7","CJ-7");
		document.internationalForm.vehiclemodel.options[6] = new Option("CJ5","CJ5");
		document.internationalForm.vehiclemodel.options[7] = new Option("CJ7","CJ7");
		document.internationalForm.vehiclemodel.options[8] = new Option("Comanche","Comanche");
		document.internationalForm.vehiclemodel.options[9] = new Option("Commander","Commander");
		document.internationalForm.vehiclemodel.options[10] = new Option("Compass","Compass");
		document.internationalForm.vehiclemodel.options[11] = new Option("Grand Cherokee","Grand Cherokee");
		document.internationalForm.vehiclemodel.options[12] = new Option("Grand Wagoneer","Grand Wagoneer");
		document.internationalForm.vehiclemodel.options[13] = new Option("J-10 Pickup","J-10 Pickup");
		document.internationalForm.vehiclemodel.options[14] = new Option("J-20 Pickup","J-20 Pickup");
		document.internationalForm.vehiclemodel.options[15] = new Option("J10 Pickup","J10 Pickup");
		document.internationalForm.vehiclemodel.options[16] = new Option("J20 Pickup","J20 Pickup");
		document.internationalForm.vehiclemodel.options[17] = new Option("Libery","Libery");
		document.internationalForm.vehiclemodel.options[18] = new Option("Patriot","Patriot");
		document.internationalForm.vehiclemodel.options[19] = new Option("Renegade","Renegade");
		document.internationalForm.vehiclemodel.options[20] = new Option("Sahara","Sahara");
		document.internationalForm.vehiclemodel.options[21] = new Option("Scrambler","Scrambler");
		document.internationalForm.vehiclemodel.options[22] = new Option("TJ","TJ");
		document.internationalForm.vehiclemodel.options[23] = new Option("TJ Unlimited","TJ Unlimited");
		document.internationalForm.vehiclemodel.options[24] = new Option("Wagoneer","Wagoneer");
		document.internationalForm.vehiclemodel.options[25] = new Option("Wrangler","Wrangler");
		document.internationalForm.vehiclemodel.options[26] = new Option("Wrangler Unlimit","Wrangler Unlimit");
		document.internationalForm.vehiclemodel.options[27] = new Option("YJ","YJ");
		return;
	}
	else if (selection.value == "Jensen") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("541","541");
		document.domesticForm.vehiclemodel.options[3] = new Option("CV-8","CV-8");
		document.domesticForm.vehiclemodel.options[4] = new Option("Early Intercepto","Early Intercepto");
		document.domesticForm.vehiclemodel.options[5] = new Option("FF","FF");
		document.domesticForm.vehiclemodel.options[6] = new Option("Healey","Healey");
		document.domesticForm.vehiclemodel.options[7] = new Option("Interceptor","Interceptor");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("541","541");
		document.internationalForm.vehiclemodel.options[3] = new Option("CV-8","CV-8");
		document.internationalForm.vehiclemodel.options[4] = new Option("Early Intercepto","Early Intercepto");
		document.internationalForm.vehiclemodel.options[5] = new Option("FF","FF");
		document.internationalForm.vehiclemodel.options[6] = new Option("Healey","Healey");
		document.internationalForm.vehiclemodel.options[7] = new Option("Interceptor","Interceptor");
		return;
	}else if (selection.value == "Kia") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Amanti","Amanti");
		document.domesticForm.vehiclemodel.options[3] = new Option("Optima","Optima");
		document.domesticForm.vehiclemodel.options[4] = new Option("Picanto","Picanto");
		document.domesticForm.vehiclemodel.options[5] = new Option("Rio","Rio");
		document.domesticForm.vehiclemodel.options[6] = new Option("Rondo","Rondo");
		document.domesticForm.vehiclemodel.options[7] = new Option("Sedona","Sedona");
		document.domesticForm.vehiclemodel.options[8] = new Option("Sephia","Sephia");
		document.domesticForm.vehiclemodel.options[9] = new Option("Sorento","Sorento");
		document.domesticForm.vehiclemodel.options[10] = new Option("Spectra","Spectra");
		document.domesticForm.vehiclemodel.options[11] = new Option("Sportage","Sportage");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Amanti","Amanti");
		document.internationalForm.vehiclemodel.options[3] = new Option("Optima","Optima");
		document.internationalForm.vehiclemodel.options[4] = new Option("Picanto","Picanto");
		document.domesticForm.vehiclemodel.options[5] = new Option("Rio","Rio");
		document.internationalForm.vehiclemodel.options[6] = new Option("Rondo","Rondo");
		document.internationalForm.vehiclemodel.options[7] = new Option("Sedona","Sedona");
		document.internationalForm.vehiclemodel.options[8] = new Option("Sephia","Sephia");
		document.internationalForm.vehiclemodel.options[9] = new Option("Sorento","Sorento");
		document.internationalForm.vehiclemodel.options[10] = new Option("Spectra","Spectra");
		document.internationalForm.vehiclemodel.options[11] = new Option("Sportage","Sportage");
		return;
	}
	else if (selection.value == "Lamborghini") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("350 GT","350 GT");
		document.domesticForm.vehiclemodel.options[3] = new Option("Cheetah","Cheetah");
		document.domesticForm.vehiclemodel.options[4] = new Option("Countach","Countach");
		document.domesticForm.vehiclemodel.options[5] = new Option("Diabla","Diabla");
		document.domesticForm.vehiclemodel.options[6] = new Option("Espada","Espada");
		document.domesticForm.vehiclemodel.options[7] = new Option("Gallardo","Gallardo");
		document.domesticForm.vehiclemodel.options[8] = new Option("Islero","Islero");
		document.domesticForm.vehiclemodel.options[9] = new Option("Jalpa","Jalpa");
		document.domesticForm.vehiclemodel.options[10] = new Option("Jarama","Jarama");
		document.domesticForm.vehiclemodel.options[11] = new Option("LM","LM");
		document.domesticForm.vehiclemodel.options[12] = new Option("Miura","Miura");
		document.domesticForm.vehiclemodel.options[13] = new Option("Murcielago","Murcielago");
		document.domesticForm.vehiclemodel.options[14] = new Option("Silouette","Silouette");
		document.domesticForm.vehiclemodel.options[15] = new Option("Uracco","Uracco");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("350 GT","350 GT");
		document.internationalForm.vehiclemodel.options[3] = new Option("Cheetah","Cheetah");
		document.internationalForm.vehiclemodel.options[4] = new Option("Countach","Countach");
		document.internationalForm.vehiclemodel.options[5] = new Option("Diabla","Diabla");
		document.internationalForm.vehiclemodel.options[6] = new Option("Espada","Espada");
		document.internationalForm.vehiclemodel.options[7] = new Option("Gallardo","Gallardo");
		document.internationalForm.vehiclemodel.options[8] = new Option("Islero","Islero");
		document.internationalForm.vehiclemodel.options[9] = new Option("Jalpa","Jalpa");
		document.internationalForm.vehiclemodel.options[10] = new Option("Jarama","Jarama");
		document.internationalForm.vehiclemodel.options[11] = new Option("LM","LM");
		document.internationalForm.vehiclemodel.options[12] = new Option("Miura","Miura");
		document.internationalForm.vehiclemodel.options[13] = new Option("Murcielago","Murcielago");
		document.internationalForm.vehiclemodel.options[14] = new Option("Silouette","Silouette");
		document.internationalForm.vehiclemodel.options[15] = new Option("Uracco","Uracco");
		return;
	}
	else if (selection.value == "Land Rover") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Defender","Defender");
		document.domesticForm.vehiclemodel.options[3] = new Option("Discovery","Discovery");
		document.domesticForm.vehiclemodel.options[4] = new Option("Discovery 3","Discovery 3");
		document.domesticForm.vehiclemodel.options[5] = new Option("Discovery II","Discovery II");
		document.domesticForm.vehiclemodel.options[6] = new Option("Freelander","Freelander");
		document.domesticForm.vehiclemodel.options[7] = new Option("LR2","LR2");
		document.domesticForm.vehiclemodel.options[8] = new Option("LR3","LR3");
		document.domesticForm.vehiclemodel.options[9] = new Option("Range Rover","Range Rover");
		document.domesticForm.vehiclemodel.options[10] = new Option("Range Rover Sport","Range Rover Sport");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Defender","Defender");
		document.internationalForm.vehiclemodel.options[3] = new Option("Discovery","Discovery");
		document.internationalForm.vehiclemodel.options[4] = new Option("Discovery 3","Discovery 3");
		document.internationalForm.vehiclemodel.options[5] = new Option("Discovery II","Discovery II");
		document.internationalForm.vehiclemodel.options[6] = new Option("Freelander","Freelander");
		document.internationalForm.vehiclemodel.options[7] = new Option("LR2","LR2");
		document.internationalForm.vehiclemodel.options[8] = new Option("LR3","LR3");
		document.internationalForm.vehiclemodel.options[9] = new Option("Range Rover","Range Rover");
		document.internationalForm.vehiclemodel.options[10] = new Option("Range Rover Sport","Range Rover Sport");
		return;
	}
	else if (selection.value == "Lexus") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("ES 250","ES 250");
		document.domesticForm.vehiclemodel.options[3] = new Option("ES 300","ES 300");
		document.domesticForm.vehiclemodel.options[4] = new Option("ES 330","ES 330");
		document.domesticForm.vehiclemodel.options[5] = new Option("ES 350","ES 350");
		document.domesticForm.vehiclemodel.options[6] = new Option("GS 300","GS 300");
		document.domesticForm.vehiclemodel.options[7] = new Option("GS 350","GS 350");
		document.domesticForm.vehiclemodel.options[8] = new Option("GS 400","GS 400");
		document.domesticForm.vehiclemodel.options[9] = new Option("GS 430","GS 430");
		document.domesticForm.vehiclemodel.options[10] = new Option("GS 450h","GS 450h");
		document.domesticForm.vehiclemodel.options[11] = new Option("GX 470","GX 470");
		document.domesticForm.vehiclemodel.options[12] = new Option("IS 220","IS 220");
		document.domesticForm.vehiclemodel.options[13] = new Option("IS 250","IS 250");
		document.domesticForm.vehiclemodel.options[14] = new Option("IS 300","IS 300");
		document.domesticForm.vehiclemodel.options[15] = new Option("IS 350","IS 350");
		document.domesticForm.vehiclemodel.options[16] = new Option("LS 400","LS 400");
		document.domesticForm.vehiclemodel.options[17] = new Option("LS 430","LS 430");
		document.domesticForm.vehiclemodel.options[18] = new Option("LS 460","LS 460");
		document.domesticForm.vehiclemodel.options[19] = new Option("LS 600h L","LS 600h L");
		document.domesticForm.vehiclemodel.options[20] = new Option("LX 450","LX 450");
		document.domesticForm.vehiclemodel.options[21] = new Option("LX 470","LX 470");
		document.domesticForm.vehiclemodel.options[22] = new Option("RX 300","RX 300");
		document.domesticForm.vehiclemodel.options[23] = new Option("RX 330","RX 330");
		document.domesticForm.vehiclemodel.options[24] = new Option("RX 350","RX 350");
		document.domesticForm.vehiclemodel.options[25] = new Option("RX 400h","RX 400h");
		document.domesticForm.vehiclemodel.options[26] = new Option("SC 300","SC 300");
		document.domesticForm.vehiclemodel.options[27] = new Option("SC 400","SC 400");
		document.domesticForm.vehiclemodel.options[28] = new Option("SC 430","SC 430");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("ES 250","ES 250");
		document.internationalForm.vehiclemodel.options[3] = new Option("ES 300","ES 300");
		document.internationalForm.vehiclemodel.options[4] = new Option("ES 330","ES 330");
		document.internationalForm.vehiclemodel.options[5] = new Option("ES 350","ES 350");
		document.internationalForm.vehiclemodel.options[6] = new Option("GS 300","GS 300");
		document.internationalForm.vehiclemodel.options[7] = new Option("GS 350","GS 350");
		document.internationalForm.vehiclemodel.options[8] = new Option("GS 400","GS 400");
		document.internationalForm.vehiclemodel.options[9] = new Option("GS 430","GS 430");
		document.internationalForm.vehiclemodel.options[10] = new Option("GS 450h","GS 450h");
		document.internationalForm.vehiclemodel.options[11] = new Option("GX 470","GX 470");
		document.internationalForm.vehiclemodel.options[12] = new Option("IS 220","IS 220");
		document.internationalForm.vehiclemodel.options[13] = new Option("IS 250","IS 250");
		document.internationalForm.vehiclemodel.options[14] = new Option("IS 300","IS 300");
		document.internationalForm.vehiclemodel.options[15] = new Option("IS 350","IS 350");
		document.internationalForm.vehiclemodel.options[16] = new Option("LS 400","LS 400");
		document.internationalForm.vehiclemodel.options[17] = new Option("LS 430","LS 430");
		document.internationalForm.vehiclemodel.options[18] = new Option("LS 460","LS 460");
		document.internationalForm.vehiclemodel.options[19] = new Option("LS 600h L","LS 600h L");
		document.internationalForm.vehiclemodel.options[20] = new Option("LX 450","LX 450");
		document.internationalForm.vehiclemodel.options[21] = new Option("LX 470","LX 470");
		document.internationalForm.vehiclemodel.options[22] = new Option("RX 300","RX 300");
		document.internationalForm.vehiclemodel.options[23] = new Option("RX 330","RX 330");
		document.internationalForm.vehiclemodel.options[24] = new Option("RX 350","RX 350");
		document.internationalForm.vehiclemodel.options[25] = new Option("RX 400h","RX 400h");
		document.internationalForm.vehiclemodel.options[26] = new Option("SC 300","SC 300");
		document.internationalForm.vehiclemodel.options[27] = new Option("SC 400","SC 400");
		document.internationalForm.vehiclemodel.options[28] = new Option("SC 430","SC 430");
		return;
	}
	else if (selection.value == "Lincoln") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Aviator","Aviator");
		document.domesticForm.vehiclemodel.options[3] = new Option("Blackwood","Blackwood");
		document.domesticForm.vehiclemodel.options[4] = new Option("Continental","Continental");
		document.domesticForm.vehiclemodel.options[5] = new Option("LS","LS");
		document.domesticForm.vehiclemodel.options[6] = new Option("Mark","Mark");
		document.domesticForm.vehiclemodel.options[7] = new Option("Mark IV","Mark IV");
		document.domesticForm.vehiclemodel.options[8] = new Option("Mark LT","Mark LT");
		document.domesticForm.vehiclemodel.options[9] = new Option("Mark VI","Mark VI");
		document.domesticForm.vehiclemodel.options[10] = new Option("Mark VII","Mark VII");
		document.domesticForm.vehiclemodel.options[11] = new Option("Mark VIII","Mark VIII");
		document.domesticForm.vehiclemodel.options[12] = new Option("MKX","MKX");
		document.domesticForm.vehiclemodel.options[13] = new Option("MKZ","MKZ");
		document.domesticForm.vehiclemodel.options[14] = new Option("Navigator","Navigator");
		document.domesticForm.vehiclemodel.options[15] = new Option("Town Car","Town Car");
		document.domesticForm.vehiclemodel.options[16] = new Option("Versailles","Versailles");
		document.domesticForm.vehiclemodel.options[17] = new Option("Zephyr","Zephyr");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Aviator","Aviator");
		document.internationalForm.vehiclemodel.options[3] = new Option("Blackwood","Blackwood");
		document.internationalForm.vehiclemodel.options[4] = new Option("Continental","Continental");
		document.internationalForm.vehiclemodel.options[5] = new Option("LS","LS");
		document.internationalForm.vehiclemodel.options[6] = new Option("Mark","Mark");
		document.internationalForm.vehiclemodel.options[7] = new Option("Mark IV","Mark IV");
		document.internationalForm.vehiclemodel.options[8] = new Option("Mark LT","Mark LT");
		document.internationalForm.vehiclemodel.options[9] = new Option("Mark VI","Mark VI");
		document.internationalForm.vehiclemodel.options[10] = new Option("Mark VII","Mark VII");
		document.internationalForm.vehiclemodel.options[11] = new Option("Mark VIII","Mark VIII");
		document.internationalForm.vehiclemodel.options[12] = new Option("MKX","MKX");
		document.internationalForm.vehiclemodel.options[13] = new Option("MKZ","MKZ");
		document.internationalForm.vehiclemodel.options[14] = new Option("Navigator","Navigator");
		document.internationalForm.vehiclemodel.options[15] = new Option("Town Car","Town Car");
		document.internationalForm.vehiclemodel.options[16] = new Option("Versailles","Versailles");
		document.internationalForm.vehiclemodel.options[17] = new Option("Zephyr","Zephyr");
		return;
	}
	else if (selection.value == "Lotus") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Elan","Elan");
		document.domesticForm.vehiclemodel.options[3] = new Option("Elise","Elise");
		document.domesticForm.vehiclemodel.options[4] = new Option("Elite","Elite");
		document.domesticForm.vehiclemodel.options[5] = new Option("Esprit","Esprit");
		document.domesticForm.vehiclemodel.options[6] = new Option("Europa","Europa");
		document.domesticForm.vehiclemodel.options[7] = new Option("Exige","Exige");
		document.domesticForm.vehiclemodel.options[8] = new Option("Super 7","Super 7");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Elan","Elan");
		document.internationalForm.vehiclemodel.options[3] = new Option("Elise","Elise");
		document.internationalForm.vehiclemodel.options[4] = new Option("Elite","Elite");
		document.internationalForm.vehiclemodel.options[5] = new Option("Esprit","Esprit");
		document.internationalForm.vehiclemodel.options[6] = new Option("Europa","Europa");
		document.internationalForm.vehiclemodel.options[7] = new Option("Exige","Exige");
		document.internationalForm.vehiclemodel.options[8] = new Option("Super 7","Super 7");
		return;
	}
	else if (selection.value == "Maserati") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("3200 GT","3200 GT");
		document.domesticForm.vehiclemodel.options[3] = new Option("3500 GT","3500 GT");
		document.domesticForm.vehiclemodel.options[4] = new Option("420","420");
		document.domesticForm.vehiclemodel.options[5] = new Option("430","430");
		document.domesticForm.vehiclemodel.options[6] = new Option("5000 GT","5000 GT");
		document.domesticForm.vehiclemodel.options[7] = new Option("Biturbo","Biturbo");
		document.domesticForm.vehiclemodel.options[8] = new Option("Bora","Bora");
		document.domesticForm.vehiclemodel.options[9] = new Option("Coupe","Coupe");
		document.domesticForm.vehiclemodel.options[10] = new Option("GranSport","GranSport");
		document.domesticForm.vehiclemodel.options[11] = new Option("GranSport Spyder","GranSport Spyder");
		document.domesticForm.vehiclemodel.options[12] = new Option("Khamsin","Khamsin");
		document.domesticForm.vehiclemodel.options[13] = new Option("MC12","MC12");
		document.domesticForm.vehiclemodel.options[14] = new Option("Merak","Merak");
		document.domesticForm.vehiclemodel.options[15] = new Option("Quattroporte","Quattroporte");
		document.domesticForm.vehiclemodel.options[16] = new Option("Shamal","Shamal");
		document.domesticForm.vehiclemodel.options[17] = new Option("Spyder","Spyder");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("3200 GT","3200 GT");
		document.internationalForm.vehiclemodel.options[3] = new Option("3500 GT","3500 GT");
		document.internationalForm.vehiclemodel.options[4] = new Option("420","420");
		document.internationalForm.vehiclemodel.options[5] = new Option("430","430");
		document.internationalForm.vehiclemodel.options[6] = new Option("5000 GT","5000 GT");
		document.internationalForm.vehiclemodel.options[7] = new Option("Biturbo","Biturbo");
		document.internationalForm.vehiclemodel.options[8] = new Option("Bora","Bora");
		document.internationalForm.vehiclemodel.options[9] = new Option("Coupe","Coupe");
		document.internationalForm.vehiclemodel.options[10] = new Option("GranSport","GranSport");
		document.internationalForm.vehiclemodel.options[11] = new Option("GranSport Spyder","GranSport Spyder");
		document.internationalForm.vehiclemodel.options[12] = new Option("Khamsin","Khamsin");
		document.internationalForm.vehiclemodel.options[13] = new Option("MC12","MC12");
		document.internationalForm.vehiclemodel.options[14] = new Option("Merak","Merak");
		document.internationalForm.vehiclemodel.options[15] = new Option("Quattroporte","Quattroporte");
		document.internationalForm.vehiclemodel.options[16] = new Option("Shamal","Shamal");
		document.internationalForm.vehiclemodel.options[17] = new Option("Spyder","Spyder");
		return;
	}
	else if (selection.value == "Maybach") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("57","57");
		document.domesticForm.vehiclemodel.options[3] = new Option("62","62");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("57","57");
		document.internationalForm.vehiclemodel.options[3] = new Option("62","62");
		return;
	}
	else if (selection.value == "Mazda") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("2","2");
		document.domesticForm.vehiclemodel.options[3] = new Option("3","3");
		document.domesticForm.vehiclemodel.options[4] = new Option("323","323");
		document.domesticForm.vehiclemodel.options[5] = new Option("5","5");
		document.domesticForm.vehiclemodel.options[6] = new Option("6","6");
		document.domesticForm.vehiclemodel.options[7] = new Option("6 Sport Wagon","6 Sport Wagon");
		document.domesticForm.vehiclemodel.options[8] = new Option("616","616");
		document.domesticForm.vehiclemodel.options[9] = new Option("626","626");
		document.domesticForm.vehiclemodel.options[10] = new Option("929","929");
		document.domesticForm.vehiclemodel.options[11] = new Option("B2000","B2000");
		document.domesticForm.vehiclemodel.options[12] = new Option("B2200","B2200");
		document.domesticForm.vehiclemodel.options[13] = new Option("B2300","B2300");
		document.domesticForm.vehiclemodel.options[14] = new Option("B2500","B2500");
		document.domesticForm.vehiclemodel.options[15] = new Option("B2600","B2600");
		document.domesticForm.vehiclemodel.options[16] = new Option("B3000","B3000");
		document.domesticForm.vehiclemodel.options[17] = new Option("B4000","B4000");
		document.domesticForm.vehiclemodel.options[18] = new Option("Bravo 2600","Bravo 2600");
		document.domesticForm.vehiclemodel.options[19] = new Option("Cosmo","Cosmo");
		document.domesticForm.vehiclemodel.options[20] = new Option("CX-7","CX-7");
		document.domesticForm.vehiclemodel.options[21] = new Option("CX-9","CX-9");
		document.domesticForm.vehiclemodel.options[22] = new Option("GLC","GLC");
		document.domesticForm.vehiclemodel.options[23] = new Option("Mazda3","Mazda3");
		document.domesticForm.vehiclemodel.options[24] = new Option("Mazda6","Mazda6");
		document.domesticForm.vehiclemodel.options[25] = new Option("Millenia","Millenia");
		document.domesticForm.vehiclemodel.options[26] = new Option("MPV","MPV");
		document.domesticForm.vehiclemodel.options[27] = new Option("MX-3","MX-3");
		document.domesticForm.vehiclemodel.options[28] = new Option("MX-5 Miata","MX-5 Miata");
		document.domesticForm.vehiclemodel.options[29] = new Option("MX-6","MX-6");
		document.domesticForm.vehiclemodel.options[30] = new Option("Navajo","Navajo");
		document.domesticForm.vehiclemodel.options[31] = new Option("Protege","Protege");
		document.domesticForm.vehiclemodel.options[32] = new Option("Protege5","Protege5");
		document.domesticForm.vehiclemodel.options[33] = new Option("RX-3","RX-3");
		document.domesticForm.vehiclemodel.options[34] = new Option("RX-4","RX-4");
		document.domesticForm.vehiclemodel.options[35] = new Option("RX-7","RX-7");
		document.domesticForm.vehiclemodel.options[36] = new Option("RX-8","RX-8");
		document.domesticForm.vehiclemodel.options[37] = new Option("Tribute","Tribute");
		document.domesticForm.vehiclemodel.options[38] = new Option("Truck","Truck");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("2","2");
		document.internationalForm.vehiclemodel.options[3] = new Option("3","3");
		document.internationalForm.vehiclemodel.options[4] = new Option("323","323");
		document.internationalForm.vehiclemodel.options[5] = new Option("5","5");
		document.internationalForm.vehiclemodel.options[6] = new Option("6","6");
		document.internationalForm.vehiclemodel.options[7] = new Option("6 Sport Wagon","6 Sport Wagon");
		document.internationalForm.vehiclemodel.options[8] = new Option("616","616");
		document.internationalForm.vehiclemodel.options[9] = new Option("626","626");
		document.internationalForm.vehiclemodel.options[10] = new Option("929","929");
		document.internationalForm.vehiclemodel.options[11] = new Option("B2000","B2000");
		document.internationalForm.vehiclemodel.options[12] = new Option("B2200","B2200");
		document.internationalForm.vehiclemodel.options[13] = new Option("B2300","B2300");
		document.internationalForm.vehiclemodel.options[14] = new Option("B2500","B2500");
		document.internationalForm.vehiclemodel.options[15] = new Option("B2600","B2600");
		document.internationalForm.vehiclemodel.options[16] = new Option("B3000","B3000");
		document.internationalForm.vehiclemodel.options[17] = new Option("B4000","B4000");
		document.internationalForm.vehiclemodel.options[18] = new Option("Bravo 2600","Bravo 2600");
		document.internationalForm.vehiclemodel.options[19] = new Option("Cosmo","Cosmo");
		document.internationalForm.vehiclemodel.options[20] = new Option("CX-7","CX-7");
		document.internationalForm.vehiclemodel.options[21] = new Option("CX-9","CX-9");
		document.internationalForm.vehiclemodel.options[22] = new Option("GLC","GLC");
		document.internationalForm.vehiclemodel.options[23] = new Option("Mazda3","Mazda3");
		document.internationalForm.vehiclemodel.options[24] = new Option("Mazda6","Mazda6");
		document.internationalForm.vehiclemodel.options[25] = new Option("Millenia","Millenia");
		document.internationalForm.vehiclemodel.options[26] = new Option("MPV","MPV");
		document.internationalForm.vehiclemodel.options[27] = new Option("MX-3","MX-3");
		document.internationalForm.vehiclemodel.options[28] = new Option("MX-5 Miata","MX-5 Miata");
		document.internationalForm.vehiclemodel.options[29] = new Option("MX-6","MX-6");
		document.internationalForm.vehiclemodel.options[30] = new Option("Navajo","Navajo");
		document.internationalForm.vehiclemodel.options[31] = new Option("Protege","Protege");
		document.internationalForm.vehiclemodel.options[32] = new Option("Protege5","Protege5");
		document.internationalForm.vehiclemodel.options[33] = new Option("RX-3","RX-3");
		document.internationalForm.vehiclemodel.options[34] = new Option("RX-4","RX-4");
		document.internationalForm.vehiclemodel.options[35] = new Option("RX-7","RX-7");
		document.internationalForm.vehiclemodel.options[36] = new Option("RX-8","RX-8");
		document.internationalForm.vehiclemodel.options[37] = new Option("Tribute","Tribute");
		document.internationalForm.vehiclemodel.options[38] = new Option("Truck","Truck");
		return;
	}
	else if (selection.value == "Mercedes-Benz") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("190-Class","190-Class");
		document.domesticForm.vehiclemodel.options[3] = new Option("240-Class","240-Class");
		document.domesticForm.vehiclemodel.options[4] = new Option("260-Class","260-Class");
		document.domesticForm.vehiclemodel.options[5] = new Option("280-Class","280-Class");
		document.domesticForm.vehiclemodel.options[6] = new Option("300-Class","300-Class");
		document.domesticForm.vehiclemodel.options[7] = new Option("350-Class","350-Class");
		document.domesticForm.vehiclemodel.options[8] = new Option("400-Class","400-Class");
		document.domesticForm.vehiclemodel.options[9] = new Option("420-Class","420-Class");
		document.domesticForm.vehiclemodel.options[10] = new Option("450-Class","450-Class");
		document.domesticForm.vehiclemodel.options[11] = new Option("500-Class","500-Class");
		document.domesticForm.vehiclemodel.options[12] = new Option("560-Class","560-Class");
		document.domesticForm.vehiclemodel.options[13] = new Option("600-Class","600-Class");
		document.domesticForm.vehiclemodel.options[14] = new Option("C-Class","C-Class");
		document.domesticForm.vehiclemodel.options[15] = new Option("C32 AMG","C32 AMG");
		document.domesticForm.vehiclemodel.options[16] = new Option("C36 AMG","C36 AMG");
		document.domesticForm.vehiclemodel.options[17] = new Option("C43 AMG","C43 AMG");
		document.domesticForm.vehiclemodel.options[18] = new Option("C55 AMG","C55 AMG");
		document.domesticForm.vehiclemodel.options[19] = new Option("CL-Class","CL-Class");
		document.domesticForm.vehiclemodel.options[20] = new Option("CL55 AMG","CL55 AMG");
		document.domesticForm.vehiclemodel.options[21] = new Option("CL65 AMG","CL65 AMG");
		document.domesticForm.vehiclemodel.options[22] = new Option("CLK-Class","CLK-Class");
		document.domesticForm.vehiclemodel.options[23] = new Option("CLK55 AMG","CLK55 AMG");
		document.domesticForm.vehiclemodel.options[24] = new Option("CLS-Class","CLS-Class");
		document.domesticForm.vehiclemodel.options[25] = new Option("E-Class","E-Class");
		document.domesticForm.vehiclemodel.options[26] = new Option("E55 AMG","E55 AMG");
		document.domesticForm.vehiclemodel.options[27] = new Option("G-Class","G-Class");
		document.domesticForm.vehiclemodel.options[28] = new Option("G55 AMG","G55 AMG");
		document.domesticForm.vehiclemodel.options[29] = new Option("M-Class","M-Class");
		document.domesticForm.vehiclemodel.options[30] = new Option("Ml55 AMG","Ml55 AMG");
		document.domesticForm.vehiclemodel.options[31] = new Option("S-Class","S-Class");
		document.domesticForm.vehiclemodel.options[32] = new Option("S55 AMG","S55 AMG");
		document.domesticForm.vehiclemodel.options[33] = new Option("SL-Class","SL-Class");
		document.domesticForm.vehiclemodel.options[34] = new Option("SL55 AMG","SL55 AMG");
		document.domesticForm.vehiclemodel.options[35] = new Option("SL65 AMG","SL65 AMG");
		document.domesticForm.vehiclemodel.options[36] = new Option("SLK-Class","SLK-Class");
		document.domesticForm.vehiclemodel.options[37] = new Option("SLK32 AMG","SLK32 AMG");
		document.domesticForm.vehiclemodel.options[38] = new Option("SLK55 AMG","SLK55 AMG");
		document.domesticForm.vehiclemodel.options[39] = new Option("SLR McLaren","SLR McLaren");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("190-Class","190-Class");
		document.internationalForm.vehiclemodel.options[3] = new Option("240-Class","240-Class");
		document.internationalForm.vehiclemodel.options[4] = new Option("260-Class","260-Class");
		document.internationalForm.vehiclemodel.options[5] = new Option("280-Class","280-Class");
		document.internationalForm.vehiclemodel.options[6] = new Option("300-Class","300-Class");
		document.internationalForm.vehiclemodel.options[7] = new Option("350-Class","350-Class");
		document.internationalForm.vehiclemodel.options[8] = new Option("400-Class","400-Class");
		document.internationalForm.vehiclemodel.options[9] = new Option("420-Class","420-Class");
		document.internationalForm.vehiclemodel.options[10] = new Option("450-Class","450-Class");
		document.internationalForm.vehiclemodel.options[11] = new Option("500-Class","500-Class");
		document.internationalForm.vehiclemodel.options[12] = new Option("560-Class","560-Class");
		document.internationalForm.vehiclemodel.options[13] = new Option("600-Class","600-Class");
		document.internationalForm.vehiclemodel.options[14] = new Option("C-Class","C-Class");
		document.internationalForm.vehiclemodel.options[15] = new Option("C32 AMG","C32 AMG");
		document.internationalForm.vehiclemodel.options[16] = new Option("C36 AMG","C36 AMG");
		document.internationalForm.vehiclemodel.options[17] = new Option("C43 AMG","C43 AMG");
		document.internationalForm.vehiclemodel.options[18] = new Option("C55 AMG","C55 AMG");
		document.internationalForm.vehiclemodel.options[19] = new Option("CL-Class","CL-Class");
		document.internationalForm.vehiclemodel.options[20] = new Option("CL55 AMG","CL55 AMG");
		document.internationalForm.vehiclemodel.options[21] = new Option("CL65 AMG","CL65 AMG");
		document.internationalForm.vehiclemodel.options[22] = new Option("CLK-Class","CLK-Class");
		document.internationalForm.vehiclemodel.options[23] = new Option("CLK55 AMG","CLK55 AMG");
		document.internationalForm.vehiclemodel.options[24] = new Option("CLS-Class","CLS-Class");
		document.internationalForm.vehiclemodel.options[25] = new Option("E-Class","E-Class");
		document.internationalForm.vehiclemodel.options[26] = new Option("E55 AMG","E55 AMG");
		document.internationalForm.vehiclemodel.options[27] = new Option("G-Class","G-Class");
		document.internationalForm.vehiclemodel.options[28] = new Option("G55 AMG","G55 AMG");
		document.internationalForm.vehiclemodel.options[29] = new Option("M-Class","M-Class");
		document.internationalForm.vehiclemodel.options[30] = new Option("Ml55 AMG","Ml55 AMG");
		document.internationalForm.vehiclemodel.options[31] = new Option("S-Class","S-Class");
		document.internationalForm.vehiclemodel.options[32] = new Option("S55 AMG","S55 AMG");
		document.internationalForm.vehiclemodel.options[33] = new Option("SL-Class","SL-Class");
		document.internationalForm.vehiclemodel.options[34] = new Option("SL55 AMG","SL55 AMG");
		document.internationalForm.vehiclemodel.options[35] = new Option("SL65 AMG","SL65 AMG");
		document.internationalForm.vehiclemodel.options[36] = new Option("SLK-Class","SLK-Class");
		document.internationalForm.vehiclemodel.options[37] = new Option("SLK32 AMG","SLK32 AMG");
		document.internationalForm.vehiclemodel.options[38] = new Option("SLK55 AMG","SLK55 AMG");
		document.internationalForm.vehiclemodel.options[39] = new Option("SLR McLaren","SLR McLaren");
		return;
	}
	else if (selection.value == "Mercury") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Bobcat","Bobcat");
		document.domesticForm.vehiclemodel.options[3] = new Option("Capri","Capri");
		document.domesticForm.vehiclemodel.options[4] = new Option("Colony Park","Colony Park");
		document.domesticForm.vehiclemodel.options[5] = new Option("Comet","Comet");
		document.domesticForm.vehiclemodel.options[6] = new Option("Cougar","Cougar");
		document.domesticForm.vehiclemodel.options[7] = new Option("Cyclone","Cyclone");
		document.domesticForm.vehiclemodel.options[8] = new Option("Grand Marquis","Grand Marquis");
		document.domesticForm.vehiclemodel.options[9] = new Option("LN7","LN7");
		document.domesticForm.vehiclemodel.options[10] = new Option("Lynx","Lynx");
		document.domesticForm.vehiclemodel.options[11] = new Option("Marauder","Marauder");
		document.domesticForm.vehiclemodel.options[12] = new Option("Mariner","Mariner");
		document.domesticForm.vehiclemodel.options[13] = new Option("Marquis","Marquis");
		document.domesticForm.vehiclemodel.options[14] = new Option("Meteor","Meteor");
		document.domesticForm.vehiclemodel.options[15] = new Option("Milan","Milan");
		document.domesticForm.vehiclemodel.options[16] = new Option("Monarch","Monarch");
		document.domesticForm.vehiclemodel.options[17] = new Option("Monclair","Monclair");
		document.domesticForm.vehiclemodel.options[18] = new Option("Montego","Montego");
		document.domesticForm.vehiclemodel.options[19] = new Option("Monterey","Monterey");
		document.domesticForm.vehiclemodel.options[20] = new Option("Mountaineer","Mountaineer");
		document.domesticForm.vehiclemodel.options[21] = new Option("Mystique","Mystique");
		document.domesticForm.vehiclemodel.options[22] = new Option("Park Lane","Park Lane");
		document.domesticForm.vehiclemodel.options[23] = new Option("Sable","Sable");
		document.domesticForm.vehiclemodel.options[24] = new Option("Topaz","Topaz");
		document.domesticForm.vehiclemodel.options[25] = new Option("Tracer","Tracer");
		document.domesticForm.vehiclemodel.options[26] = new Option("Turnpike","Turnpike");
		document.domesticForm.vehiclemodel.options[27] = new Option("Villager","Villager");
		document.domesticForm.vehiclemodel.options[28] = new Option("Zephyr","Zephyr");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Bobcat","Bobcat");
		document.internationalForm.vehiclemodel.options[3] = new Option("Capri","Capri");
		document.internationalForm.vehiclemodel.options[4] = new Option("Colony Park","Colony Park");
		document.internationalForm.vehiclemodel.options[5] = new Option("Comet","Comet");
		document.internationalForm.vehiclemodel.options[6] = new Option("Cougar","Cougar");
		document.internationalForm.vehiclemodel.options[7] = new Option("Cyclone","Cyclone");
		document.internationalForm.vehiclemodel.options[8] = new Option("Grand Marquis","Grand Marquis");
		document.internationalForm.vehiclemodel.options[9] = new Option("LN7","LN7");
		document.internationalForm.vehiclemodel.options[10] = new Option("Lynx","Lynx");
		document.internationalForm.vehiclemodel.options[11] = new Option("Marauder","Marauder");
		document.internationalForm.vehiclemodel.options[12] = new Option("Mariner","Mariner");
		document.internationalForm.vehiclemodel.options[13] = new Option("Marquis","Marquis");
		document.internationalForm.vehiclemodel.options[14] = new Option("Meteor","Meteor");
		document.internationalForm.vehiclemodel.options[15] = new Option("Milan","Milan");
		document.internationalForm.vehiclemodel.options[16] = new Option("Monarch","Monarch");
		document.internationalForm.vehiclemodel.options[17] = new Option("Monclair","Monclair");
		document.internationalForm.vehiclemodel.options[18] = new Option("Montego","Montego");
		document.internationalForm.vehiclemodel.options[19] = new Option("Monterey","Monterey");
		document.internationalForm.vehiclemodel.options[20] = new Option("Mountaineer","Mountaineer");
		document.internationalForm.vehiclemodel.options[21] = new Option("Mystique","Mystique");
		document.internationalForm.vehiclemodel.options[22] = new Option("Park Lane","Park Lane");
		document.internationalForm.vehiclemodel.options[23] = new Option("Sable","Sable");
		document.internationalForm.vehiclemodel.options[24] = new Option("Topaz","Topaz");
		document.internationalForm.vehiclemodel.options[25] = new Option("Tracer","Tracer");
		document.internationalForm.vehiclemodel.options[26] = new Option("Turnpike","Turnpike");
		document.internationalForm.vehiclemodel.options[27] = new Option("Villager","Villager");
		document.internationalForm.vehiclemodel.options[28] = new Option("Zephyr","Zephyr");
		return;
	}
	else if (selection.value == "Merkur") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Scorpio","Scorpio");
		document.domesticForm.vehiclemodel.options[3] = new Option("XR4ti","XR4ti");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Scorpio","Scorpio");
		document.internationalForm.vehiclemodel.options[3] = new Option("XR4ti","XR4ti");
		return;
	}
	else if (selection.value == "MG") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("F","F");
		document.domesticForm.vehiclemodel.options[3] = new Option("Metro","Metro");
		document.domesticForm.vehiclemodel.options[4] = new Option("MGA","MGA");
		document.domesticForm.vehiclemodel.options[5] = new Option("MGB","MGB");
		document.domesticForm.vehiclemodel.options[6] = new Option("MGC","MGC");
		document.domesticForm.vehiclemodel.options[7] = new Option("MGF","MGF");
		document.domesticForm.vehiclemodel.options[8] = new Option("MGT","MGT");
		document.domesticForm.vehiclemodel.options[9] = new Option("MGTD","MGTD");
		document.domesticForm.vehiclemodel.options[10] = new Option("Midget","Midget");
		document.domesticForm.vehiclemodel.options[11] = new Option("RV8","RV8");
		document.domesticForm.vehiclemodel.options[12] = new Option("TA","TA");
		document.domesticForm.vehiclemodel.options[13] = new Option("TB","TB");
		document.domesticForm.vehiclemodel.options[14] = new Option("TC","TC");
		document.domesticForm.vehiclemodel.options[15] = new Option("TD","TD");
		document.domesticForm.vehiclemodel.options[16] = new Option("TF","TF");
		document.domesticForm.vehiclemodel.options[17] = new Option("X80","X80");
		document.domesticForm.vehiclemodel.options[18] = new Option("ZF","ZF");
		document.domesticForm.vehiclemodel.options[19] = new Option("ZR","ZR");
		document.domesticForm.vehiclemodel.options[20] = new Option("ZS","ZS");
		document.domesticForm.vehiclemodel.options[21] = new Option("ZT","ZT");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("F","F");
		document.internationalForm.vehiclemodel.options[3] = new Option("Metro","Metro");
		document.internationalForm.vehiclemodel.options[4] = new Option("MGA","MGA");
		document.internationalForm.vehiclemodel.options[5] = new Option("MGB","MGB");
		document.internationalForm.vehiclemodel.options[6] = new Option("MGC","MGC");
		document.internationalForm.vehiclemodel.options[7] = new Option("MGF","MGF");
		document.internationalForm.vehiclemodel.options[8] = new Option("MGT","MGT");
		document.internationalForm.vehiclemodel.options[9] = new Option("MGTD","MGTD");
		document.internationalForm.vehiclemodel.options[10] = new Option("Midget","Midget");
		document.internationalForm.vehiclemodel.options[11] = new Option("RV8","RV8");
		document.internationalForm.vehiclemodel.options[12] = new Option("TA","TA");
		document.internationalForm.vehiclemodel.options[13] = new Option("TB","TB");
		document.internationalForm.vehiclemodel.options[14] = new Option("TC","TC");
		document.internationalForm.vehiclemodel.options[15] = new Option("TD","TD");
		document.internationalForm.vehiclemodel.options[16] = new Option("TF","TF");
		document.internationalForm.vehiclemodel.options[17] = new Option("X80","X80");
		document.internationalForm.vehiclemodel.options[18] = new Option("ZF","ZF");
		document.internationalForm.vehiclemodel.options[19] = new Option("ZR","ZR");
		document.internationalForm.vehiclemodel.options[20] = new Option("ZS","ZS");
		document.internationalForm.vehiclemodel.options[21] = new Option("ZT","ZT");
		return;
	}
	else if (selection.value == "Mini") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("3000GT","3000GT");
		document.domesticForm.vehiclemodel.options[3] = new Option("ClassIC","ClassIC");
		document.domesticForm.vehiclemodel.options[4] = new Option("Cooper","Cooper");
		document.domesticForm.vehiclemodel.options[5] = new Option("Cooper Convertible","Cooper Convertible");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("3000GT","3000GT");
		document.internationalForm.vehiclemodel.options[3] = new Option("ClassIC","ClassIC");
		document.internationalForm.vehiclemodel.options[4] = new Option("Cooper","Cooper");
		document.internationalForm.vehiclemodel.options[5] = new Option("Cooper Convertible","Cooper Convertible");
		return;
	}
	else if (selection.value == "Mitsubishi") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("3000GT","3000GT");
		document.domesticForm.vehiclemodel.options[3] = new Option("Challenger","Challenger");
		document.domesticForm.vehiclemodel.options[4] = new Option("Colt","Colt");
		document.domesticForm.vehiclemodel.options[5] = new Option("Conquest","Conquest");
		document.domesticForm.vehiclemodel.options[6] = new Option("Cordia","Cordia");
		document.domesticForm.vehiclemodel.options[7] = new Option("Diamante","Diamante");
		document.domesticForm.vehiclemodel.options[8] = new Option("Eclipse","Eclipse");
		document.domesticForm.vehiclemodel.options[9] = new Option("Eclipse Spyder","Eclipse Spyder");
		document.domesticForm.vehiclemodel.options[10] = new Option("Endeavor","Endeavor");
		document.domesticForm.vehiclemodel.options[11] = new Option("Evolution","Evolution");
		document.domesticForm.vehiclemodel.options[12] = new Option("Expo","Expo");
		document.domesticForm.vehiclemodel.options[13] = new Option("Express","Express");
		document.domesticForm.vehiclemodel.options[14] = new Option("Galant","Galant");
		document.domesticForm.vehiclemodel.options[15] = new Option("Grandis","Grandis");
		document.domesticForm.vehiclemodel.options[16] = new Option("L200/Pickup","L200/Pickup");
		document.domesticForm.vehiclemodel.options[17] = new Option("L300","L300");
		document.domesticForm.vehiclemodel.options[18] = new Option("L400","L400");
		document.domesticForm.vehiclemodel.options[19] = new Option("Lancer","Lancer");
		document.domesticForm.vehiclemodel.options[20] = new Option("Lancer Sportback","Lancer Sportback");
		document.domesticForm.vehiclemodel.options[21] = new Option("Mighty Max","Mighty Max");
		document.domesticForm.vehiclemodel.options[22] = new Option("Mighty Max Pickup","Mighty Max Pickup");
		document.domesticForm.vehiclemodel.options[23] = new Option("Mirage","Mirage");
		document.domesticForm.vehiclemodel.options[24] = new Option("Montero","Montero");
		document.domesticForm.vehiclemodel.options[25] = new Option("Montero Sport","Montero Sport");
		document.domesticForm.vehiclemodel.options[26] = new Option("Outlander","Outlander");
		document.domesticForm.vehiclemodel.options[27] = new Option("Precis","Precis");
		document.domesticForm.vehiclemodel.options[28] = new Option("Raider","Raider");
		document.domesticForm.vehiclemodel.options[29] = new Option("Sigma","Sigma");
		document.domesticForm.vehiclemodel.options[30] = new Option("Starion","Starion");
		document.domesticForm.vehiclemodel.options[31] = new Option("Tradia","Tradia");
		document.domesticForm.vehiclemodel.options[32] = new Option("Truck","Truck");
		document.domesticForm.vehiclemodel.options[33] = new Option("Vanwagon","Vanwagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("3000GT","3000GT");
		document.internationalForm.vehiclemodel.options[3] = new Option("Challenger","Challenger");
		document.internationalForm.vehiclemodel.options[4] = new Option("Colt","Colt");
		document.internationalForm.vehiclemodel.options[5] = new Option("Conquest","Conquest");
		document.internationalForm.vehiclemodel.options[6] = new Option("Cordia","Cordia");
		document.internationalForm.vehiclemodel.options[7] = new Option("Diamante","Diamante");
		document.internationalForm.vehiclemodel.options[8] = new Option("Eclipse","Eclipse");
		document.internationalForm.vehiclemodel.options[9] = new Option("Eclipse Spyder","Eclipse Spyder");
		document.internationalForm.vehiclemodel.options[10] = new Option("Endeavor","Endeavor");
		document.internationalForm.vehiclemodel.options[11] = new Option("Evolution","Evolution");
		document.internationalForm.vehiclemodel.options[12] = new Option("Expo","Expo");
		document.internationalForm.vehiclemodel.options[13] = new Option("Express","Express");
		document.internationalForm.vehiclemodel.options[14] = new Option("Galant","Galant");
		document.internationalForm.vehiclemodel.options[15] = new Option("Grandis","Grandis");
		document.internationalForm.vehiclemodel.options[16] = new Option("L200/Pickup","L200/Pickup");
		document.internationalForm.vehiclemodel.options[17] = new Option("L300","L300");
		document.internationalForm.vehiclemodel.options[18] = new Option("L400","L400");
		document.internationalForm.vehiclemodel.options[19] = new Option("Lancer","Lancer");
		document.internationalForm.vehiclemodel.options[20] = new Option("Lancer Sportback","Lancer Sportback");
		document.internationalForm.vehiclemodel.options[21] = new Option("Mighty Max","Mighty Max");
		document.internationalForm.vehiclemodel.options[22] = new Option("Mighty Max Pickup","Mighty Max Pickup");
		document.internationalForm.vehiclemodel.options[23] = new Option("Mirage","Mirage");
		document.internationalForm.vehiclemodel.options[24] = new Option("Montero","Montero");
		document.internationalForm.vehiclemodel.options[25] = new Option("Montero Sport","Montero Sport");
		document.internationalForm.vehiclemodel.options[26] = new Option("Outlander","Outlander");
		document.internationalForm.vehiclemodel.options[27] = new Option("Precis","Precis");
		document.internationalForm.vehiclemodel.options[28] = new Option("Raider","Raider");
		document.internationalForm.vehiclemodel.options[29] = new Option("Sigma","Sigma");
		document.internationalForm.vehiclemodel.options[30] = new Option("Starion","Starion");
		document.internationalForm.vehiclemodel.options[31] = new Option("Tradia","Tradia");
		document.internationalForm.vehiclemodel.options[32] = new Option("Truck","Truck");
		document.internationalForm.vehiclemodel.options[33] = new Option("Vanwagon","Vanwagon");
		return;
	}
	else if (selection.value == "Morris") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("J","J");
		document.domesticForm.vehiclemodel.options[3] = new Option("Minor","Minor");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("J","J");
		document.internationalForm.vehiclemodel.options[3] = new Option("Minor","Minor");
		return;
	}
	else if (selection.value == "Nash") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("800 Series","800 Series");
		document.domesticForm.vehiclemodel.options[3] = new Option("Ambassador","Ambassador");
		document.domesticForm.vehiclemodel.options[4] = new Option("Metropolitan","Metropolitan");
		document.domesticForm.vehiclemodel.options[5] = new Option("Rambler","Rambler");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("800 Series","800 Series");
		document.internationalForm.vehiclemodel.options[3] = new Option("Ambassador","Ambassador");
		document.internationalForm.vehiclemodel.options[4] = new Option("Metropolitan","Metropolitan");
		document.internationalForm.vehiclemodel.options[5] = new Option("Rambler","Rambler");
		return;
	}
	else if (selection.value == "Nissan") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("100NX","100NX");
		document.domesticForm.vehiclemodel.options[3] = new Option("200SX","200SX");
		document.domesticForm.vehiclemodel.options[4] = new Option("240SX","240SX");
		document.domesticForm.vehiclemodel.options[5] = new Option("240Z","240Z");
		document.domesticForm.vehiclemodel.options[6] = new Option("260Z","260Z");
		document.domesticForm.vehiclemodel.options[7] = new Option("280ZX","280ZX");
		document.domesticForm.vehiclemodel.options[8] = new Option("300ZX","300ZX");
		document.domesticForm.vehiclemodel.options[9] = new Option("350Z","350Z");
		document.domesticForm.vehiclemodel.options[10] = new Option("Altima","Altima");
		document.domesticForm.vehiclemodel.options[11] = new Option("Armada","Armada");
		document.domesticForm.vehiclemodel.options[12] = new Option("Axxess","Axxess");
		document.domesticForm.vehiclemodel.options[13] = new Option("Frontier","Frontier");
		document.domesticForm.vehiclemodel.options[14] = new Option("King Cab","King Cab");
		document.domesticForm.vehiclemodel.options[15] = new Option("Maxima","Maxima");
		document.domesticForm.vehiclemodel.options[16] = new Option("Murano","Murano");
		document.domesticForm.vehiclemodel.options[17] = new Option("NX","NX");
		document.domesticForm.vehiclemodel.options[18] = new Option("Pathfinder","Pathfinder");
		document.domesticForm.vehiclemodel.options[19] = new Option("Patrol","Patrol");
		document.domesticForm.vehiclemodel.options[20] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[21] = new Option("Pulsar","Pulsar");
		document.domesticForm.vehiclemodel.options[22] = new Option("Quest","Quest");
		document.domesticForm.vehiclemodel.options[23] = new Option("Sentra","Sentra");
		document.domesticForm.vehiclemodel.options[24] = new Option("Stanza","Stanza");
		document.domesticForm.vehiclemodel.options[25] = new Option("Titan","Titan");
		document.domesticForm.vehiclemodel.options[26] = new Option("Van","Van");
		document.domesticForm.vehiclemodel.options[27] = new Option("Versa","Versa");
		document.domesticForm.vehiclemodel.options[28] = new Option("X-Trail","X-Trail");
		document.domesticForm.vehiclemodel.options[29] = new Option("XTerra","XTerra");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("100NX","100NX");
		document.internationalForm.vehiclemodel.options[3] = new Option("200SX","200SX");
		document.internationalForm.vehiclemodel.options[4] = new Option("240SX","240SX");
		document.internationalForm.vehiclemodel.options[5] = new Option("240Z","240Z");
		document.internationalForm.vehiclemodel.options[6] = new Option("260Z","260Z");
		document.internationalForm.vehiclemodel.options[7] = new Option("280ZX","280ZX");
		document.internationalForm.vehiclemodel.options[8] = new Option("300ZX","300ZX");
		document.internationalForm.vehiclemodel.options[9] = new Option("350Z","350Z");
		document.internationalForm.vehiclemodel.options[10] = new Option("Altima","Altima");
		document.internationalForm.vehiclemodel.options[11] = new Option("Armada","Armada");
		document.internationalForm.vehiclemodel.options[12] = new Option("Axxess","Axxess");
		document.internationalForm.vehiclemodel.options[13] = new Option("Frontier","Frontier");
		document.internationalForm.vehiclemodel.options[14] = new Option("King Cab","King Cab");
		document.internationalForm.vehiclemodel.options[15] = new Option("Maxima","Maxima");
		document.internationalForm.vehiclemodel.options[16] = new Option("Murano","Murano");
		document.internationalForm.vehiclemodel.options[17] = new Option("NX","NX");
		document.internationalForm.vehiclemodel.options[18] = new Option("Pathfinder","Pathfinder");
		document.internationalForm.vehiclemodel.options[19] = new Option("Patrol","Patrol");
		document.internationalForm.vehiclemodel.options[20] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[21] = new Option("Pulsar","Pulsar");
		document.internationalForm.vehiclemodel.options[22] = new Option("Quest","Quest");
		document.internationalForm.vehiclemodel.options[23] = new Option("Sentra","Sentra");
		document.internationalForm.vehiclemodel.options[24] = new Option("Stanza","Stanza");
		document.internationalForm.vehiclemodel.options[25] = new Option("Titan","Titan");
		document.internationalForm.vehiclemodel.options[26] = new Option("Van","Van");
		document.internationalForm.vehiclemodel.options[27] = new Option("Versa","Versa");
		document.internationalForm.vehiclemodel.options[28] = new Option("X-Trail","X-Trail");
		document.internationalForm.vehiclemodel.options[29] = new Option("XTerra","XTerra");
		return;
	}
	else if (selection.value == "Oldsmobile") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("442","442");
		document.domesticForm.vehiclemodel.options[3] = new Option("Achieva","Achieva");
		document.domesticForm.vehiclemodel.options[4] = new Option("Alero","Alero");
		document.domesticForm.vehiclemodel.options[5] = new Option("Aurora","Aurora");
		document.domesticForm.vehiclemodel.options[6] = new Option("Bravada","Bravada");
		document.domesticForm.vehiclemodel.options[7] = new Option("Calais","Calais");
		document.domesticForm.vehiclemodel.options[8] = new Option("Ciera","Ciera");
		document.domesticForm.vehiclemodel.options[9] = new Option("Custom Cruiser","Custom Cruiser");
		document.domesticForm.vehiclemodel.options[10] = new Option("Cutlass","Cutlass");
		document.domesticForm.vehiclemodel.options[11] = new Option("Cutlass Calais","Cutlass Calais");
		document.domesticForm.vehiclemodel.options[12] = new Option("Cutlass Ciera","Cutlass Ciera");
		document.domesticForm.vehiclemodel.options[13] = new Option("Cutlass Cruiser","Cutlass Cruiser");
		document.domesticForm.vehiclemodel.options[14] = new Option("Cutlass Salon","Cutlass Salon");
		document.domesticForm.vehiclemodel.options[15] = new Option("Cutlass Sedan","Cutlass Sedan");
		document.domesticForm.vehiclemodel.options[16] = new Option("Cutlass Supreme","Cutlass Supreme");
		document.domesticForm.vehiclemodel.options[17] = new Option("Delta 88","Delta 88");
		document.domesticForm.vehiclemodel.options[18] = new Option("Eighty-Eight","Eighty-Eight");
		document.domesticForm.vehiclemodel.options[19] = new Option("Firenza","Firenza");
		document.domesticForm.vehiclemodel.options[20] = new Option("Intrigue","Intrigue");
		document.domesticForm.vehiclemodel.options[21] = new Option("LSS","LSS");
		document.domesticForm.vehiclemodel.options[22] = new Option("Ninety-Eight","Ninety-Eight");
		document.domesticForm.vehiclemodel.options[23] = new Option("Omega","Omega");
		document.domesticForm.vehiclemodel.options[24] = new Option("Regency","Regency");
		document.domesticForm.vehiclemodel.options[25] = new Option("Regency 98","Regency 98");
		document.domesticForm.vehiclemodel.options[26] = new Option("Silhouette","Silhouette");
		document.domesticForm.vehiclemodel.options[27] = new Option("Starfire","Starfire");
		document.domesticForm.vehiclemodel.options[28] = new Option("Toronado","Toronado");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("442","442");
		document.internationalForm.vehiclemodel.options[3] = new Option("Achieva","Achieva");
		document.internationalForm.vehiclemodel.options[4] = new Option("Alero","Alero");
		document.internationalForm.vehiclemodel.options[5] = new Option("Aurora","Aurora");
		document.internationalForm.vehiclemodel.options[6] = new Option("Bravada","Bravada");
		document.internationalForm.vehiclemodel.options[7] = new Option("Calais","Calais");
		document.internationalForm.vehiclemodel.options[8] = new Option("Ciera","Ciera");
		document.internationalForm.vehiclemodel.options[9] = new Option("Custom Cruiser","Custom Cruiser");
		document.internationalForm.vehiclemodel.options[10] = new Option("Cutlass","Cutlass");
		document.internationalForm.vehiclemodel.options[11] = new Option("Cutlass Calais","Cutlass Calais");
		document.internationalForm.vehiclemodel.options[12] = new Option("Cutlass Ciera","Cutlass Ciera");
		document.internationalForm.vehiclemodel.options[13] = new Option("Cutlass Cruiser","Cutlass Cruiser");
		document.internationalForm.vehiclemodel.options[14] = new Option("Cutlass Salon","Cutlass Salon");
		document.internationalForm.vehiclemodel.options[15] = new Option("Cutlass Sedan","Cutlass Sedan");
		document.internationalForm.vehiclemodel.options[16] = new Option("Cutlass Supreme","Cutlass Supreme");
		document.internationalForm.vehiclemodel.options[17] = new Option("Delta 88","Delta 88");
		document.internationalForm.vehiclemodel.options[18] = new Option("Eighty-Eight","Eighty-Eight");
		document.internationalForm.vehiclemodel.options[19] = new Option("Firenza","Firenza");
		document.internationalForm.vehiclemodel.options[20] = new Option("Intrigue","Intrigue");
		document.internationalForm.vehiclemodel.options[21] = new Option("LSS","LSS");
		document.internationalForm.vehiclemodel.options[22] = new Option("Ninety-Eight","Ninety-Eight");
		document.internationalForm.vehiclemodel.options[23] = new Option("Omega","Omega");
		document.internationalForm.vehiclemodel.options[24] = new Option("Regency","Regency");
		document.internationalForm.vehiclemodel.options[25] = new Option("Regency 98","Regency 98");
		document.internationalForm.vehiclemodel.options[26] = new Option("Silhouette","Silhouette");
		document.internationalForm.vehiclemodel.options[27] = new Option("Starfire","Starfire");
		document.internationalForm.vehiclemodel.options[28] = new Option("Toronado","Toronado");
		return;
	}
	else if (selection.value == "Opel") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Agila","Agila");
		document.domesticForm.vehiclemodel.options[3] = new Option("Ascona","Ascona");
		document.domesticForm.vehiclemodel.options[4] = new Option("Astra","Astra");
		document.domesticForm.vehiclemodel.options[5] = new Option("Calibra","Calibra");
		document.domesticForm.vehiclemodel.options[6] = new Option("Campo","Campo");
		document.domesticForm.vehiclemodel.options[7] = new Option("Combo","Combo");
		document.domesticForm.vehiclemodel.options[8] = new Option("Commodore","Commodore");
		document.domesticForm.vehiclemodel.options[9] = new Option("Corsa","Corsa");
		document.domesticForm.vehiclemodel.options[10] = new Option("Frontera","Frontera");
		document.domesticForm.vehiclemodel.options[11] = new Option("Kadette","Kadette");
		document.domesticForm.vehiclemodel.options[12] = new Option("Meriva","Meriva");
		document.domesticForm.vehiclemodel.options[13] = new Option("Monterey","Monterey");
		document.domesticForm.vehiclemodel.options[14] = new Option("Movano","Movano");
		document.domesticForm.vehiclemodel.options[15] = new Option("Omega","Omega");
		document.domesticForm.vehiclemodel.options[16] = new Option("Rekord","Rekord");
		document.domesticForm.vehiclemodel.options[17] = new Option("Senator","Senator");
		document.domesticForm.vehiclemodel.options[18] = new Option("Signum","Signum");
		document.domesticForm.vehiclemodel.options[19] = new Option("Sintra","Sintra");
		document.domesticForm.vehiclemodel.options[20] = new Option("Tigra","Tigra");
		document.domesticForm.vehiclemodel.options[21] = new Option("Vectra","Vectra");
		document.domesticForm.vehiclemodel.options[22] = new Option("Vectra B","Vectra B");
		document.domesticForm.vehiclemodel.options[23] = new Option("Vectra C","Vectra C");
		document.domesticForm.vehiclemodel.options[24] = new Option("Vivaro","Vivaro");
		document.domesticForm.vehiclemodel.options[25] = new Option("Zafira","Zafira");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Agila","Agila");
		document.internationalForm.vehiclemodel.options[3] = new Option("Ascona","Ascona");
		document.internationalForm.vehiclemodel.options[4] = new Option("Astra","Astra");
		document.internationalForm.vehiclemodel.options[5] = new Option("Calibra","Calibra");
		document.internationalForm.vehiclemodel.options[6] = new Option("Campo","Campo");
		document.internationalForm.vehiclemodel.options[7] = new Option("Combo","Combo");
		document.internationalForm.vehiclemodel.options[8] = new Option("Commodore","Commodore");
		document.internationalForm.vehiclemodel.options[9] = new Option("Corsa","Corsa");
		document.internationalForm.vehiclemodel.options[10] = new Option("Frontera","Frontera");
		document.internationalForm.vehiclemodel.options[11] = new Option("Kadette","Kadette");
		document.internationalForm.vehiclemodel.options[12] = new Option("Meriva","Meriva");
		document.internationalForm.vehiclemodel.options[13] = new Option("Monterey","Monterey");
		document.internationalForm.vehiclemodel.options[14] = new Option("Movano","Movano");
		document.internationalForm.vehiclemodel.options[15] = new Option("Omega","Omega");
		document.internationalForm.vehiclemodel.options[16] = new Option("Rekord","Rekord");
		document.internationalForm.vehiclemodel.options[17] = new Option("Senator","Senator");
		document.internationalForm.vehiclemodel.options[18] = new Option("Signum","Signum");
		document.internationalForm.vehiclemodel.options[19] = new Option("Sintra","Sintra");
		document.internationalForm.vehiclemodel.options[20] = new Option("Tigra","Tigra");
		document.internationalForm.vehiclemodel.options[21] = new Option("Vectra","Vectra");
		document.internationalForm.vehiclemodel.options[22] = new Option("Vectra B","Vectra B");
		document.internationalForm.vehiclemodel.options[23] = new Option("Vectra C","Vectra C");
		document.internationalForm.vehiclemodel.options[24] = new Option("Vivaro","Vivaro");
		document.internationalForm.vehiclemodel.options[25] = new Option("Zafira","Zafira");
		return;
	}
	else if (selection.value == "Packard") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("120","120");
		document.domesticForm.vehiclemodel.options[3] = new Option("300","300");
		document.domesticForm.vehiclemodel.options[4] = new Option("Caribbean","Caribbean");
		document.domesticForm.vehiclemodel.options[5] = new Option("Clipper","Clipper");
		document.domesticForm.vehiclemodel.options[6] = new Option("Convertible","Convertible");
		document.domesticForm.vehiclemodel.options[7] = new Option("Eight","Eight");
		document.domesticForm.vehiclemodel.options[8] = new Option("Pan American","Pan American");
		document.domesticForm.vehiclemodel.options[9] = new Option("Patrician","Patrician");
		document.domesticForm.vehiclemodel.options[10] = new Option("Predictor","Predictor");
		document.domesticForm.vehiclemodel.options[11] = new Option("Series 250","Series 250");
		document.domesticForm.vehiclemodel.options[12] = new Option("Series 400","Series 400");
		document.domesticForm.vehiclemodel.options[13] = new Option("Twelve","Twelve");
		document.domesticForm.vehiclemodel.options[14] = new Option("Victoria","Victoria");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("120","120");
		document.internationalForm.vehiclemodel.options[3] = new Option("300","300");
		document.internationalForm.vehiclemodel.options[4] = new Option("Caribbean","Caribbean");
		document.internationalForm.vehiclemodel.options[5] = new Option("Clipper","Clipper");
		document.internationalForm.vehiclemodel.options[6] = new Option("Convertible","Convertible");
		document.internationalForm.vehiclemodel.options[7] = new Option("Eight","Eight");
		document.internationalForm.vehiclemodel.options[8] = new Option("Pan American","Pan American");
		document.internationalForm.vehiclemodel.options[9] = new Option("Patrician","Patrician");
		document.internationalForm.vehiclemodel.options[10] = new Option("Predictor","Predictor");
		document.internationalForm.vehiclemodel.options[11] = new Option("Series 250","Series 250");
		document.internationalForm.vehiclemodel.options[12] = new Option("Series 400","Series 400");
		document.internationalForm.vehiclemodel.options[13] = new Option("Twelve","Twelve");
		document.internationalForm.vehiclemodel.options[14] = new Option("Victoria","Victoria");
		return;
	}
	else if (selection.value == "Peugeot") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("1007","1007");
		document.domesticForm.vehiclemodel.options[3] = new Option("106","106");
		document.domesticForm.vehiclemodel.options[4] = new Option("107","107");
		document.domesticForm.vehiclemodel.options[5] = new Option("205","205");
		document.domesticForm.vehiclemodel.options[6] = new Option("206","206");
		document.domesticForm.vehiclemodel.options[7] = new Option("306","306");
		document.domesticForm.vehiclemodel.options[8] = new Option("307","307");
		document.domesticForm.vehiclemodel.options[9] = new Option("307 SW","307 SW");
		document.domesticForm.vehiclemodel.options[10] = new Option("309","309");
		document.domesticForm.vehiclemodel.options[11] = new Option("405","405");
		document.domesticForm.vehiclemodel.options[12] = new Option("406","406");
		document.domesticForm.vehiclemodel.options[13] = new Option("407","407");
		document.domesticForm.vehiclemodel.options[14] = new Option("500 Series","500 Series");
		document.domesticForm.vehiclemodel.options[15] = new Option("504","504");
		document.domesticForm.vehiclemodel.options[16] = new Option("505","505");
		document.domesticForm.vehiclemodel.options[17] = new Option("604","604");
		document.domesticForm.vehiclemodel.options[18] = new Option("605","605");
		document.domesticForm.vehiclemodel.options[19] = new Option("607","607");
		document.domesticForm.vehiclemodel.options[20] = new Option("806","806");
		document.domesticForm.vehiclemodel.options[21] = new Option("807","807");
		document.domesticForm.vehiclemodel.options[22] = new Option("Boxer","Boxer");
		document.domesticForm.vehiclemodel.options[23] = new Option("Expert","Expert");
		document.domesticForm.vehiclemodel.options[24] = new Option("J5","J5");
		document.domesticForm.vehiclemodel.options[25] = new Option("Partner","Partner");
		document.domesticForm.vehiclemodel.options[26] = new Option("SW8","SW8");
		document.domesticForm.vehiclemodel.options[27] = new Option("Wagon","Wagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("1007","1007");
		document.internationalForm.vehiclemodel.options[3] = new Option("106","106");
		document.internationalForm.vehiclemodel.options[4] = new Option("107","107");
		document.internationalForm.vehiclemodel.options[5] = new Option("205","205");
		document.internationalForm.vehiclemodel.options[6] = new Option("206","206");
		document.internationalForm.vehiclemodel.options[7] = new Option("306","306");
		document.internationalForm.vehiclemodel.options[8] = new Option("307","307");
		document.internationalForm.vehiclemodel.options[9] = new Option("307 SW","307 SW");
		document.internationalForm.vehiclemodel.options[10] = new Option("309","309");
		document.internationalForm.vehiclemodel.options[11] = new Option("405","405");
		document.internationalForm.vehiclemodel.options[12] = new Option("406","406");
		document.internationalForm.vehiclemodel.options[13] = new Option("407","407");
		document.internationalForm.vehiclemodel.options[14] = new Option("500 Series","500 Series");
		document.internationalForm.vehiclemodel.options[15] = new Option("504","504");
		document.internationalForm.vehiclemodel.options[16] = new Option("505","505");
		document.internationalForm.vehiclemodel.options[17] = new Option("604","604");
		document.internationalForm.vehiclemodel.options[18] = new Option("605","605");
		document.internationalForm.vehiclemodel.options[19] = new Option("607","607");
		document.internationalForm.vehiclemodel.options[20] = new Option("806","806");
		document.internationalForm.vehiclemodel.options[21] = new Option("807","807");
		document.internationalForm.vehiclemodel.options[22] = new Option("Boxer","Boxer");
		document.internationalForm.vehiclemodel.options[23] = new Option("Expert","Expert");
		document.internationalForm.vehiclemodel.options[24] = new Option("J5","J5");
		document.internationalForm.vehiclemodel.options[25] = new Option("Partner","Partner");
		document.internationalForm.vehiclemodel.options[26] = new Option("SW8","SW8");
		document.internationalForm.vehiclemodel.options[27] = new Option("Wagon","Wagon");
		return;
	}
	else if (selection.value == "Plymoth") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Acclaim","Acclaim");
		document.domesticForm.vehiclemodel.options[3] = new Option("Arrow","Arrow");
		document.domesticForm.vehiclemodel.options[4] = new Option("ARROW Pickup","ARROW Pickup");
		document.domesticForm.vehiclemodel.options[5] = new Option("Barracuda","Barracuda");
		document.domesticForm.vehiclemodel.options[6] = new Option("Belvedere","Belvedere");
		document.domesticForm.vehiclemodel.options[7] = new Option("Breeze","Breeze");
		document.domesticForm.vehiclemodel.options[8] = new Option("Caravelle","Caravelle");
		document.domesticForm.vehiclemodel.options[9] = new Option("Champ","Champ");
		document.domesticForm.vehiclemodel.options[10] = new Option("Colt","Colt");
		document.domesticForm.vehiclemodel.options[11] = new Option("Coupe","Coupe");
		document.domesticForm.vehiclemodel.options[12] = new Option("Duster","Duster");
		document.domesticForm.vehiclemodel.options[13] = new Option("Expo","Expo");
		document.domesticForm.vehiclemodel.options[14] = new Option("Fury","Fury");
		document.domesticForm.vehiclemodel.options[15] = new Option("Grand Fury","Grand Fury");
		document.domesticForm.vehiclemodel.options[16] = new Option("Grand Voyager","Grand Voyager");
		document.domesticForm.vehiclemodel.options[17] = new Option("Horizon","Horizon");
		document.domesticForm.vehiclemodel.options[18] = new Option("Horizon TC3","Horizon TC3");
		document.domesticForm.vehiclemodel.options[19] = new Option("Lazer","Lazer");
		document.domesticForm.vehiclemodel.options[20] = new Option("Le Baron","Le Baron");
		document.domesticForm.vehiclemodel.options[21] = new Option("Neon","Neon");
		document.domesticForm.vehiclemodel.options[22] = new Option("Prowler","Prowler");
		document.domesticForm.vehiclemodel.options[23] = new Option("Reliant K","Reliant K");
		document.domesticForm.vehiclemodel.options[24] = new Option("Road Runner","Road Runner");
		document.domesticForm.vehiclemodel.options[25] = new Option("Satellite","Satellite");
		document.domesticForm.vehiclemodel.options[26] = new Option("Scamp","Scamp");
		document.domesticForm.vehiclemodel.options[27] = new Option("Sundance","Sundance");
		document.domesticForm.vehiclemodel.options[28] = new Option("TC3","TC3");
		document.domesticForm.vehiclemodel.options[29] = new Option("Trailduster","Trailduster");
		document.domesticForm.vehiclemodel.options[30] = new Option("Turismo","Turismo");
		document.domesticForm.vehiclemodel.options[31] = new Option("Volare","Volare");
		document.domesticForm.vehiclemodel.options[32] = new Option("Voyager","Voyager");
		document.domesticForm.vehiclemodel.options[33] = new Option("Voyager Wagon","Voyager Wagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Acclaim","Acclaim");
		document.internationalForm.vehiclemodel.options[3] = new Option("Arrow","Arrow");
		document.internationalForm.vehiclemodel.options[4] = new Option("ARROW Pickup","ARROW Pickup");
		document.internationalForm.vehiclemodel.options[5] = new Option("Barracuda","Barracuda");
		document.internationalForm.vehiclemodel.options[6] = new Option("Belvedere","Belvedere");
		document.internationalForm.vehiclemodel.options[7] = new Option("Breeze","Breeze");
		document.internationalForm.vehiclemodel.options[8] = new Option("Caravelle","Caravelle");
		document.internationalForm.vehiclemodel.options[9] = new Option("Champ","Champ");
		document.internationalForm.vehiclemodel.options[10] = new Option("Colt","Colt");
		document.internationalForm.vehiclemodel.options[11] = new Option("Coupe","Coupe");
		document.internationalForm.vehiclemodel.options[12] = new Option("Duster","Duster");
		document.internationalForm.vehiclemodel.options[13] = new Option("Expo","Expo");
		document.internationalForm.vehiclemodel.options[14] = new Option("Fury","Fury");
		document.internationalForm.vehiclemodel.options[15] = new Option("Grand Fury","Grand Fury");
		document.internationalForm.vehiclemodel.options[16] = new Option("Grand Voyager","Grand Voyager");
		document.internationalForm.vehiclemodel.options[17] = new Option("Horizon","Horizon");
		document.internationalForm.vehiclemodel.options[18] = new Option("Horizon TC3","Horizon TC3");
		document.internationalForm.vehiclemodel.options[19] = new Option("Lazer","Lazer");
		document.internationalForm.vehiclemodel.options[20] = new Option("Le Baron","Le Baron");
		document.internationalForm.vehiclemodel.options[21] = new Option("Neon","Neon");
		document.internationalForm.vehiclemodel.options[22] = new Option("Prowler","Prowler");
		document.internationalForm.vehiclemodel.options[23] = new Option("Reliant K","Reliant K");
		document.internationalForm.vehiclemodel.options[24] = new Option("Road Runner","Road Runner");
		document.internationalForm.vehiclemodel.options[25] = new Option("Satellite","Satellite");
		document.internationalForm.vehiclemodel.options[26] = new Option("Scamp","Scamp");
		document.internationalForm.vehiclemodel.options[27] = new Option("Sundance","Sundance");
		document.internationalForm.vehiclemodel.options[28] = new Option("TC3","TC3");
		document.internationalForm.vehiclemodel.options[29] = new Option("Trailduster","Trailduster");
		document.internationalForm.vehiclemodel.options[30] = new Option("Turismo","Turismo");
		document.internationalForm.vehiclemodel.options[31] = new Option("Volare","Volare");
		document.internationalForm.vehiclemodel.options[32] = new Option("Voyager","Voyager");
		document.internationalForm.vehiclemodel.options[33] = new Option("Voyager Wagon","Voyager Wagon");
		return;
	}
	else if (selection.value == "Pontiac") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("1000","1000");
		document.domesticForm.vehiclemodel.options[3] = new Option("2000","2000");
		document.domesticForm.vehiclemodel.options[4] = new Option("6000","6000");
		document.domesticForm.vehiclemodel.options[5] = new Option("Acadian","Acadian");
		document.domesticForm.vehiclemodel.options[6] = new Option("Astre","Astre");
		document.domesticForm.vehiclemodel.options[7] = new Option("Aztek","Aztek");
		document.domesticForm.vehiclemodel.options[8] = new Option("Bonneville","Bonneville");
		document.domesticForm.vehiclemodel.options[9] = new Option("Catalina","Catalina");
		document.domesticForm.vehiclemodel.options[10] = new Option("Fiero","Fiero");
		document.domesticForm.vehiclemodel.options[11] = new Option("Firebird","Firebird");
		document.domesticForm.vehiclemodel.options[12] = new Option("Firefly","Firefly");
		document.domesticForm.vehiclemodel.options[13] = new Option("Fleetleader","Fleetleader");
		document.domesticForm.vehiclemodel.options[14] = new Option("Formula","Formula");
		document.domesticForm.vehiclemodel.options[15] = new Option("G5","G5");
		document.domesticForm.vehiclemodel.options[16] = new Option("G6","G6");
		document.domesticForm.vehiclemodel.options[17] = new Option("Grand Am","Grand Am");
		document.domesticForm.vehiclemodel.options[18] = new Option("Grand Le Mans","Grand Le Mans");
		document.domesticForm.vehiclemodel.options[19] = new Option("Grand Prix","Grand Prix");
		document.domesticForm.vehiclemodel.options[20] = new Option("GTO","GTO");
		document.domesticForm.vehiclemodel.options[21] = new Option("Le Mans","Le Mans");
		document.domesticForm.vehiclemodel.options[22] = new Option("Montana","Montana");
		document.domesticForm.vehiclemodel.options[23] = new Option("Montana SV6","Montana SV6");
		document.domesticForm.vehiclemodel.options[24] = new Option("Parisienne","Parisienne");
		document.domesticForm.vehiclemodel.options[25] = new Option("Phoenix","Phoenix");
		document.domesticForm.vehiclemodel.options[26] = new Option("Safari","Safari");
		document.domesticForm.vehiclemodel.options[27] = new Option("Solstice","Solstice");
		document.domesticForm.vehiclemodel.options[28] = new Option("Sunbird","Sunbird");
		document.domesticForm.vehiclemodel.options[29] = new Option("Sunfire","Sunfire");
		document.domesticForm.vehiclemodel.options[30] = new Option("T1000","T1000");
		document.domesticForm.vehiclemodel.options[31] = new Option("Tempest","Tempest");
		document.domesticForm.vehiclemodel.options[32] = new Option("Torrent","Torrent");
		document.domesticForm.vehiclemodel.options[33] = new Option("Trans Am","Trans Am");
		document.domesticForm.vehiclemodel.options[34] = new Option("Trans Sport","Trans Sport");
		document.domesticForm.vehiclemodel.options[35] = new Option("Ventura","Ventura");
		document.domesticForm.vehiclemodel.options[36] = new Option("Vibe","Vibe");
		document.domesticForm.vehiclemodel.options[37] = new Option("Wave","Wave");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("1000","1000");
		document.internationalForm.vehiclemodel.options[3] = new Option("2000","2000");
		document.internationalForm.vehiclemodel.options[4] = new Option("6000","6000");
		document.internationalForm.vehiclemodel.options[5] = new Option("Acadian","Acadian");
		document.internationalForm.vehiclemodel.options[6] = new Option("Astre","Astre");
		document.internationalForm.vehiclemodel.options[7] = new Option("Aztek","Aztek");
		document.internationalForm.vehiclemodel.options[8] = new Option("Bonneville","Bonneville");
		document.internationalForm.vehiclemodel.options[9] = new Option("Catalina","Catalina");
		document.internationalForm.vehiclemodel.options[10] = new Option("Fiero","Fiero");
		document.internationalForm.vehiclemodel.options[11] = new Option("Firebird","Firebird");
		document.internationalForm.vehiclemodel.options[12] = new Option("Firefly","Firefly");
		document.internationalForm.vehiclemodel.options[13] = new Option("Fleetleader","Fleetleader");
		document.internationalForm.vehiclemodel.options[14] = new Option("Formula","Formula");
		document.internationalForm.vehiclemodel.options[15] = new Option("G5","G5");
		document.internationalForm.vehiclemodel.options[16] = new Option("G6","G6");
		document.internationalForm.vehiclemodel.options[17] = new Option("Grand Am","Grand Am");
		document.internationalForm.vehiclemodel.options[18] = new Option("Grand Le Mans","Grand Le Mans");
		document.internationalForm.vehiclemodel.options[19] = new Option("Grand Prix","Grand Prix");
		document.internationalForm.vehiclemodel.options[20] = new Option("GTO","GTO");
		document.internationalForm.vehiclemodel.options[21] = new Option("Le Mans","Le Mans");
		document.internationalForm.vehiclemodel.options[22] = new Option("Montana","Montana");
		document.internationalForm.vehiclemodel.options[23] = new Option("Montana SV6","Montana SV6");
		document.internationalForm.vehiclemodel.options[24] = new Option("Parisienne","Parisienne");
		document.internationalForm.vehiclemodel.options[25] = new Option("Phoenix","Phoenix");
		document.internationalForm.vehiclemodel.options[26] = new Option("Safari","Safari");
		document.internationalForm.vehiclemodel.options[27] = new Option("Solstice","Solstice");
		document.internationalForm.vehiclemodel.options[28] = new Option("Sunbird","Sunbird");
		document.internationalForm.vehiclemodel.options[29] = new Option("Sunfire","Sunfire");
		document.internationalForm.vehiclemodel.options[30] = new Option("T1000","T1000");
		document.internationalForm.vehiclemodel.options[31] = new Option("Tempest","Tempest");
		document.internationalForm.vehiclemodel.options[32] = new Option("Torrent","Torrent");
		document.internationalForm.vehiclemodel.options[33] = new Option("Trans Am","Trans Am");
		document.internationalForm.vehiclemodel.options[34] = new Option("Trans Sport","Trans Sport");
		document.internationalForm.vehiclemodel.options[35] = new Option("Ventura","Ventura");
		document.internationalForm.vehiclemodel.options[36] = new Option("Vibe","Vibe");
		document.internationalForm.vehiclemodel.options[37] = new Option("Wave","Wave");
		return;
	}
	else if (selection.value == "Porche") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("356","356");
		document.domesticForm.vehiclemodel.options[3] = new Option("550","550");
		document.domesticForm.vehiclemodel.options[4] = new Option("901","901");
		document.domesticForm.vehiclemodel.options[5] = new Option("911","911");
		document.domesticForm.vehiclemodel.options[6] = new Option("911 Turbo","911 Turbo");
		document.domesticForm.vehiclemodel.options[7] = new Option("912","912");
		document.domesticForm.vehiclemodel.options[8] = new Option("914","914");
		document.domesticForm.vehiclemodel.options[9] = new Option("924","924");
		document.domesticForm.vehiclemodel.options[10] = new Option("928","928");
		document.domesticForm.vehiclemodel.options[11] = new Option("930","930");
		document.domesticForm.vehiclemodel.options[12] = new Option("944","944");
		document.domesticForm.vehiclemodel.options[13] = new Option("959","959");
		document.domesticForm.vehiclemodel.options[14] = new Option("968","968");
		document.domesticForm.vehiclemodel.options[15] = new Option("996","996");
		document.domesticForm.vehiclemodel.options[16] = new Option("Boxter","Boxter");
		document.domesticForm.vehiclemodel.options[17] = new Option("Carrera","Carrera");
		document.domesticForm.vehiclemodel.options[18] = new Option("Carrera 911S","Carrera 911S");
		document.domesticForm.vehiclemodel.options[19] = new Option("Carrera GT","Carrera GT");
		document.domesticForm.vehiclemodel.options[20] = new Option("Cayenne","Cayenne");
		document.domesticForm.vehiclemodel.options[21] = new Option("Cayman","Cayman");
		document.domesticForm.vehiclemodel.options[22] = new Option("Speedster","Speedster");
		document.domesticForm.vehiclemodel.options[23] = new Option("Spyder","Spyder");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("356","356");
		document.internationalForm.vehiclemodel.options[3] = new Option("550","550");
		document.internationalForm.vehiclemodel.options[4] = new Option("901","901");
		document.internationalForm.vehiclemodel.options[5] = new Option("911","911");
		document.internationalForm.vehiclemodel.options[6] = new Option("911 Turbo","911 Turbo");
		document.internationalForm.vehiclemodel.options[7] = new Option("912","912");
		document.internationalForm.vehiclemodel.options[8] = new Option("914","914");
		document.internationalForm.vehiclemodel.options[9] = new Option("924","924");
		document.internationalForm.vehiclemodel.options[10] = new Option("928","928");
		document.internationalForm.vehiclemodel.options[11] = new Option("930","930");
		document.internationalForm.vehiclemodel.options[12] = new Option("944","944");
		document.internationalForm.vehiclemodel.options[13] = new Option("959","959");
		document.internationalForm.vehiclemodel.options[14] = new Option("968","968");
		document.internationalForm.vehiclemodel.options[15] = new Option("996","996");
		document.internationalForm.vehiclemodel.options[16] = new Option("Boxter","Boxter");
		document.internationalForm.vehiclemodel.options[17] = new Option("Carrera","Carrera");
		document.internationalForm.vehiclemodel.options[18] = new Option("Carrera 911S","Carrera 911S");
		document.internationalForm.vehiclemodel.options[19] = new Option("Carrera GT","Carrera GT");
		document.internationalForm.vehiclemodel.options[20] = new Option("Cayenne","Cayenne");
		document.internationalForm.vehiclemodel.options[21] = new Option("Cayman","Cayman");
		document.internationalForm.vehiclemodel.options[22] = new Option("Speedster","Speedster");
		document.internationalForm.vehiclemodel.options[23] = new Option("Spyder","Spyder");
		return;
	}
	else if (selection.value == "Renault") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Alliance","Alliance");
		document.domesticForm.vehiclemodel.options[3] = new Option("Avantime","Avantime");
		document.domesticForm.vehiclemodel.options[4] = new Option("Clio","Clio");
		document.domesticForm.vehiclemodel.options[5] = new Option("Dauphine","Dauphine");
		document.domesticForm.vehiclemodel.options[6] = new Option("Encore","Encore");
		document.domesticForm.vehiclemodel.options[7] = new Option("Enspace","Enspace");
		document.domesticForm.vehiclemodel.options[8] = new Option("Fuego","Fuego");
		document.domesticForm.vehiclemodel.options[9] = new Option("Le Car","Le Car");
		document.domesticForm.vehiclemodel.options[10] = new Option("R10","R10");
		document.domesticForm.vehiclemodel.options[11] = new Option("R5","R5");
		document.domesticForm.vehiclemodel.options[12] = new Option("R8","R8");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Alliance","Alliance");
		document.internationalForm.vehiclemodel.options[3] = new Option("Avantime","Avantime");
		document.internationalForm.vehiclemodel.options[4] = new Option("Clio","Clio");
		document.internationalForm.vehiclemodel.options[5] = new Option("Dauphine","Dauphine");
		document.internationalForm.vehiclemodel.options[6] = new Option("Encore","Encore");
		document.internationalForm.vehiclemodel.options[7] = new Option("Enspace","Enspace");
		document.internationalForm.vehiclemodel.options[8] = new Option("Fuego","Fuego");
		document.internationalForm.vehiclemodel.options[9] = new Option("Le Car","Le Car");
		document.internationalForm.vehiclemodel.options[10] = new Option("R10","R10");
		document.internationalForm.vehiclemodel.options[11] = new Option("R5","R5");
		document.internationalForm.vehiclemodel.options[12] = new Option("R8","R8");
		return;
	}
	else if (selection.value == "Rolls-Royce") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Corniche","Corniche");
		document.domesticForm.vehiclemodel.options[3] = new Option("Park Ward","Park Ward");
		document.domesticForm.vehiclemodel.options[4] = new Option("Phantom","Phantom");
		document.domesticForm.vehiclemodel.options[5] = new Option("Silver Seraph","Silver Seraph");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Corniche","Corniche");
		document.internationalForm.vehiclemodel.options[3] = new Option("Park Ward","Park Ward");
		document.internationalForm.vehiclemodel.options[4] = new Option("Phantom","Phantom");
		document.internationalForm.vehiclemodel.options[5] = new Option("Silver Seraph","Silver Seraph");
		return;
	}
	else if (selection.value == "Saab") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("3-SEP","3-SEP");
		document.domesticForm.vehiclemodel.options[3] = new Option("5-SEP","5-SEP");
		document.domesticForm.vehiclemodel.options[4] = new Option("9-2x","9-2x");
		document.domesticForm.vehiclemodel.options[5] = new Option("9-3","9-3");
		document.domesticForm.vehiclemodel.options[6] = new Option("9-5","9-5");
		document.domesticForm.vehiclemodel.options[7] = new Option("9-6x","9-6x");
		document.domesticForm.vehiclemodel.options[8] = new Option("9-7x","9-7x");
		document.domesticForm.vehiclemodel.options[9] = new Option("9.3","9.3");
		document.domesticForm.vehiclemodel.options[10] = new Option("9.5","9.5");
		document.domesticForm.vehiclemodel.options[11] = new Option("900","900");
		document.domesticForm.vehiclemodel.options[12] = new Option("9000","9000");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("3-SEP","3-SEP");
		document.internationalForm.vehiclemodel.options[3] = new Option("5-SEP","5-SEP");
		document.internationalForm.vehiclemodel.options[4] = new Option("9-2x","9-2x");
		document.internationalForm.vehiclemodel.options[5] = new Option("9-3","9-3");
		document.internationalForm.vehiclemodel.options[6] = new Option("9-5","9-5");
		document.internationalForm.vehiclemodel.options[7] = new Option("9-6x","9-6x");
		document.internationalForm.vehiclemodel.options[8] = new Option("9-7x","9-7x");
		document.internationalForm.vehiclemodel.options[9] = new Option("9.3","9.3");
		document.internationalForm.vehiclemodel.options[10] = new Option("9.5","9.5");
		document.internationalForm.vehiclemodel.options[11] = new Option("900","900");
		document.internationalForm.vehiclemodel.options[12] = new Option("9000","9000");
		return;
	}
	else if (selection.value == "Saturn") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Aura","Aura");
		document.domesticForm.vehiclemodel.options[3] = new Option("Ion","Ion");
		document.domesticForm.vehiclemodel.options[4] = new Option("Ion Red Line","Ion Red Line");
		document.domesticForm.vehiclemodel.options[5] = new Option("L","L");
		document.domesticForm.vehiclemodel.options[6] = new Option("L300","L300");
		document.domesticForm.vehiclemodel.options[7] = new Option("LS","LS");
		document.domesticForm.vehiclemodel.options[8] = new Option("LW","LW");
		document.domesticForm.vehiclemodel.options[9] = new Option("Outlook","Outlook");
		document.domesticForm.vehiclemodel.options[10] = new Option("Relay","Relay");
		document.domesticForm.vehiclemodel.options[11] = new Option("S","S");
		document.domesticForm.vehiclemodel.options[12] = new Option("SC","SC");
		document.domesticForm.vehiclemodel.options[13] = new Option("Sky","Sky");
		document.domesticForm.vehiclemodel.options[14] = new Option("SL","SL");
		document.domesticForm.vehiclemodel.options[15] = new Option("SW","SW");
		document.domesticForm.vehiclemodel.options[16] = new Option("Vue","Vue");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Aura","Aura");
		document.internationalForm.vehiclemodel.options[3] = new Option("Ion","Ion");
		document.internationalForm.vehiclemodel.options[4] = new Option("Ion Red Line","Ion Red Line");
		document.internationalForm.vehiclemodel.options[5] = new Option("L","L");
		document.internationalForm.vehiclemodel.options[6] = new Option("L300","L300");
		document.internationalForm.vehiclemodel.options[7] = new Option("LS","LS");
		document.internationalForm.vehiclemodel.options[8] = new Option("LW","LW");
		document.internationalForm.vehiclemodel.options[9] = new Option("Outlook","Outlook");
		document.internationalForm.vehiclemodel.options[10] = new Option("Relay","Relay");
		document.internationalForm.vehiclemodel.options[11] = new Option("S","S");
		document.internationalForm.vehiclemodel.options[12] = new Option("SC","SC");
		document.internationalForm.vehiclemodel.options[13] = new Option("Sky","Sky");
		document.internationalForm.vehiclemodel.options[14] = new Option("SL","SL");
		document.internationalForm.vehiclemodel.options[15] = new Option("SW","SW");
		document.internationalForm.vehiclemodel.options[16] = new Option("Vue","Vue");
		return;
	}
	else if (selection.value == "Scion") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("tC","tC");
		document.domesticForm.vehiclemodel.options[3] = new Option("xA","xA");
		document.domesticForm.vehiclemodel.options[4] = new Option("xB","xB");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("tC","tC");
		document.internationalForm.vehiclemodel.options[3] = new Option("xA","xA");
		document.internationalForm.vehiclemodel.options[4] = new Option("xB","xB");
		return;
	}
	else if (selection.value == "Shelby") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Cobra","Cobra");
		document.domesticForm.vehiclemodel.options[3] = new Option("GT","GT");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Cobra","Cobra");
		document.internationalForm.vehiclemodel.options[3] = new Option("GT","GT");
		return;
	}
	else if (selection.value == "Smart") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("forfour","forfour");
		document.domesticForm.vehiclemodel.options[3] = new Option("fortwo","fortwo");
		document.domesticForm.vehiclemodel.options[4] = new Option("Roadster","Roadster");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("forfour","forfour");
		document.internationalForm.vehiclemodel.options[3] = new Option("fortwo","fortwo");
		document.internationalForm.vehiclemodel.options[4] = new Option("Roadster","Roadster");
		return;
	}
	else if (selection.value == "Studebaker") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Avanti","Avanti");
		document.domesticForm.vehiclemodel.options[3] = new Option("Cantrell","Cantrell");
		document.domesticForm.vehiclemodel.options[4] = new Option("Champ","Champ");
		document.domesticForm.vehiclemodel.options[5] = new Option("Champion","Champion");
		document.domesticForm.vehiclemodel.options[6] = new Option("Commander","Commander");
		document.domesticForm.vehiclemodel.options[7] = new Option("Daytona","Daytona");
		document.domesticForm.vehiclemodel.options[8] = new Option("Erskine","Erskine");
		document.domesticForm.vehiclemodel.options[9] = new Option("Golden Hawk","Golden Hawk");
		document.domesticForm.vehiclemodel.options[10] = new Option("GT","GT");
		document.domesticForm.vehiclemodel.options[11] = new Option("Hawk","Hawk");
		document.domesticForm.vehiclemodel.options[12] = new Option("Land Cruiser","Land Cruiser");
		document.domesticForm.vehiclemodel.options[13] = new Option("Lark","Lark");
		document.domesticForm.vehiclemodel.options[14] = new Option("M-Series","M-Series");
		document.domesticForm.vehiclemodel.options[15] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[16] = new Option("President","President");
		document.domesticForm.vehiclemodel.options[17] = new Option("Speedster","Speedster");
		document.domesticForm.vehiclemodel.options[18] = new Option("Starlight","Starlight");
		document.domesticForm.vehiclemodel.options[19] = new Option("Transtar","Transtar");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Avanti","Avanti");
		document.internationalForm.vehiclemodel.options[3] = new Option("Cantrell","Cantrell");
		document.internationalForm.vehiclemodel.options[4] = new Option("Champ","Champ");
		document.internationalForm.vehiclemodel.options[5] = new Option("Champion","Champion");
		document.internationalForm.vehiclemodel.options[6] = new Option("Commander","Commander");
		document.internationalForm.vehiclemodel.options[7] = new Option("Daytona","Daytona");
		document.internationalForm.vehiclemodel.options[8] = new Option("Erskine","Erskine");
		document.internationalForm.vehiclemodel.options[9] = new Option("Golden Hawk","Golden Hawk");
		document.internationalForm.vehiclemodel.options[10] = new Option("GT","GT");
		document.internationalForm.vehiclemodel.options[11] = new Option("Hawk","Hawk");
		document.internationalForm.vehiclemodel.options[12] = new Option("Land Cruiser","Land Cruiser");
		document.internationalForm.vehiclemodel.options[13] = new Option("Lark","Lark");
		document.internationalForm.vehiclemodel.options[14] = new Option("M-Series","M-Series");
		document.internationalForm.vehiclemodel.options[15] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[16] = new Option("President","President");
		document.internationalForm.vehiclemodel.options[17] = new Option("Speedster","Speedster");
		document.internationalForm.vehiclemodel.options[18] = new Option("Starlight","Starlight");
		document.internationalForm.vehiclemodel.options[19] = new Option("Transtar","Transtar");
		return;
	}
	else if (selection.value == "Subaru") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("B9","B9");
		document.domesticForm.vehiclemodel.options[3] = new Option("B9 Tribeca","B9 Tribeca");
		document.domesticForm.vehiclemodel.options[4] = new Option("Baja","Baja");
		document.domesticForm.vehiclemodel.options[5] = new Option("Brat","Brat");
		document.domesticForm.vehiclemodel.options[6] = new Option("DL","DL");
		document.domesticForm.vehiclemodel.options[7] = new Option("Forester","Forester");
		document.domesticForm.vehiclemodel.options[8] = new Option("G3X Justy","G3X Justy");
		document.domesticForm.vehiclemodel.options[9] = new Option("GL","GL");
		document.domesticForm.vehiclemodel.options[10] = new Option("GL-10","GL-10");
		document.domesticForm.vehiclemodel.options[11] = new Option("GLF","GLF");
		document.domesticForm.vehiclemodel.options[12] = new Option("Impreza","Impreza");
		document.domesticForm.vehiclemodel.options[13] = new Option("Impreza WRX STI","Impreza WRX STI");
		document.domesticForm.vehiclemodel.options[14] = new Option("Justy","Justy");
		document.domesticForm.vehiclemodel.options[15] = new Option("Legacy","Legacy");
		document.domesticForm.vehiclemodel.options[16] = new Option("Liberty","Liberty");
		document.domesticForm.vehiclemodel.options[17] = new Option("Loyale","Loyale");
		document.domesticForm.vehiclemodel.options[18] = new Option("Outback","Outback");
		document.domesticForm.vehiclemodel.options[19] = new Option("Outback Sport","Outback Sport");
		document.domesticForm.vehiclemodel.options[20] = new Option("RX","RX");
		document.domesticForm.vehiclemodel.options[21] = new Option("Standard","Standard");
		document.domesticForm.vehiclemodel.options[22] = new Option("STi","STi");
		document.domesticForm.vehiclemodel.options[23] = new Option("SVX","SVX");
		document.domesticForm.vehiclemodel.options[24] = new Option("WRX","WRX");
		document.domesticForm.vehiclemodel.options[25] = new Option("WRX STi","WRX STi");
		document.domesticForm.vehiclemodel.options[26] = new Option("XT","XT");
		document.domesticForm.vehiclemodel.options[27] = new Option("XT6","XT6");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("B9","B9");
		document.internationalForm.vehiclemodel.options[3] = new Option("B9 Tribeca","B9 Tribeca");
		document.internationalForm.vehiclemodel.options[4] = new Option("Baja","Baja");
		document.internationalForm.vehiclemodel.options[5] = new Option("Brat","Brat");
		document.internationalForm.vehiclemodel.options[6] = new Option("DL","DL");
		document.internationalForm.vehiclemodel.options[7] = new Option("Forester","Forester");
		document.internationalForm.vehiclemodel.options[8] = new Option("G3X Justy","G3X Justy");
		document.internationalForm.vehiclemodel.options[9] = new Option("GL","GL");
		document.internationalForm.vehiclemodel.options[10] = new Option("GL-10","GL-10");
		document.internationalForm.vehiclemodel.options[11] = new Option("GLF","GLF");
		document.internationalForm.vehiclemodel.options[12] = new Option("Impreza","Impreza");
		document.internationalForm.vehiclemodel.options[13] = new Option("Impreza WRX STI","Impreza WRX STI");
		document.internationalForm.vehiclemodel.options[14] = new Option("Justy","Justy");
		document.internationalForm.vehiclemodel.options[15] = new Option("Legacy","Legacy");
		document.internationalForm.vehiclemodel.options[16] = new Option("Liberty","Liberty");
		document.internationalForm.vehiclemodel.options[17] = new Option("Loyale","Loyale");
		document.internationalForm.vehiclemodel.options[18] = new Option("Outback","Outback");
		document.internationalForm.vehiclemodel.options[19] = new Option("Outback Sport","Outback Sport");
		document.internationalForm.vehiclemodel.options[20] = new Option("RX","RX");
		document.internationalForm.vehiclemodel.options[21] = new Option("Standard","Standard");
		document.internationalForm.vehiclemodel.options[22] = new Option("STi","STi");
		document.internationalForm.vehiclemodel.options[23] = new Option("SVX","SVX");
		document.internationalForm.vehiclemodel.options[24] = new Option("WRX","WRX");
		document.internationalForm.vehiclemodel.options[25] = new Option("WRX STi","WRX STi");
		document.internationalForm.vehiclemodel.options[26] = new Option("XT","XT");
		document.internationalForm.vehiclemodel.options[27] = new Option("XT6","XT6");
		return;
	}
	else if (selection.value == "Sunbeam") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Tiger","Tiger");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Tiger","Tiger");
		return;
	}
	else if (selection.value == "Suzuki") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Aerio","Aerio");
		document.domesticForm.vehiclemodel.options[3] = new Option("Esteem","Esteem");
		document.domesticForm.vehiclemodel.options[4] = new Option("Forenza","Forenza");
		document.domesticForm.vehiclemodel.options[5] = new Option("Grand Vitara","Grand Vitara");
		document.domesticForm.vehiclemodel.options[6] = new Option("Reno","Reno");
		document.domesticForm.vehiclemodel.options[7] = new Option("Samurai","Samurai");
		document.domesticForm.vehiclemodel.options[8] = new Option("Sidekick","Sidekick");
		document.domesticForm.vehiclemodel.options[9] = new Option("Swift","Swift");
		document.domesticForm.vehiclemodel.options[10] = new Option("SX4","SX4");
		document.domesticForm.vehiclemodel.options[11] = new Option("Verona","Verona");
		document.domesticForm.vehiclemodel.options[12] = new Option("Vitara","Vitara");
		document.domesticForm.vehiclemodel.options[13] = new Option("Wagon","Wagon");
		document.domesticForm.vehiclemodel.options[14] = new Option("X-90","X-90");
		document.domesticForm.vehiclemodel.options[15] = new Option("XL-7","XL-7");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Aerio","Aerio");
		document.internationalForm.vehiclemodel.options[3] = new Option("Esteem","Esteem");
		document.internationalForm.vehiclemodel.options[4] = new Option("Forenza","Forenza");
		document.internationalForm.vehiclemodel.options[5] = new Option("Grand Vitara","Grand Vitara");
		document.internationalForm.vehiclemodel.options[6] = new Option("Reno","Reno");
		document.internationalForm.vehiclemodel.options[7] = new Option("Samurai","Samurai");
		document.internationalForm.vehiclemodel.options[8] = new Option("Sidekick","Sidekick");
		document.internationalForm.vehiclemodel.options[9] = new Option("Swift","Swift");
		document.internationalForm.vehiclemodel.options[10] = new Option("SX4","SX4");
		document.internationalForm.vehiclemodel.options[11] = new Option("Verona","Verona");
		document.internationalForm.vehiclemodel.options[12] = new Option("Vitara","Vitara");
		document.internationalForm.vehiclemodel.options[13] = new Option("Wagon","Wagon");
		document.internationalForm.vehiclemodel.options[14] = new Option("X-90","X-90");
		document.internationalForm.vehiclemodel.options[15] = new Option("XL-7","XL-7");
		return;
	}
	else if (selection.value == "Tata") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Safari","Safari");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Safari","Safari");
		return;
	}
	else if (selection.value == "Toyota") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("4Runner","4Runner");
		document.domesticForm.vehiclemodel.options[3] = new Option("Avalon","Avalon");
		document.domesticForm.vehiclemodel.options[4] = new Option("Camry","Camry");
		document.domesticForm.vehiclemodel.options[5] = new Option("Cilica","Cilica");
		document.domesticForm.vehiclemodel.options[6] = new Option("Corolla","Corolla");
		document.domesticForm.vehiclemodel.options[7] = new Option("Corona","Corona");
		document.domesticForm.vehiclemodel.options[8] = new Option("Cressida","Cressida");
		document.domesticForm.vehiclemodel.options[9] = new Option("Echo","Echo");
		document.domesticForm.vehiclemodel.options[10] = new Option("F J Cruiser","F J Cruiser");
		document.domesticForm.vehiclemodel.options[11] = new Option("Highlander","Highlander");
		document.domesticForm.vehiclemodel.options[12] = new Option("Land Cruiser","Land Cruiser");
		document.domesticForm.vehiclemodel.options[13] = new Option("Matrix","Matrix");
		document.domesticForm.vehiclemodel.options[14] = new Option("MR2","MR2");
		document.domesticForm.vehiclemodel.options[15] = new Option("MR2 Spyder","MR2 Spyder");
		document.domesticForm.vehiclemodel.options[16] = new Option("Paseo","Paseo");
		document.domesticForm.vehiclemodel.options[17] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[18] = new Option("Previa","Previa");
		document.domesticForm.vehiclemodel.options[19] = new Option("Prius","Prius");
		document.domesticForm.vehiclemodel.options[20] = new Option("RAV4","RAV4");
		document.domesticForm.vehiclemodel.options[21] = new Option("Sequoia","Sequoia");
		document.domesticForm.vehiclemodel.options[22] = new Option("Sienna","Sienna");
		document.domesticForm.vehiclemodel.options[23] = new Option("Solara","Solara");
		document.domesticForm.vehiclemodel.options[24] = new Option("Starlet","Starlet");
		document.domesticForm.vehiclemodel.options[25] = new Option("Supra","Supra");
		document.domesticForm.vehiclemodel.options[26] = new Option("T100","T100");
		document.domesticForm.vehiclemodel.options[27] = new Option("Tacoma","Tacoma");
		document.domesticForm.vehiclemodel.options[28] = new Option("Tercel","Tercel");
		document.domesticForm.vehiclemodel.options[29] = new Option("Tundra","Tundra");
		document.domesticForm.vehiclemodel.options[30] = new Option("Van","Van");
		document.domesticForm.vehiclemodel.options[31] = new Option("Yaris","Yaris");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("4Runner","4Runner");
		document.internationalForm.vehiclemodel.options[3] = new Option("Avalon","Avalon");
		document.internationalForm.vehiclemodel.options[4] = new Option("Camry","Camry");
		document.internationalForm.vehiclemodel.options[5] = new Option("Cilica","Cilica");
		document.internationalForm.vehiclemodel.options[6] = new Option("Corolla","Corolla");
		document.internationalForm.vehiclemodel.options[7] = new Option("Corona","Corona");
		document.internationalForm.vehiclemodel.options[8] = new Option("Cressida","Cressida");
		document.internationalForm.vehiclemodel.options[9] = new Option("Echo","Echo");
		document.internationalForm.vehiclemodel.options[10] = new Option("F J Cruiser","F J Cruiser");
		document.internationalForm.vehiclemodel.options[11] = new Option("Highlander","Highlander");
		document.internationalForm.vehiclemodel.options[12] = new Option("Land Cruiser","Land Cruiser");
		document.internationalForm.vehiclemodel.options[13] = new Option("Matrix","Matrix");
		document.internationalForm.vehiclemodel.options[14] = new Option("MR2","MR2");
		document.internationalForm.vehiclemodel.options[15] = new Option("MR2 Spyder","MR2 Spyder");
		document.internationalForm.vehiclemodel.options[16] = new Option("Paseo","Paseo");
		document.internationalForm.vehiclemodel.options[17] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[18] = new Option("Previa","Previa");
		document.internationalForm.vehiclemodel.options[19] = new Option("Prius","Prius");
		document.internationalForm.vehiclemodel.options[20] = new Option("RAV4","RAV4");
		document.internationalForm.vehiclemodel.options[21] = new Option("Sequoia","Sequoia");
		document.internationalForm.vehiclemodel.options[22] = new Option("Sienna","Sienna");
		document.internationalForm.vehiclemodel.options[23] = new Option("Solara","Solara");
		document.internationalForm.vehiclemodel.options[24] = new Option("Starlet","Starlet");
		document.internationalForm.vehiclemodel.options[25] = new Option("Supra","Supra");
		document.internationalForm.vehiclemodel.options[26] = new Option("T100","T100");
		document.internationalForm.vehiclemodel.options[27] = new Option("Tacoma","Tacoma");
		document.internationalForm.vehiclemodel.options[28] = new Option("Tercel","Tercel");
		document.internationalForm.vehiclemodel.options[29] = new Option("Tundra","Tundra");
		document.internationalForm.vehiclemodel.options[30] = new Option("Van","Van");
		document.internationalForm.vehiclemodel.options[31] = new Option("Yaris","Yaris");
		return;
	}
	else if (selection.value == "Triumph") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Beetle","Beetle");
		document.domesticForm.vehiclemodel.options[3] = new Option("GT6","GT6");
		document.domesticForm.vehiclemodel.options[4] = new Option("Spitfire","Spitfire");
		document.domesticForm.vehiclemodel.options[5] = new Option("TR-4","TR-4");
		document.domesticForm.vehiclemodel.options[6] = new Option("TR-5","TR-5");
		document.domesticForm.vehiclemodel.options[7] = new Option("TR-6","TR-6");
		document.domesticForm.vehiclemodel.options[8] = new Option("TR4","TR4");
		document.domesticForm.vehiclemodel.options[9] = new Option("TR6","TR6");
		document.domesticForm.vehiclemodel.options[10] = new Option("TR7","TR7");
		document.domesticForm.vehiclemodel.options[11] = new Option("TR8","TR8");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Beetle","Beetle");
		document.internationalForm.vehiclemodel.options[3] = new Option("GT6","GT6");
		document.internationalForm.vehiclemodel.options[4] = new Option("Spitfire","Spitfire");
		document.internationalForm.vehiclemodel.options[5] = new Option("TR-4","TR-4");
		document.internationalForm.vehiclemodel.options[6] = new Option("TR-5","TR-5");
		document.internationalForm.vehiclemodel.options[7] = new Option("TR-6","TR-6");
		document.internationalForm.vehiclemodel.options[8] = new Option("TR4","TR4");
		document.internationalForm.vehiclemodel.options[9] = new Option("TR6","TR6");
		document.internationalForm.vehiclemodel.options[10] = new Option("TR7","TR7");
		document.internationalForm.vehiclemodel.options[11] = new Option("TR8","TR8");
		return;
	}
	else if (selection.value == "Volkswagon") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("Beetle","Beetle");
		document.domesticForm.vehiclemodel.options[3] = new Option("Bus","Bus");
		document.domesticForm.vehiclemodel.options[4] = new Option("Cabrio","Cabrio");
		document.domesticForm.vehiclemodel.options[5] = new Option("Cabriolet","Cabriolet");
		document.domesticForm.vehiclemodel.options[6] = new Option("Corrado","Corrado");
		document.domesticForm.vehiclemodel.options[7] = new Option("Dasher","Dasher");
		document.domesticForm.vehiclemodel.options[8] = new Option("Eos","Eos");
		document.domesticForm.vehiclemodel.options[9] = new Option("Eurovan","Eurovan");
		document.domesticForm.vehiclemodel.options[10] = new Option("Fox","Fox");
		document.domesticForm.vehiclemodel.options[11] = new Option("Golf","Golf");
		document.domesticForm.vehiclemodel.options[12] = new Option("Golf Cabriolet","Golf Cabriolet");
		document.domesticForm.vehiclemodel.options[13] = new Option("GTI","GTI");
		document.domesticForm.vehiclemodel.options[14] = new Option("Jetta","Jetta");
		document.domesticForm.vehiclemodel.options[15] = new Option("Jetta Wagon","Jetta Wagon");
		document.domesticForm.vehiclemodel.options[16] = new Option("Karman Ghia","Karman Ghia");
		document.domesticForm.vehiclemodel.options[17] = new Option("New Beetle","New Beetle");
		document.domesticForm.vehiclemodel.options[18] = new Option("New Beetle Cabri","New Beetle Cabri");
		document.domesticForm.vehiclemodel.options[19] = new Option("Passat","Passat");
		document.domesticForm.vehiclemodel.options[20] = new Option("Phaeton","Phaeton");
		document.domesticForm.vehiclemodel.options[21] = new Option("Pickup","Pickup");
		document.domesticForm.vehiclemodel.options[22] = new Option("Quantum","Quantum");
		document.domesticForm.vehiclemodel.options[23] = new Option("R32","R32");
		document.domesticForm.vehiclemodel.options[24] = new Option("Rabbit","Rabbit");
		document.domesticForm.vehiclemodel.options[25] = new Option("Scirocco","Scirocco");
		document.domesticForm.vehiclemodel.options[26] = new Option("Thing","Thing");
		document.domesticForm.vehiclemodel.options[27] = new Option("Touareg","Touareg");
		document.domesticForm.vehiclemodel.options[28] = new Option("Touran","Touran");
		document.domesticForm.vehiclemodel.options[29] = new Option("Vanagon","Vanagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("Beetle","Beetle");
		document.internationalForm.vehiclemodel.options[3] = new Option("Bus","Bus");
		document.internationalForm.vehiclemodel.options[4] = new Option("Cabrio","Cabrio");
		document.internationalForm.vehiclemodel.options[5] = new Option("Cabriolet","Cabriolet");
		document.internationalForm.vehiclemodel.options[6] = new Option("Corrado","Corrado");
		document.internationalForm.vehiclemodel.options[7] = new Option("Dasher","Dasher");
		document.internationalForm.vehiclemodel.options[8] = new Option("Eos","Eos");
		document.internationalForm.vehiclemodel.options[9] = new Option("Eurovan","Eurovan");
		document.internationalForm.vehiclemodel.options[10] = new Option("Fox","Fox");
		document.internationalForm.vehiclemodel.options[11] = new Option("Golf","Golf");
		document.internationalForm.vehiclemodel.options[12] = new Option("Golf Cabriolet","Golf Cabriolet");
		document.internationalForm.vehiclemodel.options[13] = new Option("GTI","GTI");
		document.internationalForm.vehiclemodel.options[14] = new Option("Jetta","Jetta");
		document.internationalForm.vehiclemodel.options[15] = new Option("Jetta Wagon","Jetta Wagon");
		document.internationalForm.vehiclemodel.options[16] = new Option("Karman Ghia","Karman Ghia");
		document.internationalForm.vehiclemodel.options[17] = new Option("New Beetle","New Beetle");
		document.internationalForm.vehiclemodel.options[18] = new Option("New Beetle Cabri","New Beetle Cabri");
		document.internationalForm.vehiclemodel.options[19] = new Option("Passat","Passat");
		document.internationalForm.vehiclemodel.options[20] = new Option("Phaeton","Phaeton");
		document.internationalForm.vehiclemodel.options[21] = new Option("Pickup","Pickup");
		document.internationalForm.vehiclemodel.options[22] = new Option("Quantum","Quantum");
		document.internationalForm.vehiclemodel.options[23] = new Option("R32","R32");
		document.internationalForm.vehiclemodel.options[24] = new Option("Rabbit","Rabbit");
		document.internationalForm.vehiclemodel.options[25] = new Option("Scirocco","Scirocco");
		document.internationalForm.vehiclemodel.options[26] = new Option("Thing","Thing");
		document.internationalForm.vehiclemodel.options[27] = new Option("Touareg","Touareg");
		document.internationalForm.vehiclemodel.options[28] = new Option("Touran","Touran");
		document.internationalForm.vehiclemodel.options[29] = new Option("Vanagon","Vanagon");
		return;
	}
	else if (selection.value == "Volvo") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("160","160");
		document.domesticForm.vehiclemodel.options[3] = new Option("240","240");
		document.domesticForm.vehiclemodel.options[4] = new Option("242","242");
		document.domesticForm.vehiclemodel.options[5] = new Option("244","244");
		document.domesticForm.vehiclemodel.options[6] = new Option("245","245");
		document.domesticForm.vehiclemodel.options[7] = new Option("260","260");
		document.domesticForm.vehiclemodel.options[8] = new Option("340","340");
		document.domesticForm.vehiclemodel.options[9] = new Option("360","360");
		document.domesticForm.vehiclemodel.options[10] = new Option("440","440");
		document.domesticForm.vehiclemodel.options[11] = new Option("460","460");
		document.domesticForm.vehiclemodel.options[12] = new Option("480 ES","480 ES");
		document.domesticForm.vehiclemodel.options[13] = new Option("740","740");
		document.domesticForm.vehiclemodel.options[14] = new Option("760","760");
		document.domesticForm.vehiclemodel.options[15] = new Option("780","780");
		document.domesticForm.vehiclemodel.options[16] = new Option("850","850");
		document.domesticForm.vehiclemodel.options[17] = new Option("940","940");
		document.domesticForm.vehiclemodel.options[18] = new Option("960","960");
		document.domesticForm.vehiclemodel.options[19] = new Option("Bertone","Bertone");
		document.domesticForm.vehiclemodel.options[20] = new Option("C30","C30");
		document.domesticForm.vehiclemodel.options[21] = new Option("C70","C70");
		document.domesticForm.vehiclemodel.options[22] = new Option("Cross Country","Cross Country");
		document.domesticForm.vehiclemodel.options[23] = new Option("DL","DL");
		document.domesticForm.vehiclemodel.options[24] = new Option("GL","GL");
		document.domesticForm.vehiclemodel.options[25] = new Option("GLE","GLE");
		document.domesticForm.vehiclemodel.options[26] = new Option("GLT","GLT");
		document.domesticForm.vehiclemodel.options[27] = new Option("GT","GT");
		document.domesticForm.vehiclemodel.options[28] = new Option("S40","S40");
		document.domesticForm.vehiclemodel.options[29] = new Option("S60","S60");
		document.domesticForm.vehiclemodel.options[30] = new Option("S60 R","S60 R");
		document.domesticForm.vehiclemodel.options[31] = new Option("S70","S70");
		document.domesticForm.vehiclemodel.options[32] = new Option("S80","S80");
		document.domesticForm.vehiclemodel.options[33] = new Option("S90","S90");
		document.domesticForm.vehiclemodel.options[34] = new Option("V40","V40");
		document.domesticForm.vehiclemodel.options[35] = new Option("V50","V50");
		document.domesticForm.vehiclemodel.options[36] = new Option("V70","V70");
		document.domesticForm.vehiclemodel.options[37] = new Option("V70 R","V70 R");
		document.domesticForm.vehiclemodel.options[38] = new Option("V90","V90");
		document.domesticForm.vehiclemodel.options[39] = new Option("XC","XC");
		document.domesticForm.vehiclemodel.options[40] = new Option("XC 70","XC 70");
		document.domesticForm.vehiclemodel.options[41] = new Option("XC 90","XC 90");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("160","160");
		document.internationalForm.vehiclemodel.options[3] = new Option("240","240");
		document.internationalForm.vehiclemodel.options[4] = new Option("242","242");
		document.internationalForm.vehiclemodel.options[5] = new Option("244","244");
		document.internationalForm.vehiclemodel.options[6] = new Option("245","245");
		document.internationalForm.vehiclemodel.options[7] = new Option("260","260");
		document.internationalForm.vehiclemodel.options[8] = new Option("340","340");
		document.internationalForm.vehiclemodel.options[9] = new Option("360","360");
		document.internationalForm.vehiclemodel.options[10] = new Option("440","440");
		document.internationalForm.vehiclemodel.options[11] = new Option("460","460");
		document.internationalForm.vehiclemodel.options[12] = new Option("480 ES","480 ES");
		document.internationalForm.vehiclemodel.options[13] = new Option("740","740");
		document.internationalForm.vehiclemodel.options[14] = new Option("760","760");
		document.internationalForm.vehiclemodel.options[15] = new Option("780","780");
		document.internationalForm.vehiclemodel.options[16] = new Option("850","850");
		document.internationalForm.vehiclemodel.options[17] = new Option("940","940");
		document.internationalForm.vehiclemodel.options[18] = new Option("960","960");
		document.internationalForm.vehiclemodel.options[19] = new Option("Bertone","Bertone");
		document.internationalForm.vehiclemodel.options[20] = new Option("C30","C30");
		document.internationalForm.vehiclemodel.options[21] = new Option("C70","C70");
		document.internationalForm.vehiclemodel.options[22] = new Option("Cross Country","Cross Country");
		document.internationalForm.vehiclemodel.options[23] = new Option("DL","DL");
		document.internationalForm.vehiclemodel.options[24] = new Option("GL","GL");
		document.internationalForm.vehiclemodel.options[25] = new Option("GLE","GLE");
		document.internationalForm.vehiclemodel.options[26] = new Option("GLT","GLT");
		document.internationalForm.vehiclemodel.options[27] = new Option("GT","GT");
		document.internationalForm.vehiclemodel.options[28] = new Option("S40","S40");
		document.internationalForm.vehiclemodel.options[29] = new Option("S60","S60");
		document.internationalForm.vehiclemodel.options[30] = new Option("S60 R","S60 R");
		document.internationalForm.vehiclemodel.options[31] = new Option("S70","S70");
		document.internationalForm.vehiclemodel.options[32] = new Option("S80","S80");
		document.internationalForm.vehiclemodel.options[33] = new Option("S90","S90");
		document.internationalForm.vehiclemodel.options[34] = new Option("V40","V40");
		document.internationalForm.vehiclemodel.options[35] = new Option("V50","V50");
		document.internationalForm.vehiclemodel.options[36] = new Option("V70","V70");
		document.internationalForm.vehiclemodel.options[37] = new Option("V70 R","V70 R");
		document.internationalForm.vehiclemodel.options[38] = new Option("V90","V90");
		document.internationalForm.vehiclemodel.options[39] = new Option("XC","XC");
		document.internationalForm.vehiclemodel.options[40] = new Option("XC 70","XC 70");
		document.internationalForm.vehiclemodel.options[41] = new Option("XC 90","XC 90");
		return;
	}
	else if (selection.value == "Willys") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("CJ","CJ");
		document.domesticForm.vehiclemodel.options[3] = new Option("Coupe","Coupe");
		document.domesticForm.vehiclemodel.options[4] = new Option("Jeep","Jeep");
		document.domesticForm.vehiclemodel.options[5] = new Option("Jeepster","Jeepster");
		document.domesticForm.vehiclemodel.options[6] = new Option("Lark","Lark");
		document.domesticForm.vehiclemodel.options[7] = new Option("Maverick","Maverick");
		document.domesticForm.vehiclemodel.options[8] = new Option("Overland","Overland");
		document.domesticForm.vehiclemodel.options[9] = new Option("Wagon","Wagon");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("CJ","CJ");
		document.internationalForm.vehiclemodel.options[3] = new Option("Coupe","Coupe");
		document.internationalForm.vehiclemodel.options[4] = new Option("Jeep","Jeep");
		document.internationalForm.vehiclemodel.options[5] = new Option("Jeepster","Jeepster");
		document.internationalForm.vehiclemodel.options[6] = new Option("Lark","Lark");
		document.internationalForm.vehiclemodel.options[7] = new Option("Maverick","Maverick");
		document.internationalForm.vehiclemodel.options[8] = new Option("Overland","Overland");
		document.internationalForm.vehiclemodel.options[9] = new Option("Wagon","Wagon");
		return;
	}
	else if (selection.value == "Yugo") {
		document.domesticForm.vehiclemodel.disabled=false;
		document.domesticForm.vehiclemodel.options.length = 0;
		document.internationalForm.vehiclemodel.disabled=false;
		document.internationalForm.vehiclemodel.options.length = 0;
		// write them
		document.domesticForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.domesticForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.domesticForm.vehiclemodel.options[2] = new Option("55","55");
		document.domesticForm.vehiclemodel.options[3] = new Option("Cabrio","Cabrio");
		document.domesticForm.vehiclemodel.options[4] = new Option("GV","GV");
		
		document.internationalForm.vehiclemodel.options[0] = new Option("Choose",0);
		document.internationalForm.vehiclemodel.options[1] = new Option("Other","Other");
		document.internationalForm.vehiclemodel.options[2] = new Option("55","55");
		document.internationalForm.vehiclemodel.options[3] = new Option("Cabrio","Cabrio");
		document.internationalForm.vehiclemodel.options[4] = new Option("GV","GV");
		return;
	}
}
