var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Resume & Bio',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'Page 3.html'
}]
});