// ===========================================
//  Created by: John-Erik Omland -- JEOWebProductions.com
// ===========================================

/* -- USAGE:    dropdown menu for main navigation: SHOP : WORKSHOPS : ABOUT
      -- NOTE:      this file must be edited to change dropdown look/feel/function 
    -- USAGE:    image swap & open new browser window code, <BODY onLoad() calls MM_preloadImages()>
                       NOTE: this file for use with TOP LEVEL files only. (Second level files need ../ for location links.)
  */

function mmLoadMenus() {
  if (window.mm_menu_0304143543_0) return;
  
 window.mm_menu_0304143543_0 = new Menu("root",127,21,"Trebuchet MS, Verdana, Arial, sans-serif",11,"#993300","#CC6600","#EDDFB5","#FFFFFF","left","middle",5,0,1000,-5,7,true,true,true,0,false,false);
  mm_menu_0304143543_0.addMenuItem("Ergonomic&nbsp;Cushions","location='shop-all-cushions.html'");
  mm_menu_0304143543_0.addMenuItem("Cushion&nbsp;Sets","location='shop-cushion-sets.html'");
  mm_menu_0304143543_0.addMenuItem("Cushion&nbsp;Pairs","location='shop-cushions-pairs.html'");
  mm_menu_0304143543_0.addMenuItem("Individual&nbsp;Cushions","location='shop-cushions-singles.html'");
  mm_menu_0304143543_0.addMenuItem("Books","location='shop-books.html'");
  mm_menu_0304143543_0.addMenuItem("Accessories","location='shop-must-haves.html'");
   mm_menu_0304143543_0.hideOnMouseOut=true;
   mm_menu_0304143543_0.bgColor='#555555';
   mm_menu_0304143543_0.menuBorder=1;
   mm_menu_0304143543_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0304143543_0.menuBorderBgColor='#996633';
   
window.mm_menu_0304180645_0 = new Menu("root",99,17,"Trebuchet MS, Verdana, Arial, sans-serif",11,"#993300","#CC6600","#EBDCB1","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  mm_menu_0304180645_0.addMenuItem("Group Playshops","location='playshops-groups.html'");
  mm_menu_0304180645_0.addMenuItem("Private&nbsp;Classes","location='playshops-private-classes.html'");
  mm_menu_0304180645_0.addMenuItem("Facilitator","location='playshops-facilitator.html'");
   mm_menu_0304180645_0.hideOnMouseOut=true;
   mm_menu_0304180645_0.bgColor='#555555';
   mm_menu_0304180645_0.menuBorder=1;
   mm_menu_0304180645_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0304180645_0.menuBorderBgColor='#996633';
   
 window.mm_menu_0304194838_0 = new Menu("root",150,17,"Trebuchet MS, Verdana, Arial, sans-serif",11,"#993300","#CC6600","#EADCB0","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  mm_menu_0304194838_0.addMenuItem("About&nbsp;Pillow&nbsp;Talk","location='about.html#begin'");
  mm_menu_0304194838_0.addMenuItem("Going&nbsp;Green","location='about.html#green'");
  mm_menu_0304194838_0.addMenuItem("Shipping&nbsp;&&nbsp;Returns","location='about.html#shippingreturns'");
  mm_menu_0304194838_0.addMenuItem("Privacy&nbsp;Notice","location='about.html#privacy'");
  mm_menu_0304194838_0.addMenuItem("Terms&nbsp;of&nbsp;Service","location='about.html#serviceterms'");
   mm_menu_0304194838_0.hideOnMouseOut=true;
   mm_menu_0304194838_0.bgColor='#555555';
   mm_menu_0304194838_0.menuBorder=1;
   mm_menu_0304194838_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0304194838_0.menuBorderBgColor='#996633';
   
mm_menu_0304194838_0.writeMenus();
} // mmLoadMenus()

// ===========================================

