var nav_444tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Support',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'support.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Testimonials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Testimonials.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about.html'
}]
});
