function showLangBox() {
	var box = $('webmob-lang-box');		       
	Element.show(box);
}

document.onclick = hideBox;

function hideBox() {
	var box = $('webmob-lang-box');		       
	Element.hide(box);	
}
