function popwindow(popsrc,stuff) {
        videoWindow = window.open(popsrc, 'Popups', stuff)
}
