

function language_select(form) {



	if      (form.options[form.selectedIndex].value == "engl"){window.location = "gh_global_engl.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "chin"){window.location = "gh_global_chin.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "fren"){window.location = "gh_global_fren.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "germ"){window.location = "gh_global_germ.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "ital"){window.location = "gh_global_ital.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "japa"){window.location = "gh_global_japa.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "kore"){window.location = "gh_global_kore.asp"; return true;}
	else if (form.options[form.selectedIndex].value == "span"){window.location = "gh_global_span.asp"; return true;}
	else {window.alert("There is no file for this date.");  return true;}

	return true;
 
}


