	<!-- scripts voor mouseover effect menu en uitklap menu met stylesheets
		if (document.layers) { 
		layerRef=".layers[";
		styleRef="]";
		}
		else if (document.all) { 
		layerRef=".all[";
		styleRef="].style";
		}
		else if (document.getElementById) { 
		layerRef=".getElementById(";
		styleRef=").style";
		}
		
		function toon(myitem)
		{
		eval ("document"+layerRef+"'profielsub'"+styleRef+".visibility='hidden'");
		eval ("document"+layerRef+"'dienstsub'"+styleRef+".visibility='hidden'");
		eval ("document"+layerRef+"'nieuwssub'"+styleRef+".visibility='hidden'");
		eval ("document"+layerRef+"'contactsub'"+styleRef+".visibility='hidden'");						
		eval
		("document"+layerRef+"'"+myitem+"'"+styleRef+".visibility='visible'");
		}
		function weg(myitem)
		{
		eval ("document"+layerRef+"'"+myitem+"'"+styleRef+".visibility='hidden'");
		}

	<!-- hide this script from non-javascript-enabled browsers
		function MM_reloadPage(init) {  //reloads the window if Nav4 resized
	  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
	MM_reloadPage(true);

	/* Function that swaps images. */
	function swapstart(id, newSrc) {
    	var theImage = FWFindImage(document, id, 0);
	    if (theImage) {
        theImage.src = newSrc;
    	}
	}

	/* Functions that track and set toggle group button states. */
	function FWFindImage(doc, name, j) {
	    var theImage = false;
	    if (doc.images) {
        theImage = doc.images[name];
	    }
	    if (theImage) {
        return theImage;
	}
    if (doc.layers) {
        for (j = 0; j < doc.layers.length; j++) {
            theImage = FWFindImage(doc.layers[j].document, name, 0);
            if (theImage) {
                return (theImage);
            }
        }
    }
    return (false);
}

function change_toon()
{
   pObj1 = document.getElementById('weet1');
   pObj2 = document.getElementById('weet2');   
   if (pObj1.style.display=='inline')
   {
      pObj1.style.display='none';
      pObj2.style.display='inline';
   }
   else
   {
      pObj1.style.display='inline';
      pObj2.style.display='none';
   }
}
function change_toon2()
{
   pObj1 = document.getElementById('weet1');
   pObj2 = document.getElementById('weet2');   
   pObj3 = document.getElementById('weet3');      
   if (pObj1.style.display=='inline')
   {
      pObj1.style.display='none';
      pObj2.style.display='inline';
      pObj3.style.display='none';	  
   }else if (pObj2.style.display=='inline')
   {
      pObj1.style.display='none';
      pObj2.style.display='none';
      pObj3.style.display='inline';	 	  
   } else 
   {
      pObj1.style.display='inline';
      pObj2.style.display='none';
      pObj3.style.display='none';	 	  
   }   
}

function pop(pagina) 
{
window.open (pagina,'uitleg','resize=yes,scrollbars=yes,status=no,width=400,top=197,left=482,height=300');
}
// stop hiding -->


