var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sDescription':'St Mary\'s Catholic High School will be hosting another significant CCR event this spring on 6th to 8th June 2012.',
    'sTitle':'Healing Conference',
    'bIsWebPath':true,
    'sUrl':'healingconference.html'
},
{   'sTitle':'Speakers',
    'bIsWebPath':true,
    'sUrl':'speakers.html'
},
{   'sTitle':'Booking',
    'bIsWebPath':true,
    'sUrl':'booking.html'
}]
});
