var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PICTURES',
    bIsWebPath:true,
    sUrl:'pictures.html',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'2010.html',"childArray" : [
        {   sTitle:'KrispyKreme',
            bIsWebPath:true,
            sUrl:'krispykreme.html'
        },
        {   sTitle:'FAMILY',
            sUrl:''
        },
        {   sTitle:'FAMILY',
            sUrl:''
        }]
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'2009.html'
    },
    {   sTitle:'2008',
        bIsWebPath:true,
        sUrl:'2008.html'
    },
    {   sTitle:'2007',
        bIsWebPath:true,
        sUrl:'2007.html'
    },
    {   sTitle:'2006',
        bIsWebPath:true,
        sUrl:'2006.html'
    },
    {   sTitle:'2005',
        bIsWebPath:true,
        sUrl:'2005.html'
    },
    {   sTitle:'Luke Monkey Boy',
        bIsWebPath:true,
        sUrl:'lukemonkeyboy.html'
    },
    {   sTitle:'Eli Monkey Boy',
        bIsWebPath:true,
        sUrl:'elimonkeyboy.html'
    }]
},
{   sTitle:'FAMILY',
    bIsWebPath:true,
    sUrl:'family.html',"childArray" : [
    {   sTitle:'ELIs Page',
        sUrl:''
    }]
},
{   sTitle:'FLIGHT',
    bIsWebPath:true,
    sUrl:'flight.html',"childArray" : [
    {   sTitle:'FLYIN2010',
        bIsWebPath:true,
        sUrl:'flyin2010.html'
    }]
},
{   sTitle:'TINY PEEPERS',
    sUrl:'http://www.tinypeepers.com',
    sTarget:'_blank'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'page14.html'
}]
});
