var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Google',
    'bIsWebPath':true,
    'sUrl':'Page 2.html'
},
{   'sTitle':'Windows',
    'bIsWebPath':true,
    'sUrl':'Page 3.html'
},
{   'sTitle':'Apple',
    'bIsWebPath':true,
    'sUrl':'Page 4.html'
},
{   'sTitle':'Gadgets',
    'bIsWebPath':true,
    'sUrl':'Page 5.html'
}]
});
