function navigatiehoofd()
{
document.write( '<table align=center><tr><td>' );
document.write( '<a href="http://wadloper.diesel-trein.nl" target="_top"><img src="../plaatjes/naarwadloper.gif" alt="Wadloper" title="Zie ook mijn Wadloper bladzijde" width=81 height=65 border=0></a>' );
document.write( '<a href="http://buffel.diesel-trein.nl" target="_top"><img src="../plaatjes/naarbuffel.gif" alt="Buffel" title="Zie ook mijn Buffel bladzijde" width=81 height=65 border=0></a>' );
document.write( '<a href="http://lint.diesel-trein.nl" target="_top"><img src="../plaatjes/naarlint.gif" alt="Lint" title="Zie ook mijn Lint bladzijde" width=81 height=65 border=0></a>' );
mail( '<img src="../plaatjes/post.gif" alt="Post" title="Stuur mij een e-mailtje" width=81 height=65 border=0 lowsrc="../plaatjes/post.gif">' );
document.write( '</td><td><b><i>' );
document.write( 'Zie ook mijn <a href="http://wadloper.diesel-trein.nl" target="_top">Wadloper bladzijde</a>. <br>' );
document.write( 'Zie ook mijn <a href="http://buffel.diesel-trein.nl" target="_top">Buffel bladzijde</a>. <br>' );
document.write( 'Zie ook mijn <a href="http://lint.diesel-trein.nl" target="_top">Lint bladzijde</a>. <br>' );
document.write( 'Stuur mij een ');
mail( 'e-mailtje' );
document.write( '.</i></b></td></tr></table>' );
return;
}

function inhoud()
{
document.write('<div align=center>');
document.write('<a href="../teksten/inhoud.html">'+
               '<img src="../plaatjes/inhoud.gif" '+
               'title="Terug naar inhoud" '+
               'alt="Terug" '+
               'width=69 height=30 border=0></a>');
document.write('</div>');
return;
}

function terug()
{
document.write('<div align=center>');
document.write('<a href="JavaScript:history.back()">'+
               '<img src="../plaatjes/links.gif" '+
               'title="Terug" '+
               'alt="Terug" '+
               'width=27 height=30 border=0></a>&nbsp;');
document.write('<a href="#top">'+
               '<img src="../plaatjes/omhoog.gif" '+
               'title="Ga naar top" '+
               'alt="Top" '+
               'width=25 height=30 border=0></a>');
document.write('</div>');
return;
}

function mail(tekst)
{
document.write('<a href="mailto:gtw@diesel-trein.nl">'+tekst+'</a>');
return;
}

function nieuw(tekst,align)
{
document.write('<img src="../plaatjes/gtwnieuw.gif" alt="'+tekst+'" title="'+tekst+'" ');
if(align=='')
  document.write('align=bottom ');
else
  document.write('align='+align+' ');
document.write('width=100 height=15 border=0>');
return;
}

function link(bladzijde, tekst)
{
if( (bladzijde=="wadloper") || (bladzijde=="Wadloper") || (bladzijde=="dh") )
  document.write( '<a href="http://wadloper.diesel-trein.nl" target="_top">' + tekst + '</a>' );
else
if( (bladzijde=="buffel") || (bladzijde=="Buffel") || (bladzijde=="dm90") )
  document.write( '<a href="http://buffel.diesel-trein.nl" target="_top">' + tekst + '</a>' );
else
if( (bladzijde=="lint") || (bladzijde=="Lint") )
  document.write( '<a href="http://lint.diesel-trein.nl" target="_top">' + tekst + '</a>' );
else
  document.write(tekst);
return;
}

function fotolink(bestand,titel)
{
document.write( '<a href="../teksten/foto.php?foto='+bestand+'"><img ' +
                'src="../fotos/'+bestand+'.gif" '+
                'alt="'+titel+'" '+
                'title="'+titel+'" '+
                'align=right height=50 border=0></a>' );
return;
}

