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 servicesMenu = new WebFXMenu;

/* Add items to the submenus here */
servicesMenu.add(new WebFXMenuItem("Home Care", "/services/home_care.html", null));
servicesMenu.add(new WebFXMenuItem("Staffing", "/services/staffing.html", null));

var myBar = new WebFXMenuBar;
myBar.add(new WebFXMenuButton("Home", "/", null));
myBar.add(new WebFXMenuButton("About", "/about.html", "Learn more about Bluegrass Medicial Staffing."));
myBar.add(new WebFXMenuButton("Services", null, "The services we provide.", servicesMenu));
myBar.add(new WebFXMenuButton("Employ", "/employ.php", "Send us your resume."));
myBar.add(new WebFXMenuButton("Contact", "/contact.php", "Contact us"));
myBar.add(new WebFXMenuButton("Links", "/links.html", "Related websites."));