<!--
function InsertSearchCode(){
// begin FirstGov Affiliates Search.
// action= Sends form parameters to FirstGov Affiliates Search Directory.  DO NOT CHANGE
var	code ='<form action="http://www.firstgov.gov/affiliates/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="500" cellspacing="0" cellpadding="0" title="Search" summary="Contains FirstGov.gov Affiliates search form.">';
	code+='<tr><td valign="middle" width="500" border="0">';
	code+='<font style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: White;">';
	code+='&nbsp;Search EIA using  &nbsp; &nbsp; </font>';
// ad for firstgov
	code+=' &nbsp;<a href="http://firstgov.gov"><img src="http://www.eia.doe.gov/images/firstgovlogo.gif" width="77" height="17" align="baseline" position-top="83px" position-left="133px" alt="click to go to FirstGov.gov for government wide information" border="0"></a>';
	code+='<br>';	
// ...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 alt="click GO to search" border="0" cache="" height="20" name="submit" src="http://www.eia.doe.gov/images/go_EIA.gif" type="image" width="34">';
	code+='</td></tr></table></fieldset></form>';
// end FirstGov Affiliates Search.
	document.writeln(code);
}
//-->

