var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'About.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'News.html'
},
{   sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'Artists.html',"childArray" : [
    {   sTitle:'Andy Waite',
        bIsWebPath:true,
        sUrl:'Andy Waite.html'
    },
    {   sTitle:'Aimee Birnbaum',
        bIsWebPath:true,
        sUrl:'Aimee Birnbaum.html'
    },
    {   sTitle:'Angela Melkis',
        bIsWebPath:true,
        sUrl:'Angela Melkis.html'
    },
    {   sTitle:'Anthony Salter',
        bIsWebPath:true,
        sUrl:'Anthony Salter.html'
    },
    {   sTitle:'Blandine Anderson',
        bIsWebPath:true,
        sUrl:'Blandine Anderson.html'
    },
    {   sTitle:'Clare Wakefield',
        bIsWebPath:true,
        sUrl:'Clare Wakefield.html'
    },
    {   sTitle:'Colin Ruffell',
        bIsWebPath:true,
        sUrl:'Colin Ruffell.html'
    },
    {   sTitle:'Derek Hare',
        bIsWebPath:true,
        sUrl:'Derek Hare.html'
    },
    {   sTitle:'Dionne Swift',
        bIsWebPath:true,
        sUrl:'Dionne Swift.html'
    },
    {   sTitle:'Dominic O\'Callaghan',
        bIsWebPath:true,
        sUrl:'Dominic O\'Callaghan.html'
    },
    {   sTitle:'Heather Power',
        bIsWebPath:true,
        sUrl:'Heather Power.html'
    },
    {   sTitle:'Huguette Declercq',
        bIsWebPath:true,
        sUrl:'Huguette Declercq.html'
    },
    {   sTitle:'Jane Layton',
        bIsWebPath:true,
        sUrl:'Jane Layton.html'
    },
    {   sTitle:'Morna Rhys',
        bIsWebPath:true,
        sUrl:'Morna Rhys.html'
    },
    {   sTitle:'Adrian King',
        bIsWebPath:true,
        sUrl:'Adrian King.html'
    }]
},
{   sTitle:'Crafts',
    bIsWebPath:true,
    sUrl:'Crafts.html',"childArray" : [
    {   sTitle:'Romanian Glassware',
        bIsWebPath:true,
        sUrl:'Romanian Glassware.html'
    }]
},
{   sTitle:'Framing',
    bIsWebPath:true,
    sUrl:'Framing.html'
},
{   sTitle:'Collectors',
    bIsWebPath:true,
    sUrl:'Collectors.html'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'Portraits.html'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'Policies.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Decor',
    bIsWebPath:true,
    sUrl:'Decor.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
