var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'About Roy Todd - pianist',
    'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sDescription':'Comission Roy Todd Music',
    'sTitle':'Film & TV',
    'bIsWebPath':true,
    'sUrl':'commission.html'
},
{   'sTitle':'Wedding Music',
    'bIsWebPath':true,
    'sUrl':'wedding.html'
},
{   'sTitle':'Exclusive Offers',
    'bIsWebPath':true,
    'sUrl':'exclusive.html'
},
{   'sTitle':'Albums',
    'bIsWebPath':true,
    'sUrl':'albums.html',"childArray" : [
    {   'sDescription':'Child of the Troubles - by Roy Todd',
        'sTitle':'Child of the Troubles',
        'bIsWebPath':true,
        'sUrl':'child-of-the-troubles.html'
    },
    {   'sTitle':'Piano Portraits',
        'bIsWebPath':true,
        'sUrl':'piano-portraits.html'
    },
    {   'sTitle':'Tomorrow Begins Today',
        'bIsWebPath':true,
        'sUrl':'tomorrow-begins-today.html'
    },
    {   'sTitle':'Serenity',
        'bIsWebPath':true,
        'sUrl':'serenity.html'
    },
    {   'sTitle':'Christmas Piano',
        'bIsWebPath':true,
        'sUrl':'christmas-piano.html'
    },
    {   'sTitle':'Reflections',
        'bIsWebPath':true,
        'sUrl':'reflections.html'
    },
    {   'sTitle':'Wedding Album',
        'bIsWebPath':true,
        'sUrl':'wedding-album.html'
    },
    {   'sTitle':'Piano Solace',
        'bIsWebPath':true,
        'sUrl':'pianosolace.html'
    },
    {   'sTitle':'Just Pure Piano',
        'bIsWebPath':true,
        'sUrl':'justpurepiano.html'
    }]
},
{   'sDescription':'Roy Todd sheet music',
    'sTitle':'Sheet Music',
    'bIsWebPath':true,
    'sUrl':'sheet-music.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':' contact.html'
}]
});
