var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Staff Info',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
}]
});
