function video_popup(URL) {
	popup_window = window.open(URL,'video','width=440,height=365,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0');
    if (window.focus) {
    	popup_window.focus()
    }
    return false; 
}