var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Teaching tools',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'2011 TKO Grant info',
        bIsWebPath:true,
        sUrl:'page18.html'
    }]
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'page21.html',"childArray" : [
    {   sTitle:'Weird & Unusual 2010-11',
        bIsWebPath:true,
        sUrl:'page20.html'
    },
    {   sTitle:'Desert Animals 2009-10',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Other Past programs',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Pricing & Calendar',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Schools & After school programs',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Libraries & Summer camps',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Festivals & Nature organizations',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Coming Summer 2012!!',
    bIsWebPath:true,
    sUrl:'page19.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'Holly Taylor, Reptile Programmer',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Photos & Artwork',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
}]
});
