var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Terms and Conditions',
    'bIsWebPath':true,
    'sUrl':'termsandconditions.html'
},
{   'sTitle':'Privacy Policy',
    'bIsWebPath':true,
    'sUrl':'privacypolicy.html'
}]
});
