// JavaScript Document
function addItem_36789(row,id,catalogid){
		size = eval("document.form_36789.itemSize_"+row+".value");
		color = eval("document.form_36789.itemColor_"+row+".value");
		option = eval("document.form_36789.optionID_"+row+".value");
		document.form_36789.partid.value=id;
		document.form_36789.itemSize.value = size;
		document.form_36789.itemColor.value = color;
		document.form_36789.optionID.value = option;
		document.form_36789.catalogID.value = catalogid;
		document.form_36789.submit();
		return false;		
	}
	
var maxlength = 10;
	  OneA = new Array;

		var trueLength = OneA.length;  
		var lst = OneA.length;              

    function require_make() {
		  with (document.mainOEMLocator.make) {
			  RetVal = true;
			  if (options[selectedIndex] == null) RetVal = false;
				  else RetVal = !(options[selectedIndex].value == '');
			  if (!RetVal) alert('You must choose an option for make.');
				return RetVal
			}
		}

  
		
				
	

function chgYear(year){
		if( year == "old" ){
			document.all.lbl_year.innerText = "[ Please wait... ]";
			document.location.href = "http://www.trademotion.com/partlocator/index.cfm?action=classicVehicles&siteid=215544&year=" + year;
		} else {
			document.all.lbl_year.innerText = "[ Please wait... ]";
			document.location.href = "http://www.trademotion.com/partlocator/index.cfm?siteid=215544&year=" + year;
		}
	}
