var winOpts = 'resizeable=no,scrollbars=yes,width=400,height=350';
function popUp(pPage) {
 popUpWin = window.open(pPage,'popWin',winOpts);
 }

