function displayHoofdNav(selected,subselected)
{
	document.write('<table cellspacing="0" cellpadding="0" border="0">');
	document.write('  <tr> ');
	document.write('    <td height="28" colspan="2" bgcolor="#373737"><img src="/gfx/global/hoofdmenu/menu_sport_topbg.gif" width="157" height="28" border="0" /></td>');
	document.write('  </tr>');
	document.write('  <tr> ');
	document.write('    <td width="2" style="background:    url(/gfx/global/sectiemenu/menu_leftbg.gif);"><img src="/gfx/global/spacer.gif" width="2" height="1" alt="" border="0" /></td>');
	document.write('    <td height="66" width="155"><a href="/nieuws/index.html"><img src="/gfx/sport/menu/menu_image_sport.jpg" width="155" height="66" alt="" border="0" /></a></td>');
	document.write('  </tr>');

	document.write('  <tr> ');
		document.write('    <td colspan="2" height="19" style="background:    url(/gfx/global/sectiemenu/menu_button_active.gif);" valign="middle" bgcolor="#101010">');
		document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/nosstudiosport/voorpagina/index.html" class="menu_active">NOS Studio Sport</a>');
		document.write('  </td></tr>');
		document.write('  <tr> ');
		document.write('    <td colspan="2" height="1"><img src="/gfx/global/sectiemenu/menu_button_active_bottom.gif" width="157" height="1" alt="" border="0" /></td>');
		document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td height="15" colspan="2" style="background:    url(/gfx/global/sectiemenu/menu_middlebg.gif);" bgcolor="#B5B5B5">&nbsp;</td>');
	document.write('  </tr>');
	
	document.write('  <tr valign="bottom"> ');
	document.write('    <td height="11" colspan="2"><img src="/gfx/global/sectiemenu/menu_bottom.gif" alt="" width="157" border="0" /></td>');
	document.write('  </tr>');
	document.write('</table>');
} // einde functie displayHoofdNav
