function showLanguages()
{
  var fl = document.getElementById("langs");
  fl.style.display = fl.style.display=='block' ? 'none' : 'block';
}
