// JavaScript Document
// falls frame irrtümlich allein aufgerufen wird
// falls ohne Frameset aufgerufen... automatisch Frameset aufrufen
if (parent.frames.length < 1) {
	window.top.location.href="start.html?seite="+location;
}

