function herstelFrameset(strParams) {
	try {
		var strHRef = top.location.pathname;
	} catch(er) {
		var strHRef = "";
	}
	if (strHRef != "/default.asp" && strHRef != "/" && strHRef != "") {
		top.location.replace("/default.asp?" + strParams);
	}
}
