/* Scriptdatei zu www.kaibach.de */

window.defaultStatus = 'BERND KAIBACH';

function TitelWechsel(titel,farbe)
{
	parent.oben.document.bgColor=farbe;
	
	if (document.all)
	{
		parent.thema.document.all.inhalt.innerHTML=titel;	
	}
	
	else if (document.layers)
	{
		parent.thema.document.Output.document.open();		
		parent.thema.document.Output.document.clear();
		parent.thema.document.Output.document.write("<p class='thema'>" + titel + "</p>");
		parent.thema.document.Output.document.close();
	}
}

function doResize()
{
	location.reload()
}

if(document.layer)
{
	setTimeout('window.onresize=doResize',500);
}
