function advanceddb_selection_explain1_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Groups</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>Groups</i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '	<p>';
  html = html + '	<b>&lsquo;Click&lsquo;</b> on the name of the group of libraries to search their catalogues.';
  html = html + '	Catalogues are grouped by library type or geographic area.';
  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;
}
