<!--naar indexpagina
function inframeindex() {
	if (top == self) {
      var newURL = 'index.html';
	top.location.href = newURL;
	}
}
 
<!-- plaats pagina in frames
function inframes() {
	if (top == self) {
      var newURL = '../inframes.html?' + self.location.href;
	top.location.href = newURL;
	}
}
//stop met verbergen -->
