var loc = (parent.frames.location.href);
if(parent.frames.length==0)
	{
	parent.frames.location.href="http://www.klaus-wiese.com";
	}
if(loc.indexOf("localhost")== -1 && loc.indexOf("klaus-wiese")== -1)
	{
	parent.frames.location.href="http://www.klaus-wiese.com";
	}
function Cover (Coverbild)
{
	parent.mi_ob.document.images[0].src = "./pics/covers/"+Coverbild;
}
function FensterAuf()
	{
	window.open('http://www.klaus-wiese.com/urlaub.htm','HOLIDAYS','titlebar=no,alwaysRaised=Yes,screenX=0,screenY=50,toolbar=no,location=no,scrolling=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=80');
	}