var newwindow;
var opener = "";
var participants = "";

function vidPopup(videoDir, videoFile, videoTitle, opener, participants) {

	var url = "http://www.clintondigital.net/cgimedia/flv/playerB.php?vfile=cgiu09/" + videoFile + "&vtitle=" + videoTitle;

	newwindow = window.open(url,'CGI_University','menubar=no,width=636,height=555,toolbar=no,titlebar=yes');

	if (window.focus) {

		newwindow.focus()

	}//end if

}//end vidPopup
