function advanced_search_explain1_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Enter Search Terms</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>Enter search terms</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>Using multiple search terms can help you narrow or expand your search results. ';
  html = html + '	Think about using synonyms to find all books';
  html = html + '	on a topic. For example, you could search for <b>dog</b> and <b>canine</b>';
  html = html + '	at the same time.</p>';
  //html = html + '';
  html = html + '	<p>To narrow a search, consider putting as';
  html = html + '	many words as you can remember from the title and author and subject in one search.';
  html = html + '	</p>';
  html = html + '	<p>';
  html = html + '	You can also search very specific fields or parts of the item description.';
  html = html + '	</p>';
  //html = html + '';
  html = html + '	<p><b>Steps to do an advanced search:</b></p>';
  //html = html + '';
  html = html + '	<ol>';
  html = html + '        	<li>Enter the words you want to search.<br>';
  html = html + '                	You recall a book about horse racing by an author whose last name is Francis.';
  html = html + '	                Type the word <b>horse</b> in one box and <b>francis</b> in another.';
  //html = html + '';
  html = html + '        	</li>';
  //html = html + '';
  html = html + '	        <li>Indicate what part of the record you would like to search - in author, in title, in subject, etc.<br>';
  html = html + '        	        keyword=<font color="#245549">horse</font>  ';
  html = html + '			author=<font color="#245549">francis</font>';
  html = html + '	        </li>';
  //html = html + '';
  html = html + '        	<li>Choose how to combine the search terms - AND, OR, NOT.<br>';
  html = html + '			keyword=<font color="#245549">horse AND</font>  author=<font color="#245549">francis</font>';
  html = html + '		</li>';
  //html = html + '';
  html = html + '	        <li>Click on the Search button.</li>';
  //html = html + '';
  html = html + '	</ol>';
  //html = html + '	';
  html = html + '	<p>Find out more about:</p>';
  html = html + '	<ul>';
  html = html + '		<li><u>Search fields</u> and how to use them.</li>';
  html = html + '		<li><u>Boolean searching</u> with <u>AND,OR, NOT</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;
}
