if(document.layers){origWidth=innerWidth;origHeight=innerHeight;onresize=function(){if(innerWidth!=origWidth||innerHeight!=origHeight)location.reload()}}


window.defaultStatus = Bündnis Mensch & Tier";

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function TextKopieren(FeldID)
{
	document.getElementById(FeldID).focus();
	document.getElementById(FeldID).select();
	if(document.all)
	{
		Bereich=document.getElementById(FeldID).createTextRange();
		Bereich.execCommand("Copy");
	}
}


function markieren(theField)
{
	var tempval=eval("document."+theField);
	tempval.focus();
	tempval.select();
	if(document.all)
	{
		therange=tempval.createTextRange();
		therange.execCommand("Copy");
	}
}

