var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Member Directory',
    bIsWebPath:true,
    sUrl:'member_directory.html'
},
{   sTitle:'Business Tools',
    bIsWebPath:true,
    sUrl:'business_tools.html',"childArray" : [
    {   sTitle:'Discussion Forum',
        bIsWebPath:true,
        sUrl:'forum.html'
    },
    {   sTitle:'Business of the Month',
        bIsWebPath:true,
        sUrl:'feature.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Relocate',
    bIsWebPath:true,
    sUrl:'relocate.html',"childArray" : [
    {   sTitle:'Incentives',
        bIsWebPath:true,
        sUrl:'incentives.html'
    },
    {   sTitle:'Commercial Property',
        bIsWebPath:true,
        sUrl:'property.html',"childArray" : [
        {   sTitle:'Route 100',
            bIsWebPath:true,
            sUrl:'route100.html'
        },
        {   sTitle:'Route One',
            bIsWebPath:true,
            sUrl:'routeone.html'
        },
        {   sTitle:'Other',
            bIsWebPath:true,
            sUrl:'other.html'
        }]
    }]
},
{   sTitle:'Success Stories',
    bIsWebPath:true,
    sUrl:'success_stories.html'
},
{   sTitle:'You Tube',
    bIsWebPath:true,
    sUrl:'youtube.html'
}]
});
