function GoToService() {
	if(top.opener) {
		top.opener.top.location.href = "/planet/de/info/frameset_presseservice.php";
		top.opener.top.window.blur();
		top.window.focus();
		setTimeout("top.window.focus()", 1000); // Internet Explorer erzwingt bei Seitenwechsel offenbar ein Focus (für opener)
		setTimeout("top.window.focus()", 2500);
		setTimeout("top.window.focus()", 5000);
	}
}
