var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Celtic Sources',
    bIsWebPath:true,
    sUrl:'celticsources.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photogallery.html'
},
{   sTitle:'Contact/ Orders',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Sculpture Galleries',
    bIsWebPath:true,
    sUrl:'sculpturegalleries.html',"childArray" : [
    {   sTitle:'Painted Relief',
        bIsWebPath:true,
        sUrl:'paintedrelief4.html'
    },
    {   sTitle:'Standing Stone',
        bIsWebPath:true,
        sUrl:'standingstone.html'
    },
    {   sTitle:'Knots & Labyrinth',
        bIsWebPath:true,
        sUrl:'knot_labyrinth.html'
    },
    {   sTitle:'Historical Reiefs',
        bIsWebPath:true,
        sUrl:'page46.html'
    }]
},
{   sTitle:'The Artist',
    bIsWebPath:true,
    sUrl:'theartist6.html',"childArray" : [
    {   sTitle:'The Artist',
        bIsWebPath:true,
        sUrl:'projectsrestore.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
