<!--
function InsertEIAHeaderCode(){
var	code='<TABLE border="0" width="980" cellspacing="0" cellpadding="0" title="Search" summary="Contains EIA logo & FirstGov.gov Affiliates search form & glossary">';
// need border? <TABLE borderColor=#ffffff cellSpacing=0 cellPadding=0 border=1>
    code+='<TBODY> <TR> <TD vAlign=center scope=col noWrap align=left width="470" rowSpan=2>';
	code+='<a href="http://www.eia.gov"><IMG src="eiabanner.gif" width="470" height="38" border="0"';
	code+=' alt="Return to EIA home page" title="Return to EIA home page"></a></TD></TR>';
//    code+='<TR> <TD scope=col noWrap borderColor=#990000 width="200" bgColor=#e8e8e8>&nbsp;';
    code+='<TR><TD align="right" scope=col noWrap width="200">';
// begin FirstGov Affiliates Search.
// action= Sends form parameters to FirstGov Affiliates Search Directory.  DO NOT CHANGE    
   code+='<form style="DISPLAY: inline" method="get" action="http://usasearch.gov/search">';
	code+='<input type="hidden" name="affiliate" value="eia.doe.gov">';
	code+='<input type="hidden" name="v:project" value="firstgov">';
// ...textbox for your search terms... You may alter the width of the search box here by changing the size="x" parameter
	code+='&nbsp;<input class="sbox" type="text" name="query" size="20" maxlength="256" title="enter the information you are searching for" />';
// submit button is a graphic
	code+='&nbsp;<input type="image" name="search" alt="enter terms to search" src="search_button.gif" align="absmiddle" border="0" title="click to search EIA">';
	code+='</form>';  //</fieldset>
// end FirstGov Affiliates Search.
// glossary on next line	
	code+='<br><A href="http://www.eia.gov/glossary/index.cfm"> ';
	code+='<FONT face="Arial, Helvetica, sans-serif" size=2>Glossary</FONT></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
    code+='</TD></TR></TBODY></TABLE> ';  
	
//          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="search_button.gif" width="50" height="17" align="absmiddle">&nbsp; 
	document.writeln(code);
}
//-->


