function explain_eaim_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Expanded Academic Index</title>';
  html = html + '	<link rel = STYLESHEET href = "/html/stylesheetmain.css" type = "text/css" title="TAL Online Styles">';
  html = html + '</head>';
  html = html + '<body bgcolor="#ffffff">';
  html = html + '<table width="100%" cellpadding="0" cellspacing="4" border="0">';
  html = html + '<tr>';
  html = html + '	<td></td>';
  html = html + '	<td>';
  html = html + '	<!-- Title -->';
  html = html + '	<b><i><i>Expanded Academic Index</i></i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '';
  html = html + '        <p><i>Expanded Academic Index</i> is an article database containing';
  html = html + '        citations and full text, covering a wide variety of academic';
  html = html + '	journals and reference titles; this is one of the Gale databases';
  html = html + '	that The Alberta Library (TAL) has licensed for the benefit of TAL';
  html = html + '	members via the TAL Online interface.  The database content of';
  html = html + '	<i>Expanded Academic Index</i> is aggregated and maintained by The';
  html = html + '	Gale Group, an e-information publisher.';
  html = html + '        </p>';
  html = html + '';
  html = html + '        <p>Clicking on the query link initiates a title, and author if';
  html = html + '        available, search of the <i>Expanded Academic Index</i> database.  A';
  html = html + '        successful database query returns articles about the book, and most of';
  html = html + '        these articles are reviews of the book.';
  html = html + '        </p>';
  html = html + '';
  html = html + '        <!-- End Content -->';
  html = html + '        </td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
