document.write(
"<span id=\"textresize\">" +
"Textstorlek:" +
"<a href=\"#\" style=\"font-size: 11px;\" title=\"Normal textstorlek\" id=\"sizemedium\" onclick=\"set_fontsize('100%');\">A</a>" +
"<a href=\"#\" style=\"font-size: 14px;\" title=\"Stor textstorlek\" id=\"sizelarge\" onclick=\"set_fontsize('120%');\">A</a>" +
"<a href=\"#\" style=\"font-size: 16px;\" title=\"Mycket stor textstorlek\" id=\"sizexlarge\" onclick=\"set_fontsize('140%');\">A</a>" +
"</span>"
);