var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Restoration',
    'bIsWebPath':true,
    'sUrl':'restoration.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'cariadnews.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
