function PageTools() {
    var el = document.getElementById("pagetools");

    if (el) {
        var html = "";

        html += "<li><a href=\"http://google.com/translate?u=http%3a%2f%2fjonasform.pskommunikation.se%2f%2fdefault.aspx%3fid%3d26%26epslanguage%3dsv&amp;sl=sv&amp;tl=en\" onclick=\"window.top.location='http://google.com/translate?u=http%3a%2f%2fjonasform.pskommunikation.se%2f%2fdefault.aspx%3fid%3d26%26epslanguage%3dsv&amp;sl=sv&amp;tl=en'; return false;\" id=\"english\">In english</a></li>";
        html += "<li><a href=\"/om-webbplatsen\" id=\"about\">om webbplatsen</a></li>";
        html += "<li><a href=\"#\" id=\"print\" onclick=\"javascript:window.print()\" onkeypress=\"javascript:window.print()\">skriv ut artikel</a></li>";
        html += "<li><a href=\"#\" id=\"normal\" onclick=\"setActiveStyleSheet('normal'); return false;\" onkeypress=\"setActiveStyleSheet('normal'); return false;\" title=\" Normal textstorlek \" class=\"hidden\">normal</a></li>";
        html += "<li><a href=\"#\" id=\"larger\" onclick=\"setActiveStyleSheet('larger'); return false;\" onkeypress=\"setActiveStyleSheet('larger'); return false;\" title=\" St&ouml;rre textstorlek \" class=\"hidden\">st&ouml;rre</a></li>";
        html += "<li><a href=\"#\" id=\"largest\" onclick=\"setActiveStyleSheet('largest'); return false;\" onkeypress=\"setActiveStyleSheet('largest'); return false;\" title=\" St&ouml;rst textstorlek \" class=\"hidden\">st&ouml;rst</a></li>";
        el.innerHTML = html;
    }
}