var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sessions',
    bIsWebPath:true,
    sUrl:'sessions.html',"childArray" : [
    {   sTitle:'Projects',
        bIsWebPath:true,
        sUrl:'projects.html'
    },
    {   sTitle:'Diary',
        bIsWebPath:true,
        sUrl:'diary.html'
    },
    {   sTitle:'Equipment',
        bIsWebPath:true,
        sUrl:'equipment.html'
    }]
},
{   sTitle:'Lessons',
    bIsWebPath:true,
    sUrl:'lessons.html',"childArray" : [
    {   sTitle:'Cajon',
        bIsWebPath:true,
        sUrl:'cajon.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    }]
},
{   sTitle:'Contact Tom',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Students',
    bIsWebPath:true,
    sUrl:'students.html',"childArray" : [
    {   sTitle:'Useful Videos',
        bIsWebPath:true,
        sUrl:'usefulvideos.html'
    },
    {   sTitle:'Useful Websites',
        bIsWebPath:true,
        sUrl:'usefulwebsites.html'
    },
    {   sTitle:'Groove Exercises',
        bIsWebPath:true,
        sUrl:'groove.html'
    },
    {   sTitle:'Listening - Rock',
        bIsWebPath:true,
        sUrl:'rock.html'
    },
    {   sTitle:'Listening - R&B',
        bIsWebPath:true,
        sUrl:'randb.html'
    },
    {   sTitle:'Listening - Jazz',
        bIsWebPath:true,
        sUrl:'jazz.html'
    },
    {   sTitle:'Listening - World Music',
        bIsWebPath:true,
        sUrl:'world.html'
    }]
}]
});
