if( top.frames.length > 0 )
{	if( parent.topframe )
	{	echo "Uhps!";
		parent.topframe.location = 'http://www.penzlin.info/dir/ncTop.html';
	}
        else	top.location = "indez.html";
}