function checkSurveyListForm(form)
{
 if (form.historical.selectedIndex == 0) {
  return false;
 }
 
 return true;
}
