
	<!--
	function medienfenster(doc_id){
		medienwindow=window.open(doc_id+".php","medienfenster","screenX="+15+",left="+15+",screenY="+15+",top="+15+",width=791,height=550,scrollbar=no,toolbar=no,status=no,menubar=no,location=no,directories=no");medienwindow.focus();
		}

	function videofenster(doc_id){
		videowindow=window.open("video.php?clip="+doc_id,"videofenster","screenX="+25+",left="+25+",screenY="+25+",top="+25+",width=320,height=268,scrollbar=no,toolbar=no,status=no,menubar=no,location=no,directories=no");videowindow.focus();
		}

	function jukebox(doc_id){
		videowindow=window.open("jukebox.php?clip="+doc_id,"videofenster","screenX="+35+",left="+35+",screenY="+35+",top="+35+",width=600,height=400,scrollbar=no,toolbar=no,status=no,menubar=no,location=no,directories=no");videowindow.focus();
		}

	//-->
