var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our History',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Farm Locations',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});
