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