var nav_412tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'about',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'about mike ralphs.html'
    }]
},
{   'sTitle':'Photography',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'photographys.html',
    'sTarget':'_self'
},
{   'sTitle':'Photography Training',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'training.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Digital creativity',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'digital editing.html',
        'sTarget':'_self'
    }]
}]
});
