var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Sculpture',
    'bIsWebPath':true,
    'sUrl':'sculpture.html',"childArray" : [
    {   'sTitle':'Christy Bowdler',
        'bIsWebPath':true,
        'sUrl':'christy_bowdler.html',"childArray" : [
        {   'sTitle':'Sheep',
            'bIsWebPath':true,
            'sUrl':'sheep.html'
        },
        {   'sTitle':'Dancing Hare',
            'bIsWebPath':true,
            'sUrl':'dancing_hare.html'
        },
        {   'sTitle':'Soaring Birds',
            'bIsWebPath':true,
            'sUrl':'soaring_birds.html'
        },
        {   'sTitle':'Kingfisher',
            'bIsWebPath':true,
            'sUrl':'kingfisher.html'
        },
        {   'sTitle':'Green Man',
            'bIsWebPath':true,
            'sUrl':'green_man.html'
        }]
    },
    {   'sTitle':'Tim Roper',
        'bIsWebPath':true,
        'sUrl':'tim_roper.html',"childArray" : [
        {   'sTitle':'Dandelion (large)',
            'bIsWebPath':true,
            'sUrl':'dandelion_large.html'
        },
        {   'sTitle':'Dandelion (small)',
            'bIsWebPath':true,
            'sUrl':'dandelion_(small).html'
        },
        {   'sTitle':'Giraffe',
            'bIsWebPath':true,
            'sUrl':'giraffe.html'
        },
        {   'sTitle':'Eagle with Salmon',
            'bIsWebPath':true,
            'sUrl':'eagle_and_salmon.html'
        },
        {   'sTitle':'Hummingbird',
            'bIsWebPath':true,
            'sUrl':'hummingbird.html'
        },
        {   'sTitle':'Pagoda',
            'bIsWebPath':true,
            'sUrl':'pagoda.html'
        }]
    }]
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
