function Form2_Validator(theForm)
{

  if (theForm.sports_video_analysis_software_selection.selectedIndex == 1)
  {
   window.location = "video-analysis-software-rugby-union.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 2)
  {
   window.location = "video-analysis-software-football.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 3)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 4)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 5)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 6)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 7)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
   if (theForm.sports_video_analysis_software_selection.selectedIndex == 8)
  {
   window.location = "video-analysis-software-sport.html";
    return (false);
  }
}