var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
},
{   'sTitle':'Web Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
}]
});
