var nav_348tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Work',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'art_work.html'
},
{   'sTitle':'Videos/Films',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'video_film.html',
    'sTarget':'_self'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://jamesrnorton.wordpress.com',
    'sTarget':'_blank'
},
{   'sTitle':'News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html',
    'sTarget':'_self'
},
{   'sTitle':'CV',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'JamesNortonArtistCV.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'sUrl':'mailto:info@jamesnorton.org',
    'sTarget':'_self'
}]
});
