function advanced_search_explain3_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Assign Sorting Order</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>Assign Sorting Order</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>Control the order in which search results are displayed by setting:</p>';
  html = html + '	';
  html = html + '	<ul>';
  html = html + '		<li>What you want sorted - title, author or date,</li>';
  html = html + '		<li>Which of these fields is sorted first, second and last, and</li>';
  html = html + '		<li>Whether each is sorted in increasing (<b>ascending</b>) or decreasing (<b>descending</b>) order.</li>';
  html = html + '	</ul>';
  html = html + '';
  html = html + '';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
