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('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2 WIDTH=100%>');
document.write('<TR><TD NOWRAP COLSPAN=2><SPAN CLASS=RubTitle>> Research & Consulting</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/modelling_forecasting.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>&nbsp;&nbsp;Modelling & Forecasting</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/economic_policy_analysis.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>&nbsp;&nbsp;Economic & policy <br>&nbsp;&nbsp;analysis</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/market_analysis.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>&nbsp;&nbsp;Market analysis</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/consulting.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>&nbsp;&nbsp;Consulting</SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/research.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>&nbsp;&nbsp;Research programmes</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>> IT & client solutions</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/data_management.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Data management &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/modelling.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Model development <br>analysis &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/it_solutions.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Custom Applications &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>> Training</SPAN></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="http://www.training.enerdata.net/uk.index.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Training courses &nbsp; </SPAN></A></TD></TR>');
document.write('</TABLE>');
document.write('</TD></TR>');
document.write('</TABLE>');
