function goTo(url) {
/*
var sE = null, url;
 if(document.getElementById) {
sE = document.getElementById('languageSelector');
} else if(document.all) {
sE = document.all['languageSelector'];
}
if(sE && (url = sE.options[sE.selectedIndex].value)) {
*/
//alert(url);
location.href = url;
}

if (window != top) top.location.href = location.href;
  function hide_google() {
  //Luk Google translatebar
  document.getElementsByTagName("frameset")[0].rows="0,*";
  }

