function navigate(language) {
var url = language.options[language.selectedIndex].value;
if (url) {
location.href = url;
}
}