/**
 * 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_0905233123_0) return;
  window.mm_menu_0905233123_0 = new Menu("root",133,18,"Arial, Verdana, Helvetica, sans-serif",12,"#3d3d33","#ff6600","#ffffff","#ffffff","right","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0905233123_0.addMenuItem("general&nbsp;help","location='javascript:jsNewWindow();'");
  mm_menu_0905233123_0.addMenuItem("help&nbsp;me&nbsp;with&nbsp;this&nbsp;page","location='javascript:jsNewWindow();'");
   mm_menu_0905233123_0.hideOnMouseOut=true;
   mm_menu_0905233123_0.menuBorder=0;
   mm_menu_0905233123_0.menuLiteBgColor='#ffffff';
   mm_menu_0905233123_0.menuBorderBgColor='#555555';
   mm_menu_0905233123_0.bgColor='#555555';

  mm_menu_0905233123_0.writeMenus();
} // mmLoadMenus()

