function brief_return_explain4_html() {
  html = '';
  html = html + '<html>';
  html = html + '<head>';
  html = html + '	<title>Status</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>Status</i></b>';
  html = html + '	--><!-- Begin Content  -->';
  html = html + '	<p>This column indicates whether the item is available, checked out, waiting for pickup, on hold, ';
  html = html + '	etc.  The actual words displayed in the';
  html = html + '	status area are provided to TAL Online by each library catalogue and, consequently, they vary from place to place.';
  html = html + '	</p>';
  html = html + '	';
  html = html + '	<!-- End Content -->';
  html = html + '	</td>';
  html = html + '</tr>';
  html = html + '</table>';
  html = html + '</body>';
  html = html + '</html>';
  return html;
}
