var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Process',
    'bIsWebPath':true,
    'sUrl':'the process.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Donation',
    'bIsWebPath':true,
    'sUrl':'donation.html'
},
{   'sTitle':'Get Involved',
    'bIsWebPath':true,
    'sUrl':'get involved.html'
},
{   'sTitle':'Cars For Homes',
    'bIsWebPath':true,
    'sUrl':'car-donation-killeen-tx.html'
},
{   'sTitle':'Restore',
    'bIsWebPath':true,
    'sUrl':'restore.html'
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'faq\'s.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
