function chLang(obj)
{
	var frm = document.langForm;
	frm.lang.value = obj.options[obj.selectedIndex].value;
	frm.submit();
}