var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Thurmaston Times',
    bIsExternal:true,
    sUrl:'http://www.thurmastontimes.co.uk'
},
{   sTitle:'Police',
    bIsWebPath:true,
    sUrl:'police.html',
    sTarget:'_self'
},
{   sTitle:'What\'s on?',
    bIsWebPath:true,
    sUrl:'what\'s on.html',
    sTarget:'_self'
},
{   sTitle:'About Thurmaston',
    bIsWebPath:true,
    sUrl:'about thurmaston.html'
},
{   sTitle:'Heritage',
    bIsWebPath:true,
    sUrl:'heritage.html',
    sTarget:'_self'
},
{   sTitle:'Business Directory',
    bIsWebPath:true,
    sUrl:'business directory.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Builders',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'business directory.html#BUILDERS',
        sTarget:'_self'
    },
    {   sTitle:'Builders',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'business directory.html#BUILDERS',
        sTarget:'_self'
    }]
},
{   sTitle:'Services & Leisure',
    bIsWebPath:true,
    sUrl:'services & leisure.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});