var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Work',
    bIsWebPath:true,
    sUrl:'work.html',"childArray" : [
    {   sTitle:'painting 2',
        bIsWebPath:true,
        sUrl:'painting2.html'
    },
    {   sTitle:'   Painting 3',
        bIsWebPath:true,
        sUrl:'painting3.html'
    },
    {   sTitle:'Painting 4',
        bIsWebPath:true,
        sUrl:'painting4.html'
    },
    {   sTitle:'Painting 5',
        bIsWebPath:true,
        sUrl:'painting5.html'
    },
    {   sTitle:'Painting 6',
        bIsWebPath:true,
        sUrl:'painting6.html'
    },
    {   sTitle:'Painting 7',
        bIsWebPath:true,
        sUrl:'painting7.html'
    },
    {   sTitle:'Painting 8',
        bIsWebPath:true,
        sUrl:'painting8.html'
    },
    {   sTitle:'Painting 9',
        bIsWebPath:true,
        sUrl:'painting9.html'
    },
    {   sTitle:'Screen Prints',
        bIsWebPath:true,
        sUrl:'screenprints.html'
    },
    {   sTitle:'Print 1',
        bIsWebPath:true,
        sUrl:'print1.html'
    },
    {   sTitle:'Print 2',
        bIsWebPath:true,
        sUrl:'print2.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Words',
        bIsWebPath:true,
        sUrl:'page10.html',"childArray" : [
        {   sTitle:'Mary Fedden',
            bIsWebPath:true,
            sUrl:'fedden.html'
        },
        {   sTitle:'Peter Davies',
            bIsWebPath:true,
            sUrl:'davies.html'
        },
        {   sTitle:'Simon Olding',
            bIsWebPath:true,
            sUrl:'olding.html'
        },
        {   sTitle:'Alan Livingston',
            bIsWebPath:true,
            sUrl:'livingston.html'
        },
        {   sTitle:'Vivienne Light',
            bIsWebPath:true,
            sUrl:'viv.light.html'
        }]
    },
    {   sTitle:'Find Me',
        bIsWebPath:true,
        sUrl:'page11.html',"childArray" : [
        {   sTitle:'Gallery De novo',
            bIsWebPath:true,
            sUrl:'denovo.html'
        },
        {   sTitle:'Grapevine',
            bIsWebPath:true,
            sUrl:'grapevine.html'
        },
        {   sTitle:'Katharine House',
            bIsWebPath:true,
            sUrl:'katharine.html'
        },
        {   sTitle:'Lena Boyle',
            bIsWebPath:true,
            sUrl:'lenaboyle.html'
        },
        {   sTitle:'Market House',
            bIsWebPath:true,
            sUrl:'markethouse.html'
        },
        {   sTitle:'Mullan Gallery',
            bIsWebPath:true,
            sUrl:'mullan.html'
        },
        {   sTitle:'Stour Gallery',
            bIsWebPath:true,
            sUrl:'stour.html'
        },
        {   sTitle:'Thompson\'s',
            bIsWebPath:true,
            sUrl:'thompsons.html'
        },
        {   sTitle:'Wren Gallery',
            bIsWebPath:true,
            sUrl:'wren.html'
        }]
    },
    {   sTitle:'Biog',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Update',
        bIsWebPath:true,
        sUrl:'page13.html',"childArray" : [
        {   sTitle:'Future',
            bIsWebPath:true,
            sUrl:'future.html'
        },
        {   sTitle:'Past',
            bIsWebPath:true,
            sUrl:'past.html'
        }]
    },
    {   sTitle:'Statement',
        bIsWebPath:true,
        sUrl:'statement.html'
    },
    {   sTitle:'Art Movies',
        bIsWebPath:true,
        sUrl:'artmovies.html',"childArray" : [
        {   sTitle:'Martyn Brewster 2009',
            bIsWebPath:true,
            sUrl:'martynbrewster.html'
        },
        {   sTitle:' Keith Bennet',
            bIsWebPath:true,
            sUrl:'keithbennett.html'
        },
        {   sTitle:'John Emanuel 2008',
            bIsWebPath:true,
            sUrl:'johnemanuel.html'
        },
        {   sTitle:'Gillian Ayres',
            bIsWebPath:true,
            sUrl:'page38.html'
        },
        {   sTitle:'St Ives Revisited',
            bIsWebPath:true,
            sUrl:'stivesrevisited.html',"childArray" : [
            {   sTitle:'St Ives Introduction',
                bIsWebPath:true,
                sUrl:'page40.html'
            },
            {   sTitle:'Belgrave Gallery',
                bIsWebPath:true,
                sUrl:'belgrave.html'
            },
            {   sTitle:'Bob Crossley',
                bIsWebPath:true,
                sUrl:'bobcrosley.html'
            },
            {   sTitle:'John Emanuel 1',
                bIsWebPath:true,
                sUrl:'johnemanuel1.html'
            },
            {   sTitle:'Luke Frost',
                bIsWebPath:true,
                sUrl:'lukefrost.html'
            },
            {   sTitle:'Patrick Haughton',
                bIsWebPath:true,
                sUrl:'patrickhaughton.html'
            },
            {   sTitle:'Paul Mount',
                bIsWebPath:true,
                sUrl:'paulmount.html'
            },
            {   sTitle:'Linda Weir',
                bIsWebPath:true,
                sUrl:'lindaweir.html'
            },
            {   sTitle:'A Summary',
                bIsWebPath:true,
                sUrl:'summary.html'
            }]
        },
        {   sTitle:'Behind the Screens',
            bIsWebPath:true,
            sUrl:'behind the screens.html'
        },
        {   sTitle:'The Exhibitionist',
            bIsWebPath:true,
            sUrl:'the exhibitionist.html'
        },
        {   sTitle:'The Ancient Stone Skinners',
            bIsWebPath:true,
            sUrl:'stone skinners.html'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});