if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
      document.write("<td align=right width=44 height=100%><img src=\"images/HOME_15_");
      document.write(site);
      document.writeln(".png\" width=44 height=100%></td>");
}
else
{     document.write("<td align=right background=\"images/HOME_15_");
      document.write(site);
      document.write(".png\" width=44 height=100%><img src=\"images/HOME_15_");
      document.write(site);
      document.writeln(".png\" width=44 height=10></td>");
}

