var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'Restoration Services',
        bIsWebPath:true,
        sUrl:'Restorations List.html'
    },
    {   sTitle:'Retouching & Beauty',
        bIsWebPath:true,
        sUrl:'retouching services.html',
        sTarget:'_self'
    },
    {   sTitle:'Canvas Prices',
        bIsWebPath:true,
        sUrl:'Canvas Prices.html'
    },
    {   sTitle:'Enlargements',
        bIsWebPath:true,
        sUrl:'Enlargements.html'
    }]
},
{   sTitle:'Examples Gallery',
    bIsWebPath:true,
    sUrl:'Examples.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact details.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
}]
});
