// JavaScript Document

function neues_fenster(film)
{
	open("movies/"+film+".html",film,"width=420, height=420,screenX=250,screenY=150,resizable=yes,menubar=no,location=no");
}

function neues_fenster_flash(film, w, h)
{
	open("movies/"+film+".html",film,"width="+w+", height="+h+",resizable=yes,menubar=no,location=no");
}
