function ShowLangBox()
{
	$(".lang_select").fadeToggle();

	return false;
}
