function advanced_search_explain4_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Customize Results</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>Customize Results</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>Control the way results are displayed by:</p>';
  html = html + '	<ul>';
  html = html + '		<li>Choosing to group identical items (<u>deduplicate</u>),</li>';
  html = html + '		<li>Setting the number of items listed on a single page (<u>records per page</u>), and</li>';
  html = html + '		<li>Selecting the amount of information shown for each item (<u>record format</u>).</li>';
  html = html + '	</ul>';
  html = html + '	';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
