// point non opb.org sites to this file to get popup functionality. this function also exists in the javascript.js global opb file.

function popVideo(URL, winName) {
	newWindow = window.open(URL, winName,"top=100,left=100,width=500,height=400,resizable=no,scrollbars=no");
	}