function weiter() {
	//document.getElementById("film").style.display='none';
	//opacity('menu',0,100,800);
	setTimeout("startseite()", 0);
}
function startseite() {
	window.location.href="hauptseite.php?seite=start";
	parent.kopfframe.location.href="de/banner.php";
}
function go_on() {
	//document.getElementById("film").style.display='none';
	//opacity('menu',0,100,800);
	setTimeout("home()", 0);
}
function home() {
	window.location.href="hauptseite.php?page=home";
	parent.kopfframe.location.href="en/banner.php";
}
