var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Galleries',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'West End & Broadway',
        bIsWebPath:true,
        sUrl:'westend_broadway.html',
        sTarget:'_self'
    },
    {   sTitle:'UK National Tours',
        bIsWebPath:true,
        sUrl:'uktours.html',
        sTarget:'_self'
    },
    {   sTitle:'International Work',
        bIsWebPath:true,
        sUrl:'international.html',
        sTarget:'_self'
    },
    {   sTitle:'Opera',
        bIsWebPath:true,
        sUrl:'opera.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Website Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacy.html'
}]
});
