/**
 * 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.
 */
<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",175,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
  fw_menu_0.addMenuItem("Step Up","location='stepstool.htm'");
  fw_menu_0.addMenuItem("Inflatable Tub","location='inflatable_tub.htm'");
  fw_menu_0.addMenuItem("Faucet Cover","location='faucet_cover.htm'");
  fw_menu_0.addMenuItem("Bath Mat","location='bathmat.htm'");
  fw_menu_0.addMenuItem("Corner Safe-er-Grip","location='safergrip_corner.htm'");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",155,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
    fw_menu_1.addMenuItem("Step Up","location='stepstool.htm'");
    fw_menu_1.addMenuItem("Car Seat Sun Shade","location='sunshade.htm'");
    fw_menu_1.addMenuItem("The Perfect Feeder","location='perfect_feeder.htm'");
    fw_menu_1.addMenuItem("Stor-a-Stroller","location='storastroller.htm'");
    fw_menu_1.addMenuItem("Nursery Essentials","location='nurseryessentials.htm'");
  fw_menu_1.addMenuItem("Sip 'N Snak","location='sipnsnak.htm'");
  fw_menu_1.addMenuItem("Drain 'N Dry","location='drainndry.htm'");
  fw_menu_1.addMenuItem("Juice Box Buddies","location='juicebox.htm'");
  fw_menu_1.addMenuItem("Floating Bottle Brushes","location='bottlebrushes.htm'");
  fw_menu_1.addMenuItem("Bottle Keeper","location='bottlekeeper.htm'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",155,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
  fw_menu_2.addMenuItem("Appliance Lok","location='appliancelok.htm'");
  fw_menu_2.addMenuItem("Stroller Strap","location='strollerstrap.htm'");
   fw_menu_2.addMenuItem("Tub-Water Temps","location='tubwatertemps.htm'");
  fw_menu_2.addMenuItem("KidKeeper","location='kidkeeper.htm'");
  fw_menu_2.addMenuItem("Door Knob Covers","location='doorknobcovers.htm'");
  fw_menu_2.addMenuItem("Door Pinch Guard","location='doorpinchguard.htm'");
  fw_menu_2.addMenuItem("Safe-Lok","location='safelok.htm'");
  fw_menu_2.addMenuItem("Safe-Lok w/Quick Disable","location='safelok2.htm'");
  fw_menu_2.addMenuItem("Slide Latch","location='slidelatch.htm'");
  fw_menu_2.addMenuItem("Slide-Lok","location='slidelok.htm'");
  fw_menu_2.addMenuItem("Furniture Safety Brackets","location='safetybrackets.htm'");
  fw_menu_2.addMenuItem("Outlet Plugs","location='outletplugs.htm'");
  fw_menu_2.addMenuItem("Shock-Lok","location='shocklok.htm'");
  fw_menu_2.addMenuItem("Safe-Plate","location='safeplate.htm'");
  fw_menu_2.addMenuItem("Power Strip Safety Cover","location='powerstrip.htm'");
  fw_menu_2.addMenuItem("Cord Wind-Up","location='cordwindup.htm'");
  fw_menu_2.addMenuItem("Lid-Lok","location='lidlok.htm'");
  fw_menu_2.addMenuItem("Soft Jamb Door Stops","location='softstop.htm'");
   fw_menu_2.hideOnMouseOut=true;
     window.fw_menu_4 = new Menu("root",175,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
  fw_menu_4.addMenuItem("Safe-er-Grip","location='safergrip.htm'");
  fw_menu_4.addMenuItem("Safe-er-Grip 17","location='safergrip17.htm'");
  fw_menu_4.addMenuItem("Safe-er-Grip 24","location='safergrip24.htm'");
  fw_menu_4.addMenuItem("Tubrail Safe-er-Grip","location='safergrip_tubrail.htm'");
  fw_menu_4.addMenuItem("Corner Safe-er-Grip","location='safergrip_corner.htm'");
  fw_menu_4.addMenuItem("Portable Shower Arm Safe-er-Grip","location='safergrip_shower.htm'");
  fw_menu_4.addMenuItem("Safe-er-Grip Swivel","location='safergrip_swivel.htm'");
  fw_menu_4.addMenuItem("Safe-er-Grip Foot Rest","location='safergrip_footrest.htm'");
  fw_menu_4.addMenuItem("Safe-er-Grip Traveler","location='safergrip_traveler.htm'");
   fw_menu_4.hideOnMouseOut=true;
      window.fw_menu_5 = new Menu("root",175,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
   fw_menu_5.addMenuItem("Contoured Cushie Step-Up","location='cushie_stepup.htm'");
	fw_menu_5.addMenuItem("Cushie Traveler","location='cushietraveler.htm'");
    fw_menu_5.addMenuItem("Contoured Cushie-Tushie","location='cushie.htm'");
 fw_menu_5.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",132,16,"Verdana, Arial, Helvetica, sans-serif",9,"#333399","#990000","#ffffff","#ffffff");
   fw_menu_3.addMenuItem("The Balmoral","location='balmoral.htm'");
  fw_menu_3.addMenuItem("The Highland Satchel","location='highland.htm'");
   fw_menu_3.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
} 