var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photographs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wisconsin 2009',
        bIsWebPath:true,
        sUrl:'wis09_2.html',
        sTarget:'_self'
    },
    {   sTitle:'Slovakia 2008',
        sUrl:'',
        sTarget:'_self'
    }]
},
{   sTitle:'Historical',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Drummond',
        bIsWebPath:true,
        sUrl:'drummond.html'
    },
    {   sTitle:'Ashland',
        sUrl:'',
        sTarget:'_self'
    }]
},
{   sTitle:'Interests',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Quilting',
        bIsWebPath:true,
        sUrl:'quilting.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Mug Rugs',
            bIsWebPath:true,
            sUrl:'mugrug.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Knitting',
        bIsWebPath:true,
        sUrl:'knitting.html',
        sTarget:'_self'
    },
    {   sTitle:'Tennis',
        bIsWebPath:true,
        sUrl:'tennis.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
