var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Fresh Produce',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Green House',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Fall Harvest',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'The Store',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
