var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'COMPANY INFO',
    bIsWebPath:true,
    sUrl:'companyinfo.html'
},
{   sTitle:'WHAT WE GROW',
    bIsWebPath:true,
    sUrl:'whatwegrow.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'OPENING TIMES',
    bIsWebPath:true,
    sUrl:'openingtimes.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
