<!-- Skjuler scriptet for ældre browsere
function ude(knapu)  {
   if (knapu == 1) { document.knap1.src='images/m_for.gif' }
   if (knapu == 2) { document.knap2.src='images/m_mus.gif' }
   if (knapu == 3) { document.knap3.src='images/m_abn.gif' }
   if (knapu == 4) { document.knap4.src='images/m_kon.gif' }
   if (knapu == 5) { document.knap5.src='images/m_nyh.gif' }
   if (knapu == 6) { document.knap6.src='images/m_pre.gif' }
   if (knapu == 7) { document.knap7.src='images/m_lin.gif' }
                    }

function inde(knapi) {
   if (knapi == 1) { document.knap1.src='images/m_for_on.gif' }
   if (knapi == 2) { document.knap2.src='images/m_mus_on.gif' }
   if (knapi == 3) { document.knap3.src='images/m_abn_on.gif' }
   if (knapi == 4) { document.knap4.src='images/m_kon_on.gif' }
   if (knapi == 5) { document.knap5.src='images/m_nyh_on.gif' }
   if (knapi == 6) { document.knap6.src='images/m_pre_on.gif' }
   if (knapi == 7) { document.knap7.src='images/m_lin_on.gif' }
                    }

document.write("</script><div align='center'><center>")
document.write("<table border='0' cellpadding='0' cellspacing='0' width='760'>")
document.write("    <tr>")
document.write("        <td colspan='10'><img src='images/header.gif' width='760'")
document.write("        height='177'></td>")
document.write("    </tr>")
document.write("    <tr>")
document.write("        <td align='center' valign='bottom' colspan='10'")
document.write("        bgcolor='#FFFFFF'><img src='images/banner2.gif' width='705'")
document.write("        height='20'></td>")
document.write("    </tr>")
document.write("    <tr>")
document.write("        <td align='center' bgcolor='#FFFFFF'><img")
document.write("        src='images/fill.gif' width='26' height='15'></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'>")
document.write("        <img src='images/flags.gif' width='78' height='27' BORDER=0 USEMAP='#flags'>")
document.write("        <MAP NAME='flags'>")
document.write("        <AREA SHAPE='RECT' COORDS='3,5,24,20'")
document.write("         HREF='index.html' ALT='Dansk'>")
document.write("        <AREA SHAPE='RECT' COORDS='28,5,49,20'")
document.write("         HREF='DE/index.html' ALT='Deutch'>")
document.write("        <AREA SHAPE='RECT' COORDS='53,5,74,20'")
document.write("         HREF='GB/index.html' ALT='English'>")
document.write("        </MAP>")
document.write("        </td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='index.html'")
document.write("        onmouseout='ude(1);' onmouseover='inde(1);'><img")
document.write("        src='images/m_for.gif' alt='Forside' border='0'")
document.write("        width='90' height='27' name='knap1'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='mus.html'")
document.write("        onmouseout='ude(2);' onmouseover='inde(2);'><img")
document.write("        src='images/m_mus.gif' alt='Museet' border='0'")
document.write("        width='90' height='27' name='knap2'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='abn.html'")
document.write("        onmouseout='ude(3);' onmouseover='inde(3);'><img")
document.write("        src='images/m_abn.gif' alt='Åbningstider' border='0'")
document.write("        width='90' height='27' name='knap3'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='kon.html'")
document.write("        onmouseout='ude(4);' onmouseover='inde(4);'><img")
document.write("        src='images/m_kon.gif' alt='Kontakt' border='0'")
document.write("        width='90' height='27' name='knap4'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='nyheder.html'")
document.write("        onmouseout='ude(5);' onmouseover='inde(5);'><img")
document.write("        src='images/m_nyh.gif' alt='Nyheder' border='0'")
document.write("        width='90' height='27' name='knap5'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='press.html'")
document.write("        onmouseout='ude(6);' onmouseover='inde(6);'><img")
document.write("        src='images/m_pre.gif' alt='Presserum' border='0'")
document.write("        width='90' height='27' name='knap6'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><a href='links.html'")
document.write("        onmouseout='ude(7);' onmouseover='inde(7);'><img")
document.write("        src='images/m_lin.gif' alt='Links' border='0'")
document.write("        width='90' height='27' name='knap7'></a></td>")
document.write("        <td align='center' bgcolor='#FFFFFF'><img")
document.write("        src='images/fill.gif' width='26' height='15'></td>")
document.write("    </tr>")
document.write("</table>")
document.write("</center></div>")
// Slut på kommentar, der skjuler scriptet for ældre browsere -->
