 function navigation()
 {
  document.writeln("<a href=\"actueel.html\" onfocus=\"this.blur();\" >actueel</a> | "); 
  document.writeln("<a href=\"kunstprijs.html\" onfocus=\"this.blur();\" >kunstprijs</a> | ");
  
  document.writeln("<a href=\"biografie.html\" onfocus=\"this.blur();\" >biografie</a> | ");
  document.writeln("<a href=\"thematiek.html\" onfocus=\"this.blur();\" >thematiek</a> | ");
 
  document.writeln("<a href=\"openingsrede.html\" onfocus=\"this.blur();\" >openingsrede</a> | ");
  
document.writeln("<a href=\"interview.html\" onfocus=\"this.blur();\" >interview</a> | ");

  document.writeln("<a href=\"exposities.html\" onfocus=\"this.blur();\" >exposities</a> | ");
  document.writeln("<a href=\"links.html\" onfocus=\"this.blur();\" >links</a> | ");
  document.writeln("<a href=\"contact.html\" onfocus=\"this.blur();\" >contact</a>");
 }


 function navigation_top()
 {
  document.writeln("<a href=\"index.html\" onfocus=\"this.blur();\" >recent werk</a> | ");
  document.writeln("<a href=\"freudiaanse_droombeelden.html\" onfocus=\"this.blur();\" >freudiaanse droombeelden</a> | ");
  document.writeln("<a href=\"mythologische_voorstellingen.html\" onfocus=\"this.blur();\" >mythische voorstellingen</a> | ");
  document.writeln("<a href=\"ander_werk.html\" onfocus=\"this.blur();\" >ander werk</a> | ");
  document.writeln("<a href=\"toegepast_werk.html\" onfocus=\"this.blur();\" >toegepast werk</a>");
  document.writeln("<a href=\"florence.html\" onfocus=\"this.blur();\" >florence</a>");
 }

 function header()
 {
  document.writeln("<a href=\"actueel.html\" onfocus=\"this.blur();\"><img src=\"images/pixel.gif\" width=\"90\" height=\"100\" border=\"0\" alt=\"actueel\"/></a>");
 }



