var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'enter site',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menus.html',"childArray" : [
    {   sTitle:'Starters',
        bIsWebPath:true,
        sUrl:'starters.html'
    },
    {   sTitle:'Burgers',
        bIsWebPath:true,
        sUrl:'burgers.html'
    },
    {   sTitle:'Steaks',
        bIsWebPath:true,
        sUrl:'steaks.html'
    },
    {   sTitle:'Light Lunches',
        bIsWebPath:true,
        sUrl:'sandwich.html'
    },
    {   sTitle:'Meal Deals',
        bIsWebPath:true,
        sUrl:'deals.html'
    },
    {   sTitle:'Children\'s Menu',
        bIsWebPath:true,
        sUrl:'childrens.html'
    },
    {   sTitle:'Desserts',
        bIsWebPath:true,
        sUrl:'desserts.html'
    }]
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'pictures.html',"childArray" : [
    {   sTitle:'snow',
        bIsWebPath:true,
        sUrl:'snow pics.html'
    },
    {   sTitle:'rainbow',
        bIsWebPath:true,
        sUrl:'rainbow.html'
    },
    {   sTitle:'stpatrick',
        bIsWebPath:true,
        sUrl:'stpatrick.html'
    },
    {   sTitle:'stgeorge',
        bIsWebPath:true,
        sUrl:'stgeorge.html'
    },
    {   sTitle:'New Year Party',
        bIsWebPath:true,
        sUrl:'newyear.html'
    },
    {   sTitle:'Birthday',
        bIsWebPath:true,
        sUrl:'birthday.html'
    },
    {   sTitle:'Burns Night',
        bIsWebPath:true,
        sUrl:'burns.html'
    }]
},
{   sTitle:'Opening Hours',
    bIsWebPath:true,
    sUrl:'hours.html'
},
{   sTitle:'Members Area',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Forthcoming Events',
    bIsWebPath:true,
    sUrl:'events.html'
}]
});