var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'pricing.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'portfolio_ burnley_galleries.html',
    sTarget:'_self'
},
{   sTitle:'Feature Story',
    bIsWebPath:true,
    sUrl:'feature_model.html',
    sTarget:'_self'
},
{   sTitle:'Test The Waters',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Weddings & Other Services',
    sUrl:'http://www.powellphotography.co.uk',
    sTarget:'_blank'
}]
});