$(document).ready(function() {
  $("a[rel='galpdf']").colorbox({iframe:true, innerWidth:950, innerHeight:550});
  $("a[rel='galvideo']").colorbox({iframe:true, innerWidth:660, innerHeight:420});
});

function selectSearchedBike(id) {
  document.getElementById("newGid").value = id;
  document.getElementById("savedSearch").submit();
}