
function popUp(pPage) {

 popUpWin = window.open(pPage,'popWin','resizeable=yes,scrollbars=yes,width=480,height=570, border=0');

 }
