function selectLanguage( element, path ) {
  element.setAttribute( 'style', element.options[ element.selectedIndex ].getAttribute( 'style' ) );
  window.location.href = path + '?lang=' + element.value;
}