var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Hilfield',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact and Links',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Volunteering',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'News and Events',
    bIsWebPath:true,
    sUrl:'page50.html'
}]
});
