    function localeClick(sStr)
    {
        setCookie('locale', sStr, 1); 
        sStr = String(window.location.href);
        document.location=(sStr);
    }