webfxMenuUseHover = true;
webfxMenuHideTime = 500;
webfxMenuShowTime = 150;
webfxMenuImagePath = "/images/"

/* Add, edit, and remove submenu items to the main bar below */
/* warning: disturbing the order of these menu items may change how the menu bar is colored! */
var AcupunctureMenu = new WebFXMenu;
var HerbalMedsMenu = new WebFXMenu;
var MassageMenu = new WebFXMenu;
var ReikiArticlesMenu = new WebFXMenu;
var ReikiMenu = new WebFXMenu;
var PractitionerMenu = new WebFXMenu;
var OfficeInfoMenu = new WebFXMenu;

/* Add items to the submenus here */
AcupunctureMenu.add(new WebFXMenuItem("What is Acupuncture?", "/acupuncture/index.html#whatis", null));
AcupunctureMenu.add(new WebFXMenuItem("Frequently Asked Questions", "/acupuncture/faq.html", null));

HerbalMedsMenu.add(new WebFXMenuItem("What is Chinese Herbal Medicine?", "/chinese_herbal_medicine/", null));


MassageMenu.add(new WebFXMenuItem("Thai Body Work", "/massage/", null));
MassageMenu.add(new WebFXMenuItem("Thai Body Work Origins", "/massage/thaibodyworkorigins.html", null));

ReikiArticlesMenu.add(new WebFXMenuItem("What is a Reiki Master?", "/reiki/articles/what_is_a_reiki_master.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Chronological order of Takata's 22", "/reiki/articles/article_on_takatas_22.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Hawayo Takata's 22 Master Students", "/reiki/articles/reiki_people.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Traditional versus Nontraditional Reiki", "/reiki/articles/trad_vs_nontrad.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Money and Reiki", "/reiki/articles/money_and_reiki.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("My Reiki Journey", "/reiki/articles/my_reiki_journey.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Validity of the Grandmaster Title", "/reiki/articles/carell_ann_farmers_letter.html", ""));
ReikiArticlesMenu.add(new WebFXMenuItem("Letter from Phyllis Lee Furumoto", "/reiki/articles/phyllis_furumotos_letter.html", ""));

ReikiMenu.add(new WebFXMenuItem("Reiki Treatments", "/reiki/treatments.html", null));
ReikiMenu.add(new WebFXMenuItem("What is Reiki?", "/reiki/index.html", null));
ReikiMenu.add(new WebFXMenuItem("Reiki Classes", "/reiki/classes.html", null));
ReikiMenu.add(new WebFXMenuItem("Reiki Books", "/reiki/books.html", null));
ReikiMenu.add(new WebFXMenuItem("Reiki Articles", "/reiki/articles/", null, ReikiArticlesMenu));
ReikiMenu.add(new WebFXMenuItem("Reiki Links", "/reiki/links.html", null));

PractitionerMenu.add(new WebFXMenuItem("Robert N. Fueston, C.Ac., M.S.O.M.", "/practitioners/robert_fueston.html", null));
PractitionerMenu.add(new WebFXMenuItem("Heather Bullock, L.M.T.", "/practitioners/heather_bullock.html", null));

OfficeInfoMenu.add(new WebFXMenuItem("Contact Information", "/office_information/index.html", null));
OfficeInfoMenu.add(new WebFXMenuItem("Driving Directions", "/office_information/index.html", null));

var myBar = new WebFXMenuBar;
myBar.add(new WebFXMenuButton("Home", "/", null));
myBar.add(new WebFXMenuButton("Acupuncture", "/acupuncture/", null, AcupunctureMenu));
myBar.add(new WebFXMenuButton("Chinese Herbal Medicine", "/chinese_herbal_medicine/", null, HerbalMedsMenu));
myBar.add(new WebFXMenuButton("Thai Body Work", "/massage/", null, MassageMenu));
myBar.add(new WebFXMenuButton("Reiki", "/reiki/", null, ReikiMenu));
myBar.add(new WebFXMenuButton("Practitioners", "/practitioners/", null, PractitionerMenu));
myBar.add(new WebFXMenuButton("Office Info", "/office_information/index.html", null, OfficeInfoMenu));