var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Bio & Background',
    sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',"childArray" : [
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Mike\'s Thesis',
        bIsWebPath:true,
        sUrl:'thesis.html'
    },
    {   sTitle:'Mike\'s Interviews & Videos',
        bIsWebPath:true,
        sUrl:'interviewsandvideos.html'
    },
    {   sTitle:'Mike\'s Gear',
        bIsWebPath:true,
        sUrl:'gear.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sDescription:'Chord Charts, PowerPoint, Song Stories, etc for Mike\'s "Together" project',
        sTitle:'To The World - Resources',
        bIsWebPath:true,
        sUrl:'totheworld_resources.html',"childArray" : [
        {   sTitle:'To The World - Credits',
            bIsWebPath:true,
            sUrl:'totheworld_credits.html'
        },
        {   sTitle:'Reviews (To The World)',
            bIsWebPath:true,
            sUrl:'reviews_totheworld.html'
        }]
    },
    {   sTitle:'Together - Resources',
        bIsWebPath:true,
        sUrl:'together_resources.html',"childArray" : [
        {   sTitle:'Together Credits',
            bIsWebPath:true,
            sUrl:'together_credits.html'
        },
        {   sTitle:'Reviews (Together)',
            bIsWebPath:true,
            sUrl:'reviews_together.html'
        }]
    }]
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
