var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Archive',
    'bIsWebPath':true,
    'sUrl':'archive.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
}]
});
