//================================================//===== Voorkomt kader om links in windows  ======<!-- hide this script from non-javascript-enabled browsersfunction blured() {  for (a in document.links) document.links[a].onfocus = document.links[a].blur;}if (document.all) {  document.onmousedown = blured;}// stop hiding -->