function buildUrl(state)
{
    url="http://www.google.com/translate?u="+encodeURIComponent(location.href)+"&sl=sk&tl="+state+"&ie=UTF8";
    document.getElementById(state+"LangUrl").setAttribute('href', url);
    
}

