// copyright 2002 W.T.G. Resonanz - Veränderung nicht gestattet!

if(top!=self)
top.location=self.location;

var dest=location.search;
if(dest) frames.main.location.href=dest.substring(1,dest.length);

window.defaultStatus = "Jürgen und Ingrid Pöhner";

// disableExternalCapture();

var activeItem;
var backURL = "";
var activeArray;
activePic = "";
galPic = "";
slideshow = 0;
slidespeed = 6000;

function zoom(destPic,text) {
	activePic = destPic;
	activeText = text;
}

function zoom(item,hl,footer) {
	activeItem = item;
	activeHL = hl;
	activeFooter = footer;
}

function gallery(destPic) {
	galPic = destPic;
}


function checkFrameCall() {
	var dest=location.search;
  	if(dest) frames.main.location.href=dest.substring(1,dest.length);
}

