var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Music Sales',
    bIsWebPath:true,
    sUrl:'musicsales.html'
},
{   sTitle:'Composer',
    bIsWebPath:true,
    sUrl:'composer.html',"childArray" : [
    {   sTitle:'Shows',
        bIsWebPath:true,
        sUrl:'shows.html',"childArray" : [
        {   sTitle:'Notre Dame',
            bIsWebPath:true,
            sUrl:'notredame.html'
        },
        {   sTitle:'All 4 One',
            bIsWebPath:true,
            sUrl:'all4one.html'
        },
        {   sTitle:'The Great Sleigh Robbery',
            bIsWebPath:true,
            sUrl:'gsr.html'
        },
        {   sTitle:'HellSing!',
            bIsWebPath:true,
            sUrl:'hellsing.html'
        },
        {   sTitle:'James and the Giant Peach',
            bIsWebPath:true,
            sUrl:'peach.html'
        },
        {   sTitle:'The Twits',
            bIsWebPath:true,
            sUrl:'twits.html'
        },
        {   sTitle:'Fantastic Mr Fox',
            bIsWebPath:true,
            sUrl:'fox.html'
        }]
    },
    {   sTitle:'Brentwood Theatre',
        bIsWebPath:true,
        sUrl:'bt.html'
    },
    {   sTitle:'Examples',
        bIsWebPath:true,
        sUrl:'musicexamples.html'
    }]
},
{   sTitle:'Sound Engineer',
    bIsWebPath:true,
    sUrl:'soundengineer.html',"childArray" : [
    {   sTitle:'TS3',
        bIsWebPath:true,
        sUrl:'ts3.html'
    },
    {   sTitle:'Examples',
        bIsWebPath:true,
        sUrl:'recordingexamples.html'
    }]
},
{   sTitle:'Consultant',
    bIsWebPath:true,
    sUrl:'consultant.html',"childArray" : [
    {   sTitle:'ts3',
        bIsWebPath:true,
        sUrl:'ts3a.html'
    }]
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
