var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Bob Shimer Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Who Am I',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Who.html',
    'sTarget':'_self'
},
{   'sTitle':'Stories and Magic',
    'bIsExternal':true,
    'sUrl':'http://www.drango.com/storiesandmagic/',
    'sTarget':'_self'
},
{   'sTitle':'Drango Dragon',
    'bIsExternal':true,
    'sUrl':'http://drango.com/',
    'sTarget':'_self'
},
{   'sTitle':'Art Gallery',
    'bIsExternal':true,
    'sUrl':'http://drango.com/Bob-Art/index.html',
    'sTarget':'_self'
},
{   'sTitle':'Our Travels',
    'bIsExternal':true,
    'sUrl':'http://drango.com/travels/',
    'sTarget':'_self'
},
{   'sTitle':'Our Photos',
    'bIsExternal':true,
    'sUrl':'http://www.drango.com/photos/index.html',
    'sTarget':'_self'
},
{   'sTitle':'WebMaster for...',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'web.html',
    'sTarget':'_self'
}]
});
