var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Atlantic Coast',
    bIsWebPath:true,
    sUrl:'acr.html',
    sTarget:'_self'
},
{   sTitle:'Eastern',
    bIsWebPath:true,
    sUrl:'eastern.html',
    sTarget:'_self'
},
{   sTitle:'Southern',
    bIsWebPath:true,
    sUrl:'southern.html',
    sTarget:'_self'
},
{   sTitle:'Ohio Valley',
    bIsWebPath:true,
    sUrl:'ohiovalley.html',
    sTarget:'_self'
},
{   sTitle:'Gulf Coast',
    bIsWebPath:true,
    sUrl:'gulfcoast.html',
    sTarget:'_self'
},
{   sTitle:'Midwest',
    bIsWebPath:true,
    sUrl:'midwest.html',
    sTarget:'_self'
},
{   sTitle:'Farwest',
    bIsWebPath:true,
    sUrl:'farwest.html',
    sTarget:'_self'
}]
});