<!--
function InsertSearchCode(){
// begin FirstGov Affiliates Search.
// action= Sends form parameters to FirstGov Affiliates Search Directory.  DO NOT CHANGE
var	code='<table border="0" cellspacing="0" cellpadding="6" bgcolor="000066" title="Search" summary="Contains FirstGov.gov Affiliates search form.">';
	code+='<tr valign="top" style="height: 10px;"><td>';
 	code+='<form action="http://www.firstgov.gov/fgsearch/index.jsp" name="query" id="query" target="results" style="display: inline;">';
	code+='<input type="hidden" name="db" value="www-fed-all">';
	code+='<input type="hidden" name="domain" value="www.eia.doe.gov">';
	code+='<input type="hidden" name="pl" value="domain">';
	code+='<input type="hidden" name="adv" value="0010">';
	code+='<input type="hidden" name="fr" value="0">';
	code+='<input type="hidden" name="de" value="detailed">';
	code+='<input type="hidden" name="nr" value="10">';
	code+='<input type="hidden" name="ms0" value="should">';
	code+='<input type="hidden" name="mt0" value="all">';
// FIELDSET needed for Section 508 compliance.  The width and height of the frame surrounding the form can be altered below in the FIELDSET width-height params
// 	code+='<fieldset style="width:300px; height:55px; border:0px">';
//	code+='<table width="180" cellspacing="0" cellpadding="0" title="Search" summary="Contains FirstGov.gov Affiliates search form.">';
//	code+='<tr><td valign="bottom" width="180" border="0">';
// ...textbox for your search terms... You may alter the width of the search box here by changing the size="x" parameter
	code+='<input type="text" name="mw0" id="label_for_mw2" size="20" maxlength="256" title="type the product you are looking for">';
// submit button is a graphic
	code+='&nbsp;<input type="image" name="search" alt="click GO to search" src="http://www.eia.doe.gov/images/go3.gif" border="0" title="click GO to search">';
	code+='<br><IMG src="http://www.eia.doe.gov/images/searchtext.gif"></form></td></tr></table>';  //</fieldset>
// end FirstGov Affiliates Search.
	document.writeln(code);
}
//-->

