function customgrouping_explain3_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Article Databases</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="0" border="0">';
  html = html + '<tr>';
  html = html + '	<td></td>';
  html = html + '	<td>';
  html = html + '	<!-- Title -->';
  html = html + '	<b><i>Government Library Catalogue</i></b>';
  html = html + '	<!-- Begin Content  -->';
  html = html + '	<p>TAL Online searches the following government library catalogues:';
  html = html + '	</p>';
  html = html + '	<table width="100%" cellpadding="0" cellspacing="0" border="0"';
  html = html + '		<table width="100%" cellpadding="1" cellspacing="0" border="0">';
  html = html + '		</table>';
  html = html + '		<!-- End Content -->';
  html = html + '		</td>';
  html = html + '		<td valign="top"><! -- Map image goes here --></td>';
  html = html + '	</tr>';
  html = html + '	</table>';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
