var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Street Shapes',
        bIsWebPath:true,
        sUrl:'shapes.html'
    },
    {   sTitle:'Building Shapes',
        bIsWebPath:true,
        sUrl:'building shapes.html'
    },
    {   sTitle:'Glimpses of Country',
        bIsWebPath:true,
        sUrl:'glimpses.html'
    },
    {   sTitle:'Prominent Buildings',
        bIsWebPath:true,
        sUrl:'prominentbuildings.html'
    },
    {   sTitle:'Pavements and Streets',
        bIsWebPath:true,
        sUrl:'pavements.html'
    },
    {   sTitle:'Timber Framed Houses',
        bIsWebPath:true,
        sUrl:'timber.html'
    },
    {   sTitle:'Wattle and Daub',
        bIsWebPath:true,
        sUrl:'wattle_and_daub.html'
    },
    {   sTitle:'weatherboarding',
        bIsWebPath:true,
        sUrl:'weatherboarding.html'
    },
    {   sTitle:'Use of Bricks',
        bIsWebPath:true,
        sUrl:'bricks.html'
    },
    {   sTitle:'Stone',
        bIsWebPath:true,
        sUrl:'stone.html'
    },
    {   sTitle:'Stucco and Rendering',
        bIsWebPath:true,
        sUrl:'stucco.html'
    },
    {   sTitle:'Tile Hanging',
        bIsWebPath:true,
        sUrl:'tile_hanging.html'
    },
    {   sTitle:'Mathematical Tiles',
        bIsWebPath:true,
        sUrl:'mathematical_tiles.html'
    },
    {   sTitle:'Painting',
        bIsWebPath:true,
        sUrl:'painting.html'
    },
    {   sTitle:'Slate',
        bIsWebPath:true,
        sUrl:'slate.html'
    },
    {   sTitle:'Glass and Glazing',
        bIsWebPath:true,
        sUrl:'glass.html'
    },
    {   sTitle:'Unusual Features',
        bIsWebPath:true,
        sUrl:'features.html'
    },
    {   sTitle:'Cast Iron',
        bIsWebPath:true,
        sUrl:'cast_iron.html'
    },
    {   sTitle:'Rye Conservation Society - Social Changes',
        bIsWebPath:true,
        sUrl:'fashion.html'
    }]
},
{   sTitle:'Advice',
    bIsWebPath:true,
    sUrl:'advice.html'
},
{   sTitle:'Join us',
    bIsWebPath:true,
    sUrl:'joinus.html'
},
{   sTitle:'News & Events Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'award.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
}]
});
