function GetId(id) {
	return document.getElementById(id);
}

function RollCaseOn(WhatTd) {
	GetId(WhatTd).style.backgroundColor="#6699CC";
}

function HideAllMenuLeft(recurse) {
	if (typeof(recurse) == 'undefined') HideAllMenuTop(1);
}

function HideAllMenuTop (recurse) {
	GetId("Expertise").style.visibility="hidden";
	GetId("About").style.visibility="hidden";
}

document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>');
document.write('<TR><TD WIDTH=10>&nbsp;</TD><TD NOWRAP>');
document.write('<span class="titrevertmenu">energy<br><br></span>');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=3 WIDTH=100%>');
document.write('<TR><TD NOWRAP COLSPAN=2><SPAN CLASS=RubTitle>> Expertise</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/forecasting.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy forecasting &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/market_modelling.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Market analysis<br>& modelling &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/efficiency_demand.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy efficiency <br> & demand analysis &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/policy_evaluation.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Policy evaluation &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/technologies.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy technologies &nbsp; </SPAN></A></TD></TR>');
document.write('</TABLE><br>');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=3 WIDTH=100%>');
document.write('<TR><TD NOWRAP COLSPAN=2><SPAN CLASS=RubTitle>> Markets</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/power_expertise.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Power markets &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/oil_gas_expertise.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Oil & Gas markets &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/energy/renewables_expertise.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Renewable markets &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Carbon markets &nbsp; </SPAN></A></TD></TR>');
document.write('</TABLE><br>');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2 WIDTH=100%>');
document.write('<TR><TD NOWRAP COLSPAN=2><SPAN CLASS=RubTitle>> Energy Tools</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/tools/energy_tools.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Models, market data <br>& research &nbsp; </SPAN></A></TD></TR>');
document.write('</TABLE>');
document.write('</TD></TR>');
document.write('</TABLE>');