var customNavTree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Farm Market & U-pick',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Playground & Petting Zoo',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Birthday Parties',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Field Trips',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Private Parties',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'Ice Cream & Gift Shop',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Map & Directions',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Pumpkin Festival',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Wholesale items',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
}]
});
