<!--
function openMinistryWindow(file){
  var the_width = 700;
  var the_height = 500;
  opener_win = window.open("http://www.notredameparish.org/ministry/" + file + ".htm","ministry","toolbar=no,location=no,scrollbars=yes,resizable=yes,width="+ the_width +",height=" + the_height);
  opener_win.focus();
}
//-->