
//************************************************ 
//* Customizable region d file - this file can be 
//* modified to interface with client search logic.
//*
//* This region is the search form in the 
//* topic navigation area
//*
//* NOTE: DO NOT DELETE THIS FILE.
//*	  You may modify this file or you may
//*	  remove its functionality by deleting
//*	  the thirteen lines below:
//*	  document.write('<tr><td width="70%"></td><td></td>');
//*
//************************************************ 
document.writeln("<!--begin region_d-->");
inputSize = 23;
if ( navigator.appName == "Netscape" ) {
	inputSize = 13;
}
document.write('<table border="0">');
document.write('<tr><td width="70%"></td><td></td>');
document.write('<tr><td>');
document.write('<form name="search" method="post" action="/kbase/list/msindex/search.asp" onSubmit="return isEmpty(document.search.searchterm.value)"><font face="Arial" size="1">New Search</font><br>');
document.write('</td><td></td></tr>');
document.write('<tr><td>');
document.write('<input size="' + inputSize + '" type="text" name="searchterm" title="Enter search term."');
if (document.forms.HW_SearchTerm != null) {
    document.write('value="' + document.forms.HW_SearchTerm.LastTerm.value + '"');
}
document.write('></input>');
document.write('</td><td>');
document.write('<font face="Arial" size="1"><b><input type="submit" value="Go" name="Go Button" title="Click to begin search."></input></b></font><br>');
document.write('<input type="hidden" name="filter" value="all"></input>');
document.write('</td></tr>');
document.write('<tr><td>');

document.write('<font face="Arial" size="1">| <a href="/kbase/support/support-help-html/sec1.htm">Help</a> | <a href="/kbase/default.htm">Search Menu</a> | </font></form>');
// To include the link to OSHG, uncomment the line below, and commment out the line above.
//document.write('<font face="Arial" size="1">| <a href="/kbase/support/support-help-html/sec1.htm">Help</a> | <a href="/kbase/default.htm">Search Menu</a> | <script language="javascript">GetSpanishLink(2);</script> |</font></form>');

document.write('</td><td></td></tr>');
document.write('</table>');
document.writeln("<!--end region_d-->");
