var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Music',
    'bIsWebPath':true,
    'sUrl':'music.html',"childArray" : [
    {   'sTitle':'Home Recordings',
        'bIsWebPath':true,
        'sUrl':'home_recordings.html'
    },
    {   'sTitle':'Professional Demos',
        'bIsWebPath':true,
        'sUrl':'professional_demos.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Bio',
        'bIsWebPath':true,
        'sUrl':'bio.html'
    },
    {   'sTitle':'Songs',
        'bIsWebPath':true,
        'sUrl':'songs.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
