// JavaScript Document

function popUp(pPage) {
  window.open(pPage,'popWin','resizable=yes,scrollbars=yes,width=500,height=400,toolbar=no');
}

function popUp1(pPage) {
  window.open(pPage,'popWin','resizable=yes,scrollbars=yes,width=520,height=330,toolbar=no');
}
