var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Soybeans',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Conventional Soybeans',
        bIsWebPath:true,
        sUrl:'page2.html'
    },
    {   sTitle:'Roundup Ready Soybeans',
        bIsWebPath:true,
        sUrl:'page5.html'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page3.html'
}]
});
