function MM_openBrWindow(theURL,winName,features) { //v2.0
  openwindow = window.open(theURL,winName,features);
  openwindow.moveTo(20,20);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function opennew() {

if (is.win32)
{
   if (is.opera)
   			{
			openkaart = window.open('/kaart/kaart-fs.asp?b=j','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
			}
   else if (is.ie)
   {
	if (is.ie4)
			{
			openkaart = window.open('/kaart/kaart-fs.asp?b=i&v=4','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
			}
	
	else if (is.ie4up)
			{
			openkaart = window.open('/kaart/kaart-fs.asp?b=i','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
			}
	}
	else if (is.nav)
	{
	 if (is.nav4)
			{
			openkaart = window.open('/kaart/kaart-fs.asp?b=n','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
			}
	 else if (is.nav5)
	 		{
			openkaart = window.open('/kaart/kaart-fs.asp?b=j','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
			}
	}	
}
else
{
			openkaart = window.open('/kaart/kaart-fs.asp?b=j','kaart','width=900, height=550');
			openkaart.moveTo(20,20);
}}
//-->

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}

function CorrectFrameSet()  {
// Name of frameset file
  var container = "index.html"
  // Disect the path of the parent
  var wname = parent.location.pathname.substring((parent.location.pathname.lastIndexOf("/"))+1).toLowerCase()
  // Test whether inside that document
  if (wname!=container)
    parent.location.replace(container)
 }
 

function Netscape4() {
	if (is.nav4)
	{
	   alert('Deze site is niet geoptimaliseerd voor het gebruik van Netscape 4 of lager. Voor goed gebruik van de site raden wij u aan een nieuwere versie van Netscape te downloaden');
	}
}