function RunMenu()
{
document.write ('<object type="application/x-shockwave-flash" data="../fig/menu.swf" width="970" height="150">\n');
document.write ('<param name="movie" value="../fig/menu.swf" />\n');
document.write ('<img src="../fig/noflash.gif" width="970" height="150" alt="Installeer de gratis adobe flash player" />\n');
document.write ('</object>\n');
}
function RunFooter()
{
document.write ('<object type="application/x-shockwave-flash" data="../fig/footer.swf" width="970" height="100">\n');
document.write ('<param name="movie" value="../fig/footer.swf" />\n');
document.write ('<img src="../fig/noflash.gif" width="970" height="100" alt="Installeer de gratis adobe flash player" />\n');
document.write ('</object>\n');
}
