    /**
     * Menu Variables for FOS Transmenu
     * Created: 29/05/2008
     * Modified: 19/06/2008     
     * 
     */                   
    
    var rootUrl = "http://www.fos.org.au/centric";
    var rootHome = "/home_page";
    
    // Modify the value in quotes if page name or location changes
    var searchCaseOutComes = rootUrl + rootHome + "/cases/search_case_outcomes.jsp";
    var lodgeComplaint = rootUrl + rootHome + "/resolving_disputes/how_to_lodge_a_dispute.jsp";
    var viewArchive = "#";
    
     
    // main reference array
    var aNav = [ 'home', 'about', 'news', 'events', 'disputes', 'publ', 'cases', 'members', 'contact' ];
    
    // Root links Nav array - These are the links for the top menu button links. The drop down menu links are dynamically generated.
    var aRootLinks = { 
                          'home'      : { "link" : rootUrl + "/home_page.jsp" },
                          'news'      : { "link" : rootUrl + rootHome + "/news.jsp" },
                          'about'     : { "link" : rootUrl + rootHome + "/about_us.jsp" },
                          'events'    : { "link" : rootUrl + rootHome + "/events.jsp" },
                          'disputes'  : { "link" : rootUrl + rootHome + "/resolving_disputes.jsp" },
                          'publ'      : { "link" : rootUrl + rootHome + "/publications.jsp" },
                          'cases'     : { "link" : rootUrl + rootHome + "/cases.jsp" },
                          'members'   : { "link" : rootUrl + rootHome + "/members.jsp" },
                          'contact'   : { "link" : rootUrl + rootHome + "/contact_us.jsp" }
                     };

