var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Pictures1',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Pictures2',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Pictures3',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
