<!--
function openwindow(page,width,height) {
  windowprops = "height=" + height + ",width=" + width + ",location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
  window.open(page, "detail", windowprops);
}
-->

