var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'DIRECTIONS',
    bIsWebPath:true,
    sUrl:'DIRECTIONS.html',
    sTarget:'_self'
},
{   sTitle:'TERROR TRAIL',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'WARNINGS',
    bIsWebPath:true,
    sUrl:'warnings.html'
},
{   sDescription:'Work at the Terror Trail, become one of the most feared person in the area.  ',
    sTitle:'SCREAM TEAM',
    bIsWebPath:true,
    sUrl:'screamteam.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'FAQ.html',
    sTarget:'_self'
}]
});
