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