var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Space Jumps',
    'bIsWebPath':true,
    'sUrl':'jumps.html'
},
{   'sTitle':'Water Slides',
    'bIsWebPath':true,
    'sUrl':'slides.html'
},
{   'sTitle':'For Sale',
    'bIsWebPath':true,
    'sUrl':'sales.html'
},
{   'sTitle':'FAQs',
    'bIsWebPath':true,
    'sUrl':'faqs.html',"childArray" : [
    {   'sTitle':'Space Jump FAQs',
        'bIsWebPath':true,
        'sUrl':'jumpfaq.html'
    },
    {   'sTitle':'Water Slide FAQs',
        'bIsWebPath':true,
        'sUrl':'slidefaqs.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Questions or Comments',
        'bIsWebPath':true,
        'sUrl':'comments.html'
    },
    {   'sTitle':'Tell A Friend',
        'bIsWebPath':true,
        'sUrl':'tellafriend.html'
    }]
},
{   'sTitle':'Reviews',
    'bIsExternal':true,
    'sUrl':'http://www.yellowpages.com/saint-martinville-la/mip/bayou-bounce-rentals-18663382/reviews?lid=18663382',
    'sTarget':'_self'
}]
});
