function ProgrammeMenu( year )
{

document.write('<BR>');
document.write('<TABLE WIDTH="1%" BORDER="0"><TR>');
document.write('<TD ALIGN="right"><IMG SRC="../../images/footer-left.gif" WIDTH="71" HEIGHT="16"></TD>');
document.write('<TD NOWRAP WIDTH="1%" ALIGN="center">. ');

if (year != 2009) { document.write('<A CLASS="footerLink" HREF="../../archive/2009/programme.html" TARGET="main">2009</A> . '); }
if (year != 2008) { document.write('<A CLASS="footerLink" HREF="../../archive/2008/programme.html" TARGET="main">2008</A> . '); }
if (year != 2007) { document.write('<A CLASS="footerLink" HREF="../../archive/2007/programme.html" TARGET="main">2007</A> . '); }
if (year != 2006) { document.write('<A CLASS="footerLink" HREF="../../archive/2006/programme.html" TARGET="main">2006</A> . '); }
if (year != 2005) { document.write('<A CLASS="footerLink" HREF="../../archive/2005/programme.html" TARGET="main">2005</A> . '); }
if (year != 2004) { document.write('<A CLASS="footerLink" HREF="../../archive/2004/programme.html" TARGET="main">2004</A> . '); }
if (year != 2003) { document.write('<A CLASS="footerLink" HREF="../../archive/2003/programme.html" TARGET="main">2003</A> . '); }
if (year != 2002) { document.write('<A CLASS="footerLink" HREF="../../archive/2002/programme.html" TARGET="main">2002</A> . '); }
if (year != 2001) { document.write('<A CLASS="footerLink" HREF="../../archive/2001/programme.html" TARGET="main">2001</A> . '); }
if (year != 2000) { document.write('<A CLASS="footerLink" HREF="../../archive/2000/programme.html" TARGET="main">2000</A> . '); }
if (year != 1999) { document.write('<A CLASS="footerLink" HREF="../../archive/1999/programme.html" TARGET="main">1999</A> . '); }
if (year != 1998) { document.write('<A CLASS="footerLink" HREF="../../archive/1998/programme.html" TARGET="main">1998</A> . '); }

document.write('</TD>');
document.write('<TD ALIGN="left"><IMG SRC="../../images/footer-right.gif" WIDTH="71" HEIGHT="16"></TD>');
document.write('<TR></TABLE>');
document.write('<BR>');

}


function ChildWindow( htmlFile )
{
	var today = new Date();
	var hours = today.getHours();
	var minutes = today.getMinutes();
	var seconds = today.getSeconds();
	var wnd = hours + "_" + minutes + "_" + seconds;

    	var RMFWindow = window.open("../../bios/"+htmlFile, wnd, "width=420,height=460,resizable=yes,toolbar=no,scrollbars=yes,left=0,top=0");
    	if (RMFWindow.focus!=null) { RMFWindow.focus() }
}


