// Site Search Javascript Engine
// copyright 16Mar2003 by Stephen Chapman, Felgall Pty Ltd
// http://www.felgall.com/
//----------------------------------------------
// Please do not alter anything in this file
//----------------------------------------------
var browserName = navigator.appName;var browserVer = parseInt(navigator.appVersion);var agt=navigator.userAgent.toLowerCase();var line1 = "<font face='Arial' size='-1'>Please enter your search term(s) below and press the <b>search<\/b> button: If you wish to see entire listings type <b>stock<\/b> below<\/font><br \/>&nbsp;<br \/>\n<input type='text' size='35' name='s_n' onfocus='this.className=\"uF\"' onblur='this.className=\"cF\"'><br \/>&nbsp;<br \/>\n";
if (agt.indexOf("opera 4") != -1 ) {document.writeln("<p>This function has been disabled because<br \/> <b>Opera 4<\/b> will crash when attempting to display the search results,<br \/> please upgrade to Opera 5, 6, or 7.<\/p>");} else {if (browserName == "Microsoft Internet Explorer"  || browserName == "Netscape" && browserVer < 4) { document.writeln("<form name='sFrm'>"); document.writeln(line1);
document.writeln("<input type='button' value='Search' onClick='find(this.form,xItm)'>\n"); } else {document.writeln("<form name='sFrm' onsubmit='return tFld()'>"); document.writeln(line1); document.writeln("<input type='submit' value='Search'>\n"); } document.writeln("<input type='reset' value=' Clear ' onclick='this.form.s_n.focus()'><br \/>\n"); document.writeln("<\/form><br \/>\n");
document.writeln("<br \/><font size='1'>This JavaScript will return results with the index entry found that is the closest match to the term entered displayed first.<br \/>"); document.writeln("Multiple entries from the same page will appear together with the second and subsequent entries indented.<br \/>Note that the results page is dynamically generated.<\/font><p>"); document.sFrm.s_n.focus();}