function HeaderInsert()
{
  document.writeln( '<DIV id="logo" class="logo">');
  document.writeln( '<A href="index.htm?slides=off"><IMG style="border-style:none;" src="Logo-Med.png"/></A>');
  document.writeln( '<TABLE id="menu" class="menu">');
  document.writeln( '<TR>');
  document.writeln( '<TD> <A href="index.htm?slides=off">home</A> <TD>');
  document.writeln( '<TD> <A href="About.htm">about</A> <TD>');
  document.writeln( '<TD> <A href="Services.htm">services</A> <TD>');
  document.writeln( '<TD> <A href="Successes.htm">successes</A> <TD>');
  document.writeln( '<TD> <A href="Contact.htm">contact</A> <TD>');
  document.writeln( '</TR>');
  document.writeln( '</TABLE>');
  document.writeln( '</DIV>');
}

