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><A HREF="/enerdatauk/services/training/training.html"><SPAN CLASS=RubTitle>> Training</SPAN></A></TD></TR>');
document.write('<TR><TD WIDTH=11></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/market.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Gas &amp; Elec prices &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/prices.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Prices in Europe &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/efficiency.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy Efficiency &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/modelling.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy Modelling &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/medpro.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>MEDPRO &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');
document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/accounting.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink>Energy accounting &nbsp; </SPAN></A></TD></TR>');
document.write('<TR><TD></TD>');

document.write('<TD NOWRAP><A HREF="/enerdatauk/services/training/new_trainings.html" OnMouseOver="HideAllMenuLeft();"><SPAN CLASS=RubLink> Carbon</SPAN></A></TD></TR>');
document.write('</TABLE>');
document.write('</TD></TR>');
document.write('</TABLE>');