function plan(lid,smap) {
	mapurl = "http://www.rik-redaktion.de/szeneplan/?smap=" + smap + "&lid="+lid;
	mapwin = window.open(mapurl,"mapwin","width=730,height=505,resizable=no,status=yes");
	mapwin.focus();
}

function filter() {
  var SucheAktiv = window.location.href.search(/suche\.php/);
  if (SucheAktiv != -1) return (0);
  document.getElementById("suchform").action="day.php";
  document.getElementById("suchform").submit();
}

/*
// Rik-Frameset
if (top.location == self.location) {
		top.location.href="frame.php"+top.location.search;
}
// Ende Rik-Frameset
*/