
function popUpVideo(pPage) {

 popUpWin = window.open(pPage,'popWin','resizeable=yes,scrollbars=yes,width=480,height=400');

 }

