/**
 * mm_menu 20MAR2002 Version 6.0
 * Andy Finnell, March 2002
 * Copyright (c) 2000-2002 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.
 */

function mmLoadMenus() {
  if (window.mm_menu_0619154349_0) return;
            window.mm_menu_0619154349_0 = new Menu("root",204,18,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#91c719","#60a426","left","middle",3,0,1000,-5,7,true,true,true,7,true,true);
  mm_menu_0619154349_0.addMenuItem("Contract&nbsp;Engineering","window.open('contractengineering.html', '_self');");
  mm_menu_0619154349_0.addMenuItem("Product&nbsp;Development","window.open('productdevelopment.html', '_self');");
  mm_menu_0619154349_0.addMenuItem("Contract&nbsp;Mfg","window.open('contractmfg.html', '_self');");
  mm_menu_0619154349_0.addMenuItem("Fabrication&nbsp;and&nbsp;Machining","window.open('fabricationandmachining.html', '_self');");
  mm_menu_0619154349_0.addMenuItem("Consulting","window.open('consulting.html', '_self');");
  mm_menu_0619154349_0.addMenuItem("Sourcing","window.open('sourcing.html', '_self');");
   mm_menu_0619154349_0.fontWeight="bold";
   mm_menu_0619154349_0.hideOnMouseOut=true;
   mm_menu_0619154349_0.bgColor='#CCCCCC';
   mm_menu_0619154349_0.menuBorder=1;
   mm_menu_0619154349_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0619154349_0.menuBorderBgColor='#006600';

mm_menu_0619154349_0.writeMenus();
} // mmLoadMenus()

