function Top( arg0, arg1, arg2, arg3, arg4 ) {
  var dt = new Date( document.lastModified );
  document.bgColor="#dfd0b0"
  document.fgColor="#5C4033"
  document.linkColor="#5C3317"
  document.vlinkColor="#5C4033"
  document.alinkColor="#5C4033"
  document.writeln(
  arg0
+ "<a name='pagetop'> "
+ "<table width=100% cellspacing=0 cellpadding=0><tr>"
+ "<td width=17% valign=top>"
+ "<td width=66% align=center><h1>" + arg2 + "</h1>"
+ "<td width=17% align=right valign=top> "
);
  document.writeln("</table>");
  }
  
function Bottom( arg0, arg1, arg2, arg3, arg4 ) {
  var ThisPage = document.location;
  var dt = new Date( document.lastModified );
  document.writeln("<table><tr><td><tr><td></table>");
  document.writeln("<table><tr><td><tr><td></table>");
  document.writeln("<p><hr><p>");
  document.writeln(
  "<a name='pagebottom'> "
+ "<table width=100%><tr>"
+ "<td width=35% valign=top>"
);
  
  document.writeln(
  "<td width=30% valign=top align=center>"
);

  document.writeln(
  "<td width=35% valign=top align=right>"
+ "Return to" + arg3
+ "<A href='http://www-personal.umich.edu/~alandear/'>"
+ "Deardorff's Home Page</a>"
);
  document.writeln("</table>");
  }

function ReplaceImage( imgnum, img ) {

  document.images[ imgnum ].src = img;
}
