// hide onload

function hide(){
	document.getElementById('langs').style.display='none';		
}
