// JavaScript Document

function collapse(ziel, was) {
   	document.getElementById(ziel).style.display = was;
}

//popup
function popUp(url,breite,hoehe){
	kmopop=window.open(url,"","width="+breite+",height="+hoehe+",location=no,scrollbars=yes");
}

function trailer(url,breite,hoehe){
		popUp('kmotrailer.html','650','420');
		window.location.href = 'handlung.html';
}
