function zeigekurs(url, width, height) {

    objMovieWindow = window.open(url, "movieWindow", "width=" + width + ", height=" + height + ", top=0, left=0, status=false, toolbar=false, menubar=false, location=false, directories=false, scrollbars=false, resizable=false"); 

    objMovieWindow.focus();

} 

