

	  <!--

	  if (window.Event) // Only Netscape will have the CAPITAL E.
	  document.captureEvents(Event.MOUSEUP); // catch the mouse up event

	  function nocontextmenu()	// this function only applies to IE4, ignored otherwise.
	  {
	   event.cancelBubble = true
	   event.returnValue = false;

	   return false;
	  }

	  function norightclick(e) // This function is used by all others
	  {
	  if (window.Event) // again, IE or NAV?
	  {
	  if (e.which == 2 || e.which == 3)
	  return false;
	  }
	  else
	  if (event.button == 2 || event.button == 3)
	  {
	  event.cancelBubble = true
	  event.returnValue = false;
	  return false;
	  }

	  }

	  document.oncontextmenu = nocontextmenu;  // for IE5+
	  document.onmousedown = norightclick;	// for all others
	  //-->


//function starttaal()
//{
//
//	document.location.href = '..\' + parent.strtaal + '\start.htm';
//}


function blockError()
{return true;}

window.onerror = blockError;

<!-- Begin


function nw8x6(mypage) {


var w = screen.width;
var h  = screen.height;
var scroll='yes';
var winl = 0;

var wint = 0;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

win = window.open(mypage, 'foto', winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}


function showbegrip(mypage) {

var w = screen.width;
var h  = screen.height;

var scroll='yes';
var winl = 10;

var wint = 10;
w = w / 2;
h = h / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

winbegrip = window.open(mypage, 'begrip', winprops)

if (parseInt(navigator.appVersion) >= 4) { winbegrip.window.focus(); }

}


function closebegrip(){
  winbegrip.close()
  return true;
}

function xxnw8x6(mypage) {


var w = 800;
var h  = 600;
var scroll='yes';
var winl = (screen.width - w) / 2;

var wint = (screen.height - h) / 2;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

win = window.open(mypage, 'foto', winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}


<!-- Begin

function NewWindow(mypage, myname, w, h, scroll) {

var winl = (screen.width - w) / 2;

var wint = (screen.height - h) / 2;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

win = window.open(mypage, myname, winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}

// End -->



function Go(form){
if (form.selectedIndex == 0)
	null;
else
	location = form.options[form.selectedIndex].value;
}


function checkbisdom(){
switch  (document.bisdom.bisdom.selectedIndex+1) {
 case 1:
      self.location.href = "aartsbisdom01.htm";
      break;
 case 2:
      self.location.href = "antwerpen01.htm";
      break;
 case 3:
      self.location.href = "brugge01.htm";
      break;
 case 4:
       self.location.href = "gent01.htm";
       break;
 case 5:
       self.location.href = "hasselt01.htm";
       break;
 case 6:
       self.location.href = "vicariaat brussel01.htm";
       break;

}

}
