var nav_491tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Our Work',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'work.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Articles',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'articles.html'
},
{   'sTitle':'Testimonials',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Testimonial 1',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'testimonial1.html'
    },
    {   'sTitle':'Testimonials 2',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'testimonial2.html'
    },
    {   'sTitle':'Testimonials 3',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'testimonial3.html'
    }]
},
{   'sTitle':'Helpful Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
