var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'company',
    'bIsWebPath':true,
    'sUrl':'company.html'
},
{   'sTitle':'gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'adventures',
    'bIsWebPath':true,
    'sUrl':'adventures.html',"childArray" : [
    {   'sTitle':'two day rafting',
        'bIsWebPath':true,
        'sUrl':'two day rafting.html'
    },
    {   'sTitle':'family float trip',
        'bIsWebPath':true,
        'sUrl':'family float trip.html'
    },
    {   'sTitle':'grade 3-5 rafting',
        'bIsWebPath':true,
        'sUrl':'grade 3-5 rafting.html'
    },
    {   'sTitle':'expedition',
        'bIsWebPath':true,
        'sUrl':'expedition.html'
    }]
},
{   'sTitle':'book now',
    'bIsWebPath':true,
    'sUrl':'book now.html'
},
{   'sTitle':'faq',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
