var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'The Reaper',
    bIsWebPath:true,
    sUrl:'thereaper.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Road Tours',
    bIsWebPath:true,
    sUrl:'roadtours.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Your Stories',
    bIsWebPath:true,
    sUrl:'yourstories.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
}]
});
