var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Flute & Piano Lessons',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Online Lessons',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Performances',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Venues',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Code of Practise',
        bIsWebPath:true,
        sUrl:'The Code of Practice.docx'
    }]
}]
});
