function goloc(){
  location = document.sel_date.date_go.options[document.sel_date.date_go.selectedIndex].value
}

function roll(img_id, image_loc) {	         	
   if (document.getElementById) {
      document.getElementById(img_id).src = image_loc;
   }
}
