function showLangselect() {
	$('#langselect').show();
}

function hideLangselect() {
	$('#langselect').hide();
}
