
document.write("<script src='javascript/aypwip.js' type='text/javascript'></script>");

if (document.getElementById) {
document.write("<div id='access'>"
  + "<span style='margin-left:24px;'>"
  + "<a onclick='fontSizeDown();' style='cursor:pointer;cursor:hand' onmouseover='showtip(this, \"tooltip\", \"decrease font size\", \"down\", 30)' onmouseout='hidetip(\"tooltip\")'>"
  + "  A<img style='margin:0 0 -6px -10px;' src='sitegfx/greenminus.gif' />"
  + "</a></span>"
  + "<span>"
  + "<a onclick='fontSizeUp();' style='cursor:pointer;cursor:hand' onmouseover='showtip(this, \"tooltip\", \"increase font size\", \"down\", 30)' onmouseout='hidetip(\"tooltip\")'>"
  + "  A<img style='margin:0 0 -6px -10px;' src='sitegfx/greenplus.gif' />"
  + "</a></span>"
  + "<a style='float:right;margin:3px 24px 0 0;cursor:pointer;cursor:hand' onclick='toggleThemes();' onmouseover='showtip(this, \"tooltip\", \"change site theme\", \"down\", 30)' onmouseout='hidetip(\"tooltip\")'><img src='sitegfx/colorpalette.gif' style='width:26px;height:24px;' /></a>"
  + "</div>");
}
