var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Entertainment',
    bIsWebPath:true,
    sUrl:'entertainment.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Major Events',
        bIsWebPath:true,
        sUrl:'majorevents.html',
        sTarget:'_self'
    },
    {   sTitle:'January - March',
        bIsWebPath:true,
        sUrl:'janmarch.html',
        sTarget:'_self'
    },
    {   sTitle:'April - June',
        bIsWebPath:true,
        sUrl:'apriljune.html',
        sTarget:'_self'
    },
    {   sTitle:'July - September',
        bIsWebPath:true,
        sUrl:'julysept.html',
        sTarget:'_self'
    },
    {   sTitle:'October - December',
        bIsWebPath:true,
        sUrl:'octdec.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Starters',
        bIsWebPath:true,
        sUrl:'starters.html',
        sTarget:'_self'
    },
    {   sTitle:'Carvery',
        bIsWebPath:true,
        sUrl:'carvery.html',
        sTarget:'_self'
    },
    {   sTitle:'Bar Menu',
        bIsWebPath:true,
        sUrl:'barmenu.html',
        sTarget:'_self'
    },
    {   sTitle:'Sweets',
        bIsWebPath:true,
        sUrl:'sweets.html',
        sTarget:'_self'
    },
    {   sTitle:'Snacks',
        bIsWebPath:true,
        sUrl:'snacks.html',
        sTarget:'_self'
    },
    {   sTitle:'Buffet Menu',
        bIsWebPath:true,
        sUrl:'buffetmenu.html',
        sTarget:'_self'
    },
    {   sTitle:'Set Menu',
        bIsWebPath:true,
        sUrl:'setmenu.html',
        sTarget:'_self'
    },
    {   sTitle:'Christmas Menu',
        bIsWebPath:true,
        sUrl:'xmas.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Wine Bar',
    bIsWebPath:true,
    sUrl:'winebar.html',
    sTarget:'_self'
},
{   sTitle:'Accomodation',
    bIsWebPath:true,
    sUrl:'accomodation.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Thank You',
    bIsWebPath:true,
    sUrl:'thanks.html',
    sTarget:'_self'
},
{   sTitle:'Wednesday Night',
    bIsWebPath:true,
    sUrl:'wednight.html',
    sTarget:'_self'
},
{   sTitle:'iPhone',
    bIsWebPath:true,
    sUrl:'iphone.html',
    sTarget:'_self'
},
{   sTitle:'World Cup',
    bIsWebPath:true,
    sUrl:'worldcup.html',
    sTarget:'_self'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'design.html',
    sTarget:'_self'
}]
});