var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Sensory',
        bIsWebPath:true,
        sUrl:'sensory.html'
    },
    {   sTitle:'Physical Play',
        bIsWebPath:true,
        sUrl:'phys.html'
    },
    {   sTitle:'Food Growing',
        bIsWebPath:true,
        sUrl:'farm.html'
    },
    {   sTitle:'The Natural World',
        bIsWebPath:true,
        sUrl:'nature.html'
    },
    {   sTitle:'Language and Literacy',
        bIsWebPath:true,
        sUrl:'langlit.html'
    },
    {   sTitle:'Shade and Shelter',
        bIsWebPath:true,
        sUrl:'shadeshelter.html'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});