var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Bio',
    'bIsWebPath':true,
    'sUrl':'bio.html'
},
{   'sTitle':'Pictures',
    'bIsWebPath':true,
    'sUrl':'pictures.html',"childArray" : [
    {   'sTitle':'Fight Shots',
        'bIsWebPath':true,
        'sUrl':'fightshots.html'
    },
    {   'sTitle':'Performance Shots',
        'bIsWebPath':true,
        'sUrl':'performanceshots.html'
    },
    {   'sTitle':'Commercial Shots',
        'bIsWebPath':true,
        'sUrl':'commercialshots.html'
    }]
},
{   'sTitle':'Video',
    'bIsWebPath':true,
    'sUrl':'video.html',"childArray" : [
    {   'sTitle':'Playlist',
        'bIsWebPath':true,
        'sUrl':'playlist.html'
    }]
},
{   'sTitle':'Audio',
    'bIsWebPath':true,
    'sUrl':'audio.html'
},
{   'sTitle':'Resume & Contact',
    'bIsWebPath':true,
    'sUrl':'resume_contact.html'
}]
});
