function checkFrameset(forwardURL) {
	if(!parent.Hauptframe)
		window.location.href = forwardURL + "?" + self.location.href;
}
