var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Artists News and Links',
    'bIsWebPath':true,
    'sUrl':'artists.html'
},
{   'sTitle':'Shop',
    'bIsWebPath':true,
    'sUrl':'shop.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
