	<!-- 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);
}

// stop hiding -->

