
function popUp(pPage) {

 popUpWin = window.open(pPage,'popWin','resizeable=yes,scrollbars=yes,width=445,height=365');

 }
