var customNavTree32 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Presentations by Date',
    bIsWebPath:true,
    sUrl:'date_presentations.html',"childArray" : [
    {   sTitle:'Year 2012',
        bIsWebPath:true,
        sUrl:'year_2012.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 2011',
        bIsWebPath:true,
        sUrl:'year_2011.html'
    },
    {   sTitle:'Year 2010',
        bIsWebPath:true,
        sUrl:'year_2010.html'
    },
    {   sTitle:'Year 2009',
        bIsWebPath:true,
        sUrl:'year_2009.html'
    },
    {   sTitle:'Year 2008',
        bIsWebPath:true,
        sUrl:'year_2008.html'
    },
    {   sTitle:'Year 2007',
        bIsWebPath:true,
        sUrl:'year_2007.html'
    },
    {   sTitle:'Year 2006',
        bIsWebPath:true,
        sUrl:'year_2006.html'
    },
    {   sTitle:'Year 2005',
        bIsWebPath:true,
        sUrl:'year_2005.html'
    },
    {   sTitle:'Year 2004',
        bIsWebPath:true,
        sUrl:'year_2004.html'
    },
    {   sTitle:'Year 2003',
        bIsWebPath:true,
        sUrl:'year_2003.html'
    }]
},
{   sTitle:'Presentation by Subject',
    bIsWebPath:true,
    sUrl:'presentations_by_subject.html'
},
{   sTitle:'Free Utilities',
    bIsWebPath:true,
    sUrl:'free_utilities.html'
},
{   sTitle:'Desktop Backgrounds',
    bIsWebPath:true,
    sUrl:'desktop_backgrounds.html'
},
{   sTitle:'Video Tutorials',
    bIsWebPath:true,
    sUrl:'video_tutorials.html'
},
{   sTitle:'SmartPhone Apps',
    bIsWebPath:true,
    sUrl:'smartphone_apps.html',"childArray" : [
    {   sTitle:'iPhone Apps',
        bIsWebPath:true,
        sUrl:'iphone_apps.html'
    },
    {   sTitle:'Android Apps',
        bIsWebPath:true,
        sUrl:'android_apps.html'
    }]
},
{   sTitle:'Computer Repair, Backups, etc',
    bIsWebPath:true,
    sUrl:'computer_problem_solving.html'
},
{   sTitle:'Bromiley Newsletter',
    bIsWebPath:true,
    sUrl:'bromiley_newsletter.html',
    sTarget:'_blank'
}]
});
