
webfxMenuUseHover = true;
webfxMenuShowTime = 100;
webfxMenuHideTime = 100;
        var topMenus = [];
topMenus[1] = new WebFXMenu();
topMenus[1].width = 229;
topMenus[1].add(new WebFXMenuItem("<b>Desktop Alert</b> Messages", "/products/desktop-alert.aspx"));
topMenus[1].add(new WebFXMenuItem("<b>Screensaver</b> Messages", "/products/corporate-screensaver.aspx"));
topMenus[1].add(new WebFXMenuItem("Desktop <b>News Feeds</b>", "/products/news-feed.aspx"));
topMenus[1].add(new WebFXMenuItem("User Generated Staff <b>Magazines</b>", "/products/electronic-staff-magazine.aspx"));
topMenus[1].add(new WebFXMenuItem("Staff <b>Quiz</b> Channel", "/products/staff-quiz.aspx"));
topMenus[1].add(new WebFXMenuItem("Staff <b>Survey</b> Channel", "/products/staff-survey.aspx"));
topMenus[1].add(new WebFXMenuItem("Internal <b>Social Media</b>", "/products/employee-blog.aspx"));
topMenus[1].add(new WebFXMenuItem("Video demo of All Channels", "/solutions/innovative-organizational-communications.aspx"));
document.write(topMenus[1]);
topMenus[2] = new WebFXMenu();
topMenus[2].width = 229;
topMenus[2].add(new WebFXMenuItem("<b>Internal Communications</b>", "/markets/internal-communications-solutions.aspx"));
topMenus[2].add(new WebFXMenuItem("<b>HR</b> Communications", "/markets/hr-communications.aspx"));
topMenus[2].add(new WebFXMenuItem("<b>IT</b> Communications", "/markets/it-communications.aspx"));
topMenus[2].add(new WebFXMenuItem("<b>Internal Marketing</b> Communications", "/markets/marketing-communications.aspx"));
topMenus[2].add(new WebFXMenuItem("Communicating with <b>Sales</b> Teams", "/markets/communicating-with-sales-teams.aspx"));
topMenus[2].add(new WebFXMenuItem("Communicating with <b>Retail</b> Outlets", "/markets/communicating-with-retail-outlets.aspx"));
document.write(topMenus[2]);
topMenus[3] = new WebFXMenu();
topMenus[3].width = 229;
topMenus[3].add(new WebFXMenuItem("<b>Reduce Email</b> Overload", "/solutions/reducing-email-overload.aspx"));
topMenus[3].add(new WebFXMenuItem("Increasing Message <b>Cut-through</b>", "/solutions/increase-message-cut-through.aspx"));
topMenus[3].add(new WebFXMenuItem("Improving the <b>Intranet</b>", "/solutions/intranet-tips.aspx"));
topMenus[3].add(new WebFXMenuItem("<b>Communicate Change</b> Effectively", "/solutions/communicating-change-to-employees.aspx"));
topMenus[3].add(new WebFXMenuItem("Internal Comms During a <b>Recession</b>", "/solutions/internal-communications-tips-economic-downturn.aspx"));
topMenus[3].add(new WebFXMenuItem("<b>Merger</b> Communication", "/solutions/internal-merger-communication.aspx"));
topMenus[3].add(new WebFXMenuItem("Building <b>Engagement</b>", "/solutions/ways-to-increase-engagement.aspx"));
topMenus[3].add(new WebFXMenuItem("Enhance the value of <b>SharePoint</b>", "/solutions/sharepoint-tips-free.aspx"));
topMenus[3].add(new WebFXMenuItem("Internal <b>Crisis</b> Communication", "/solutions/internal-crisis-communications.aspx"));
topMenus[3].add(new WebFXMenuItem("Communicating with <b>Gen Y</b>", "/solutions/communicating-with-gen-y.aspx"));
topMenus[3].add(new WebFXMenuItem("<b>Twitter</b> and Employee Communications", "/solutions/employee-communications-twitter.aspx"));
topMenus[3].add(new WebFXMenuItem("Communicating with <b>Shift Workers</b>", "/solutions/communicating-with-shift-workers.aspx"));
topMenus[3].add(new WebFXMenuItem("Reach <b>Front Line Staff</b>", "/solutions/front-line-staff-communications.aspx"));
topMenus[3].add(new WebFXMenuItem("Manage Internal Comms <b>Budget</b> Cuts", "/solutions/communications-budget.aspx"));
topMenus[3].add(new WebFXMenuItem("<b>Measuring</b> Internal Communications", "/solutions/measuring-internal-communications-effectiveness.aspx"));
topMenus[3].add(new WebFXMenuItem("Improving <b>Manager Cascade</b>", "/solutions/improving-manager-communication.aspx"));
topMenus[3].add(new WebFXMenuItem("Improving Business Performance", "/solutions/improve-business-performance.aspx"));
topMenus[3].add(new WebFXMenuItem("Improving <b>Executive Communication</b>", "/solutions/improving-executive-communication.aspx"));
topMenus[3].add(new WebFXMenuItem("Video - Downturn Communications", "/solutions/multimedia-employee-communications-solutions.aspx"));
topMenus[3].add(new WebFXMenuItem("<b>Internal Communications Resources</b>", "/solutions/internal-communications-resources.aspx"));
document.write(topMenus[3]);

function showTopMenu(menuIndex, relObj)
{
    for (var i = 0; i < topMenus.length; i++)
    {
        if (topMenus[i] != null)
        {
            if (i == menuIndex)
                topMenus[i].show(relObj, "vertical");
            else
                topMenus[i].hide();
        }
    }
}
        