/**
 * @author diefirma (sven@diefirma.de)
 * @version 1.1
 */

function open_popup() {
    var newwin;
    newwin = window.open("fileadmin/template/video_popup/video_popup.html","video_popup","width=371,height=450,screenX=50,left=50,screenY=50,top=50,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no");
}




