var nav_425tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Solutions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'solutions.html'
},
{   'sTitle':'Resources',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'resources.html',
    'sTarget':'_self'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
