function search_form_working_articlesearch_explain_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Search an Article Database</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>Select An Article Database</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>If you wish to search a different article database, click on the down arrow and slide your mouse down the list to select';
  html = html + '	a new database to search.</p>';
  html = html + '	';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
