function wechseln(x)
{
	if(x=='#')
	{
		document.forms[0].reset();document.forms[0].elements[0].blur();
		return;
	}
	else
	{
		window.location.href = x; document.forms[0].elements[0].blur();
	}
}

   function openWin(url, windowname, s, w, h)
{
  newWin=window.open(url, windowname, "scrollbars=" + s + ",width=" + w + ",top=226,left=166,screenX=166,screenY=226,height=" + h)
  newWin.focus()
}

window.defaultStatus = "www.oldenkott.info";

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=30
}

function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

if ((document.referrer.length > 0) && (document.images) && (document.referrer.toLowerCase().indexOf('oldenkott') < 0))
{ 
	refstat = new Image(1,1); 
	refstat.src = "http://www.webhits.de/cgi/refstat?df=73911&ref="+escape(document.referrer);
}