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 ReikiMenu = 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));




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("My Reiki Journey", "/reiki/articles/my_reiki_journey.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("My Reiki Lineage", "/reiki/lineage.html", null));
//ReikiMenu.add(new WebFXMenuItem("Reiki Articles", "/reiki/articles/", null, ReikiArticlesMenu));
ReikiMenu.add(new WebFXMenuItem("Reiki Video Chat Room", "/reiki/reikivideochat.html", null));

PractitionerMenu.add(new WebFXMenuItem("Robert N. Fueston, C.Ac., M.S.O.M.", "/practitioners/robert_fueston.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("Reiki", "/reiki/treatments.html", null, ReikiMenu));
myBar.add(new WebFXMenuButton("Reiki Articles", "/reiki/articles/what_is_a_reiki_master.html", null, ReikiArticlesMenu));
myBar.add(new WebFXMenuButton("Practitioners", "/practitioners/", null, PractitionerMenu));
myBar.add(new WebFXMenuButton("Office Info", "/office_information/index.html", null, OfficeInfoMenu));
