
function f_lang(strLang){
	
	document.frm_lang_select.lang.value = strLang;
	document.frm_lang_select.submit();
	
}


