function CheckParts (form, partMake)
{
	form.PartMake.value = partMake
	
	form.action = 'partsmodel.asp'
	form.submit ()
}

