var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about_stdominics.html'
},
{   'sTitle':'Our team',
    'bIsWebPath':true,
    'sUrl':'stdominics_staff.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'stdominics_activities.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'more_information.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact_stdominics.html'
}]
});
