var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html',"childArray" : [
    {   'sTitle':'Application form',
        'bIsWebPath':true,
        'sUrl':'application.html'
    },
    {   'sTitle':'Club Safety Rules',
        'bIsWebPath':true,
        'sUrl':'safety rules.html'
    },
    {   'sTitle':'By-laws',
        'bIsWebPath':true,
        'sUrl':'by_laws.html'
    },
    {   'sTitle':'AMA Safety Code',
        'bIsWebPath':true,
        'sUrl':'ama code.html'
    },
    {   'sTitle':'Member Roster',
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'training.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
