function explain_grcm_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>General Reference Center</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>General Reference Center</i></i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '';
  html = html + '	<p><i>General Reference Center</i> is an article database containing';
  html = html + '        citations and full text, covering a wide variety of general interest';
  html = html + '	magazines and newspapers; 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>General Reference Center</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>General Reference Center</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;
}
