	<!-- 
	function RebuildFrameset() {
		var LocationParams = location.search;
		if(LocationParams) 
			frames.Hauptframe.location.href = LocationParams.substring(1,LocationParams.length);
	}
	//-->