var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'About Me, The photographer, the lunatic, the struggling artist, the weddings, the portraits, the commercial and the women and fast cars, you can find all you need to know about me here.',
    sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Weddings',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wedding Ethos',
        bIsWebPath:true,
        sUrl:'weddingethos.html'
    },
    {   sTitle:'Wedding Pricing',
        bIsWebPath:true,
        sUrl:'weddingpricing.html'
    },
    {   sTitle:'Wedding Gallery 1',
        bIsWebPath:true,
        sUrl:'weddinggallery1.html'
    },
    {   sTitle:'Wedding Gallery 2',
        bIsWebPath:true,
        sUrl:'weddinggallery2.html'
    }]
},
{   sTitle:'Commercial',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Commercial Info',
        bIsWebPath:true,
        sUrl:'commercialinformation.html'
    },
    {   sTitle:'Commercial Pricing',
        bIsWebPath:true,
        sUrl:'commercialpricingstatement.html'
    }]
},
{   sTitle:'Other',
    bIsWebPath:true,
    sUrl:'otherenquirys.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    sUrl:'http://www.barrydawsonphotography.co.uk/blog',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});
