var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'The Artist',
    'bIsWebPath':true,
    'sUrl':'donna_crawshaw_artist.html',"childArray" : [
    {   'sTitle':'Biography',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'donna_crawshaw_artist.html#Biography'
    },
    {   'sTitle':'Stockists',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'donna_crawshaw_artist.html#Stockists'
    }]
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'donna_crawshaw_portfolio.html'
},
{   'sTitle':'Commissions',
    'bIsWebPath':true,
    'sUrl':'commission_the_artist.html'
},
{   'sTitle':'News & Events',
    'bIsWebPath':true,
    'sUrl':'donna_crawshaw_news.html',"childArray" : [
    {   'sTitle':'Donna\'s Blog',
        'bIsExternal':true,
        'sUrl':'http://donnacrawshaw.blogspot.com',
        'sTarget':'_blank'
    },
    {   'sTitle':'Art Courses',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'donna_crawshaw_news.html#Art'
    }]
},
{   'sTitle':'Subscribe',
    'bIsWebPath':true,
    'sUrl':'subscribe.html'
}]
});
