top.document.title = document.title;
if(!eval("parent.main")) {
	thePage=unescape(location.href)
	thePage=thePage.indexOf('?')==-1? thePage.substr(thePage.lastIndexOf('/')+1) : thePage.substring(thePage.lastIndexOf('/')+1,thePage.indexOf('?'))
	thePage=thePage.substr(0,thePage.lastIndexOf('.'))
	location.replace("index.php?p="+thePage);
}
	

function toggle(imagename)
{
	if(document.getElementById(imagename).alt=='mehr...')
	{
		document.getElementById(imagename).src='images/b_up.gif';
		document.getElementById(imagename).alt='weniger...'
	}
	else
	{
		document.getElementById(imagename).src='images/b_down.gif';
		document.getElementById(imagename).alt='mehr...'
	}
}
