<!--
function popUp(url) {						// Brings up a new window to temporarily view another site.
  window.open(url,"","width=600,height=400,status=yes,resizable=yes,scrollbars=yes,location=yes,toolbar=yes");
}
//-->