// Function to call the gallery with correct image, etc
function galleryPop(evt, val, total, title){
  eval("window.open('/under/viewhelmets.asp?event=" + evt + "&picture=" + val + "&total=" + total +
  "&title=" + title + "','Gallery','width=630, height=480, address=0, toolbar=0, status=0');")
}