var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Life Coaching',
    'bIsWebPath':true,
    'sUrl':'lifecoaching.html'
},
{   'sTitle':'Louise Hay',
    'bIsWebPath':true,
    'sUrl':'louisehay.html'
},
{   'sTitle':'Sinnett Jones Training',
    'bIsWebPath':true,
    'sUrl':'sinnettjonestraining.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
