var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Restaurants',
    bIsWebPath:true,
    sUrl:'restaurants.html',"childArray" : [
    {   sTitle:'Camden',
        bIsWebPath:true,
        sUrl:'camden.html'
    },
    {   sTitle:'Clerkenwell',
        bIsWebPath:true,
        sUrl:'clerkenwell.html'
    },
    {   sTitle:'Finsbury Park',
        bIsWebPath:true,
        sUrl:'finsburypark.html'
    },
    {   sTitle:'Holborn',
        bIsWebPath:true,
        sUrl:'holborn.html'
    },
    {   sTitle:'Islington',
        bIsWebPath:true,
        sUrl:'islington.html'
    },
    {   sTitle:'Private Hire',
        bIsWebPath:true,
        sUrl:'privatehire.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.html'
}]
});
