function popUp(url) {
	popupWindow = window.open(url,'cfp_video','height=275,width=352,left=400,top=200,resizable=0,scrollbars=0,toolbar=0,menubar=0;status=0')
	}
