var customNavTree2 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'},{   sTitle:'Events',
    sUrl:'',
    sTarget:'_self',"childArray" : [{   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'workshops.html',
        sTarget:'_self'},{   sTitle:'Festivals',
        bIsWebPath:true,
        sUrl:'festivals.html',
        sTarget:'_self'},{   sTitle:'Field to Fork Experience',
        bIsWebPath:true,
        sUrl:'fieldtofork.html',
        sTarget:'_self'},{   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html',
        sTarget:'_self'},{   sTitle:'Corporate Events',
        bIsWebPath:true,
        sUrl:'corporate events.html',
        sTarget:'_self'}]},{   sTitle:'CSA',
    bIsWebPath:true,
    sUrl:'CSA.html',
    sTarget:'_self'},{   sTitle:'Farm Practices',
    bIsWebPath:true,
    sUrl:'phl.html'},{   sTitle:'Conservation',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'},{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'},{   sTitle:'Opportunities',
    bIsWebPath:true,
    sUrl:'interns.html',
    sTarget:'_self'},{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'}]
});
