var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Enquiry Form',
    'bIsWebPath':true,
    'sUrl':'arrangingchildcare.html'
},
{   'sTitle':'Home Educators',
    'bIsWebPath':true,
    'sUrl':'homeeducators.html'
},
{   'sTitle':'Nannies',
    'bIsWebPath':true,
    'sUrl':'nannies.html'
},
{   'sTitle':'Grow Programme',
    'bIsWebPath':true,
    'sUrl':'growprogramme.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'cnsnewsletter.html'
},
{   'sTitle':'Our ERO Report',
    'bIsWebPath':true,
    'sUrl':'oureroreport.html'
},
{   'sTitle':'Childcare Subsidy',
    'bIsWebPath':true,
    'sUrl':'childcaresubsidy .html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Info & Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
