var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Research Projects',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Seedballs for San Diego Wildlife',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Desert Tortoises',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Burrowing Owls',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Golden Eagles',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Hawkwatch',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'In the News',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Photo Album',
    bIsWebPath:true,
    sUrl:'page11.html'
}]
});
