var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Scenario 1',
    bIsWebPath:true,
    sUrl:'scenario1.html',
    sTarget:'_self'
},
{   sTitle:'Scenario 2',
    bIsWebPath:true,
    sUrl:'scenario2.html',
    sTarget:'_self'
},
{   sTitle:'Scenario 3',
    bIsWebPath:true,
    sUrl:'scenario3.html',
    sTarget:'_self'
},
{   sTitle:'Scenario 4',
    bIsWebPath:true,
    sUrl:'scenario4.html',
    sTarget:'_self'
}]
});
