var nav_360tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Tutorials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'tutorials.html'
},
{   'sTitle':'About',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Portfolio',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
