var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'resources',
    bIsWebPath:true,
    sUrl:'page28.html',
    sTarget:'_self'
}]
});