function show_vehicle(type, name)
{
  document.copart_other.type.value = type;
  document.copart_other.makeName.value = name;
  document.copart_other.submit();
}
