<!--
	var loc = window.location + "";
	var arLoc = loc.split("/");
	loc = arLoc[arLoc.length-1];
	if (loc.indexOf("?")>0){loc = loc.substring(0,loc.indexOf("?"));}
	switch(loc){
		case "faq.htm": parent.leftnavFrame.location = "subnavfaq.htm"; break;
		case "bib.htm": parent.leftnavFrame.location = "subnavbib.htm"; break;
		case "aanbod.htm": parent.leftnavFrame.location = "subnavaanbod1.htm"; break;
		case "aanbod.asp": parent.leftnavFrame.location = "subnavaanbod1.htm"; break;
		case "toepassing_tuin.htm": parent.leftnavFrame.location = "subtoepassing.asp?groep=1"; break;
		case "toepassing_huis.htm": parent.leftnavFrame.location = "subtoepassing.asp?groep=2"; break;
		case "toepassing_dieren.htm": parent.leftnavFrame.location = "subtoepassing.asp?groep=3"; break;
		default: 
			var nu = parent.leftnavFrame.location + "";
			if (!(nu.indexOf("subnavhome.htm")>0)){parent.leftnavFrame.location = "subnavhome.htm";}
			break;
	}
// -->