var bar = "<table cellspacing=\"1\" cellpadding=\"0\" border=\"0\">";
var ns4 = (document.layers) ? true : false;

var ok = (navigator.userAgent.indexOf("MSIE") == -1 && document.getElementById) ? true : false;

bar +=

// Organisation
'<tr>';

bar +=
	'<TD id="tdOrganisation" VALIGN=\"top\">' +
	'<DIV id="Organisation"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(0,\'Show\');" onmouseout="CheckLoaded(0,\'Hide\')">' +
	'&nbsp;&nbsp;&nbsp;&nbsp;Forside&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderOrganisation" style="position:absolute;visibility:hidden;z-index:2;" onmouseover="CheckLoaded(0,\'Show\')"; ' + 
	'onmouseout="CheckLoaded(0,\'Hide\')"></DIV>';
	bar += ' </td>';

// Nyheder
bar +=
	'<td id="tdNyheder" VALIGN=\"top\">' +
	'<DIV id="Nyheder"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(1,\'Show\');" onmouseout="CheckLoaded(1,\'Hide\')">' +
	'&nbsp;"La Marmotte"&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderNyheder" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(1,\'Show\')"; ' +
		'onmouseout="CheckLoaded(1,\'Hide\')"></DIV>';
	bar += ' </td>';

// Ligahold
bar +=
	'<td id="tdLigahold" VALIGN=\"top\">' +
	'<DIV id="Ligahold"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(2,\'Show\');" onmouseout="CheckLoaded(2,\'Hide\')">' +
	'&nbsp;Gæstefortællinger&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderLigahold" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(2,\'Show\')"; ' +
		'onmouseout="CheckLoaded(2,\'Hide\')"></DIV>';
	bar += ' </td>';

// Afdelingen
bar +=
	'<td id="tdAfdelingen" VALIGN=\"top\">' +
	'<DIV id="Afdelingen"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(3,\'Show\');" ' +
	'onmouseout="CheckLoaded(3,\'Hide\')">&nbsp;Bjergene&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderAfdelingen" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(3,\'Show\')"; ' +
		'onmouseout="CheckLoaded(3,\'Hide\')"></DIV>';
	bar += ' </td>';

// Stadion
bar +=
	'<td id="tdStadion" VALIGN=\"top\">' +
	'<DIV id="Stadion"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(4,\'Show\');" ' +
	'onmouseout="CheckLoaded(4,\'Hide\')">&nbsp;Info & Foto&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderStadion" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(4,\'Show\')"; ' +
		'onmouseout="CheckLoaded(4,\'Hide\')"></DIV>';
	bar += ' </td>';

// Skole
bar +=
	'<td id="tdSkole" VALIGN=\"top\">' +
	'<DIV id="Skole"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(5,\'Show\');" ' +
	'onmouseout="CheckLoaded(5,\'Hide\')">&nbsp;Køretider&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderBilletter" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(5,\'Show\')"; ' +
		'onmouseout="CheckLoaded(5,\'Hide\')"></DIV>';
	bar += ' </td>';

// Sponsorklub
bar +=
	'<td id="tdSponsorklub" VALIGN=\"top\">' +
	'<DIV id="Sponsorklub"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(6,\'Show\');" ' +
	'onmouseout="CheckLoaded(6,\'Hide\')">&nbsp;"Le Tour 2010"&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderSponsorklub" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(6,\'Show\')"; ' +
		'onmouseout="CheckLoaded(6,\'Hide\')"></DIV>';
	bar += ' </td>';

// Fans
bar +=
	'<td id="tdFans" VALIGN=\"top\">' +
	'<DIV id="Fans"><a href="javascript:void(0)" CLASS="MenuBar" onmouseover="CheckLoaded(7,\'Show\');" ' +
	'onmouseout="CheckLoaded(7,\'Hide\')">&nbsp;Links&nbsp;&nbsp;&nbsp;</a></DIV>';

if (ok)
	bar += '<DIV id="UnderFans" style="position:absolute;visibility:hidden;z-index:2" onmouseover="CheckLoaded(7,\'Show\')"; ' +
		'onmouseout="CheckLoaded(7,\'Hide\')"></DIV>';
	bar += ' </td>';


	'</tr>' +
	'</table>';

document.write(bar);