var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Ed\'s Ferrets',
    'bIsWebPath':true,
    'sUrl':'edsferrets.html'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'YouTube',
    'bIsWebPath':true,
    'sUrl':'youtube.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Real Gone',
    'bIsWebPath':true,
    'sUrl':'realgone.html'
}]
});
