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:'home.html'
},
{   sTitle:'Stonehenge',
    bIsWebPath:true,
    sUrl:'stonehenge.html'
},
{   sTitle:'Druids',
    bIsWebPath:true,
    sUrl:'druids.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'Wisdom',
    bIsWebPath:true,
    sUrl:'wisdom.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Amesbury',
    bIsWebPath:true,
    sUrl:'amesbury.html'
},
{   sTitle:'Earth',
    bIsWebPath:true,
    sUrl:'earth.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact-Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
