var nav_181tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'BIO',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'biography.html'
    },
    {   'sTitle':'BLOG',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'blog.html'
    },
    {   'sTitle':'CONTACT',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'contact.html'
    }]
},
{   'sTitle':'DEMO REEL',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'demoreel.html'
},
{   'sTitle':'RESUME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'resume.html'
},
{   'sTitle':'MULTIMEDIA',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'multimedia.html'
}]
});
