
function PopListWindow(thePage) {
  window.open('http://web.bryant.edu/graduate/' + thePage, null,'status=yes,menubar=no,toolbar=no,location=no,scrollbars=yes,width=400,height=450');
}

