function framesetladen()
{
	if(!top.frames.length>0)
	{
  		window.location='indexx.html';
 	}
}
function framesetmaximieren()
{
	if(top.frames.length>0)
	{
		top.document.location=self.location;
	}
}
function max()
{
	self.moveTo(0,0);
	self.resizeTo(screen.width,screen.height);
	return;
}