var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tuition',
        bIsWebPath:true,
        sUrl:'tuition.html',
        sTarget:'_self'
    },
    {   sTitle:'Performance',
        bIsWebPath:true,
        sUrl:'performance.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Free Stuff',
    bIsWebPath:true,
    sUrl:'free_stuff.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Boogie School',
        bIsWebPath:true,
        sUrl:'boogieschool.html',
        sTarget:'_self'
    },
    {   sTitle:'Rhythm Drills',
        bIsWebPath:true,
        sUrl:'rhythm.html',
        sTarget:'_self'
    },
    {   sTitle:'Flute Scales grade one',
        bIsWebPath:true,
        sUrl:'scales1.html',
        sTarget:'_self'
    },
    {   sTitle:'Flute Scales grade two',
        bIsWebPath:true,
        sUrl:'scales2.html',
        sTarget:'_self'
    },
    {   sTitle:'Flute Scales grade three',
        bIsWebPath:true,
        sUrl:'scales3.html',
        sTarget:'_self'
    },
    {   sTitle:'Flute Scales grade four',
        bIsWebPath:true,
        sUrl:'scales4.html',
        sTarget:'_self'
    },
    {   sTitle:'Stride Practice',
        bIsWebPath:true,
        sUrl:'stride.html',
        sTarget:'_self'
    },
    {   sTitle:'Tone colour',
        bIsWebPath:true,
        sUrl:'tonecolour.html',
        sTarget:'_self'
    },
    {   sTitle:'Tone light endings',
        bIsWebPath:true,
        sUrl:'tone2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'My Schools',
    bIsWebPath:true,
    sUrl:'my_schools.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links Other',
        bIsWebPath:true,
        sUrl:'links3.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pupils Pages',
    bIsWebPath:true,
    sUrl:'pupils.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});