<!--
function displayOverview() {
  window.showModalDialog ('/about/slideshow/',null,'resizable:yes; status:no; dialogHeight:540px; dialogWidth:683px; help:no; status:no');
  }
function displaypage(strURL) {
  window.open (strURL,null,'status=yes,scrollbars=yes,resizable=yes,width=760,height=580');
  }
-->