var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Prices & Portfolio',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html',
    'sTarget':'_self'
},
{   'sTitle':'Wedding/Portrait Services',
    'bIsExternal':true,
    'sUrl':'http://www.powellphotography.co.uk',
    'sTarget':'_blank'
},
{   'sTitle':'Testimonial',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'blog.html',
    'sTarget':'_self'
}]
});
