    /**
     * Menu Variables for FOS Transmenu
     * Created: 29/05/2008
     * Modified: 19/06/2008     
     * 
     */                   
    
   // var rootUrl = "http://www.fos.org.au/centric";
    var rootUrl = "/";
   // var rootHome = "/home_page";
       var rootHome = "/home";
       
    // 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', 'services', 'centre', 'events', 'smgroups', 'women', 'yadults', 'seniors', 'men','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" :"/" },
                          'about'     : { "link" : rootHome + "/about" },
                          'services'     : { "link" : rootHome + "/services" },
                         'centre'   : { "link" : rootHome + "/centre" },   
                          'events'    : { "link" : rootHome + "/events" },
                         'smgroups'   : { "link" : rootHome + "/smgroups" },
                           'women'      : { "link" :rootHome + "/women" }, 
                          'yadults'  : { "link" : rootHome + "/yadults" },
                           'seniors'   : { "link" : rootHome + "/seniors" },
                          'men'     : { "link" :  rootHome + "/men" },
                          'contact'   : { "link" : rootHome + "/contact" }
                     };*/
 var aRootLinks = { 
                          'home'      : { "link" :"/" },
                          'about'     : { "link" : rootHome + "/about" },
                          'services'     : { "link" : rootHome + "/services" },
                         'centre'   : { "link" : rootHome + "/centre" },   
                          'events'    : { "link" : rootHome + "/events" },
                         'smgroups'   : { "link" : rootHome + "/smgroups" },
                           'women'      : { "link" :rootHome + "/women" }, 
                          'yadults'  : { "link" : rootHome + "/yadults" },
                           'seniors'   : { "link" : rootHome + "/seniors" },
                          'men'     : { "link" :  rootHome + "/men" },
                          'contact'   : { "link" : rootHome + "/contact" }
                     };