/* copyright by Joerg Buetehorn - http://www.buetehorn.de  */

function frametest() {
if(top.frames.length > 0)
      top.location.href=self.location;
else {
return true;
 }
}

function vollbild()  {
	self.moveTo(0,0)
	self.resizeTo(screen.availWidth,screen.availHeight)
}

function init() {
	frametest();
}
/* Javascript by Joerg Buetehorn - http://www.buetehorn.de  */


