var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Take Away Menu',
    bIsWebPath:true,
    sUrl:'takeaway.html'
},
{   sTitle:'Meet John',
    bIsWebPath:true,
    sUrl:'john_wild.html'
},
{   sTitle:'Opening Times & Contact Details',
    bIsWebPath:true,
    sUrl:'opening.html'
}]
});
