function selectTrailer(id)
{
	document.getElementById("trailerId").value = id;
	document.getElementById("trailerForm").submit();
}