function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",500,17,"Verdana, Arial, Helvetica, sans-serif",10,"#005430","#D4C32D","#D4C32D","#005430");
fw_menu_0.addMenuItem("What Would Happen If I DID Remove the Mattress Tag?!?","location='tags.htm'");
fw_menu_0.addMenuItem("Finding Gifts In Everyday Life","location='gifts.htm'");
fw_menu_0.addMenuItem("I Want Juice in My life...But Why Do I Always Have to Do All the Squeezing Myself?!?","location='juice.htm'");
fw_menu_0.addMenuItem("Why Can't Everyone Be Like ME???: a 45-60 Minute Breakout Session","location='me.htm'"); 
fw_menu_0.addMenuItem("Four Secrets of Powerful Communication: a 45-60 Minute Breakout Session","location='communication.htm'");
fw_menu_0.addMenuItem("Nurses Program: Celebrating the Difference You Make!","location='celebrate.htm'");
fw_menu_0.addMenuItem("Programs for Teachers","location='programs_teachers.htm'");
//fw_menu_0.fontWeight="bold";
fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",270,17,"Verdana, Arial, Helvetica, sans-serif",10,"#005430","#D4C32D","#D4C32D","#005430");
fw_menu_1.addMenuItem("Two Weeks in China","location='china.htm'");
fw_menu_1.addMenuItem("When You Are Ready, A Teacher Will Come","location='teacher.htm'");
fw_menu_1.addMenuItem("The Usefulness of Low Standards","location='low_standards.htm'");
fw_menu_1.addMenuItem("The Distance To The Basket","location='basket.htm'");
fw_menu_1.addMenuItem("The Creaking Sound of a Mind Opening","location='creaking.htm'");
fw_menu_1.addMenuItem("Some Questions Just Shouldn't Be Asked","location='questions.htm'");
fw_menu_1.addMenuItem("The Part That Sticks","location='sticks.htm'");
fw_menu_1.addMenuItem("You Are Already Precisely Enough","location='enough.htm'");
fw_menu_1.addMenuItem("A Lucky Guy","location='lucky.htm'");
fw_menu_1.addMenuItem("The Clay Aiken Factor","location='aiken.htm'");
fw_menu_1.addMenuItem("Our Best Selves","location='bestselves.htm'");
//fw_menu_1.fontWeight="bold";
fw_menu_1.hideOnMouseOut=true; 
fw_menu_1.writeMenus();
} // SHOW MENU
