var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tea Room',
    bIsWebPath:true,
    sUrl:'tearoom.html',
    sTarget:'_self'
},
{   sTitle:'Cheshire Apple Juice',
    bIsWebPath:true,
    sUrl:'caj.html',
    sTarget:'_self'
},
{   sTitle:'Cheshire Cider',
    bIsWebPath:true,
    sUrl:'cc.html',
    sTarget:'_self'
},
{   sTitle:'Pick Your Own',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Production',
    bIsWebPath:true,
    sUrl:'production.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'htfu.html',
    sTarget:'_self'
}]
});
