/**
 * fw_menu 24OCT2000 Version 4.0
 * John Ahlquist, October 2000
 * Copyright (c) 2000 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */

// 20020812
// modified by Fumi Tanaka

function fwLoadMenus() {
  window.fw_menu_4 = new Menu("Menu1",250,18,"Verdana, Arial, Helvetica, sans-serif",11,"#333333","#000000","#dddddd","#E7C9E6");
  fw_menu_4.addMenuItem("Department of Nuclear Engineering","location='staff-dne.html'");
  fw_menu_4.addMenuItem("Department of Energy Science","location='staff-des.html'");
  fw_menu_4.fontWeight="plain";
  fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} 
