var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Restaurant',
    bIsWebPath:true,
    sUrl:'restaurant.html',"childArray" : [
    {   sTitle:'Lunch Menu',
        bIsWebPath:true,
        sUrl:'lunch menu october 2011.doc',
        sTarget:'_self'
    },
    {   sTitle:'Tapas Menu',
        bIsWebPath:true,
        sUrl:'tapas nite JANUARY 2012.doc',
        sTarget:'_self'
    },
	    {   sTitle:'Sunday Lunch Menu',
        bIsWebPath:true,
        sUrl:'sunday lunch dec 11.doc',
        sTarget:'_self'
    },
    {   sTitle:'Christmas Menu',
        bIsWebPath:true,
        sUrl:'christmas menu 2011.doc',
        sTarget:'_self'
    } ]
},
{   sTitle:'Deli',
    bIsWebPath:true,
    sUrl:'deli.html'
},
{   sTitle:'Private Catering',
    bIsWebPath:true,
    sUrl:'privatecatering.html'
},
{   sTitle:'Cookery School',
    bIsWebPath:true,
    sUrl:'cookeryschool.html',"childArray" : [
    {   sTitle:'Cookery School Gallery',
        bIsWebPath:true,
        sUrl:'cschoolgallery.html'
    },
    {   sTitle:'Cookery School Information',
        bIsWebPath:true,
        sUrl:'CookerySchoolinfo.html',
        sTarget:'_self'
    },
    {   sTitle:'Course Dates Sept 2011 - Jan 2012',
        bIsWebPath:true,
        sUrl:'cookery school course dates setember 2011 to january 2012.doc',
        sTarget:'_self'
    },
        {   sTitle:'Course Dates Jan 2012 - April 2012',
        bIsWebPath:true,
        sUrl:'cookery school course dates  january 2012 to april 2012.doc',
        sTarget:'_self'
    }
    
    ]
},

{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},


{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Karl\'s Bio',
        bIsWebPath:true,
        sUrl:'karlbio.html',
        sTarget:'_self'
    },
    {   sTitle:'Debbie\'s Bio',
        bIsWebPath:true,
        sUrl:'debbiebio.html',
        sTarget:'_self'
    }]
}]
});
