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">climate change<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/climate_change/emissions_inventories.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Emissions inventories</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/carbon_forecasting.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Carbon forecasting</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/carbon-market-research-and-carbon-climate-change.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Carbon market research</SPAN></A></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/mac_curves.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>MAC Curves</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/cdm_projects.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>CDM Projects</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/ghg_policy_mitigation.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>GHG policy evaluation</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/expertise/climate_change/carbon_strategy.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Carbon strategy</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>> Carbon Tools</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/tools/carbon_tools.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Forecasting models <br> & database</SPAN></A></TD></TR>');
document.write('</TABLE>');
document.write('</TD></TR>');
document.write('</TABLE>');
