// JavaScript Document
function videofenster(film){
		// Fenster öffnen mit Videofilm und Tracking
myfilm=film;
//myzettel=zettel;
Fenster=window.open('/media/index.php?video1='+myfilm, 'Video', 'width=980, height=655, left=10, top=10');
		Fenster.focus();
}
function videofenster960(film){
		// Fenster öffnen mit Videofilm und Tracking
myfilm=film;
//myzettel=zettel;
Fenster=window.open('/media/index960.php?video1='+myfilm, 'Video', 'width=970, height=685, left=0, top=0, status=0, menubar=0, location=0');
		Fenster.focus();
}

function mediafenster(film, film_width){
// Fenster öffnen mit Videofilm und Tracking
film;
//myzettel=zettel;
Fenster=window.open('/media/mediafenster.php?video='+film+'&width='+film_width+'&format=flv'+film_width, 'Video', 'width=970, height=700, left=0, top=0, status=0, menubar=0');
		Fenster.focus();
}
