var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Video',
    'bIsWebPath':true,
    'sUrl':'video.html',"childArray" : [
    {   'sTitle':'Video 2',
        'bIsWebPath':true,
        'sUrl':'video2.html'
    },
    {   'sTitle':'Video 3',
        'bIsWebPath':true,
        'sUrl':'video3.html'
    },
    {   'sTitle':'Video 4',
        'bIsWebPath':true,
        'sUrl':'video4.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Gallery 2',
        'bIsWebPath':true,
        'sUrl':'gallery2.html'
    },
    {   'sTitle':'Gallery 3',
        'bIsWebPath':true,
        'sUrl':'gallery3.html'
    },
    {   'sTitle':'Gallery 4',
        'bIsWebPath':true,
        'sUrl':'gallery4.html'
    },
    {   'sTitle':'Gallery 5',
        'bIsWebPath':true,
        'sUrl':'gallery5.html'
    },
    {   'sTitle':'Gallery 6',
        'bIsWebPath':true,
        'sUrl':'gallery6.html'
    },
    {   'sTitle':'Gallery 7',
        'bIsWebPath':true,
        'sUrl':'gallery7.html'
    },
    {   'sTitle':'Gallery 8',
        'bIsWebPath':true,
        'sUrl':'gallery8.html'
    },
    {   'sTitle':'Gallery 9',
        'bIsWebPath':true,
        'sUrl':'gallery9.html'
    }]
},
{   'sTitle':'News and Events',
    'bIsWebPath':true,
    'sUrl':'newsandevents.html',"childArray" : [
    {   'sTitle':'75th Anniversary',
        'bIsWebPath':true,
        'sUrl':'75thanniversary.html'
    }]
}]
});
