

function month_select(form) {

	if      (form.options[form.selectedIndex].value == "2008"){window.location = "../2008/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2007"){window.location = "../2007/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2006"){window.location = "../2006/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2005"){window.location = "../2005/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2004"){window.location = "../2004/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2003"){window.location = "../2003/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2002"){window.location = "../2002/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2001"){window.location = "../2001/ffc_int_projects_adult.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "2000"){window.location = "../2000/ffc_int_projects_adult.asp"; return true;}
	else {window.alert("There is no file for this date.");  return true;}

	return true;
}




