//if there is no parent window with a frameset containing the 'main'-Frame than we must redirect to the frameset template
if (parent.frames['main']==null)
{
	//alert('redirecting to fileadmin/template/frameset.php');
	document.location='fileadmin/template/frameset.php';
}