function popUp2(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=no,scrollbars=yes,menubar=no,width=740,height=600');
}
