var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Jet East Corporate Aviation, LLC, Aircraft maintenance services for the Northeast US and beyond.',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Capabilities',
    'bIsWebPath':true,
    'sUrl':'capabilities.html',"childArray" : [
    {   'sTitle':'AOG Maintenance',
        'bIsWebPath':true,
        'sUrl':'aog.html'
    },
    {   'sTitle':'Scheduled and Drop-in Maintenance',
        'bIsWebPath':true,
        'sUrl':'maintenance.html'
    },
    {   'sTitle':'Avionics',
        'bIsWebPath':true,
        'sUrl':'avionics.html'
    }]
},
{   'sTitle':'Parts',
    'bIsWebPath':true,
    'sUrl':'parts.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Locations',
    'bIsWebPath':true,
    'sUrl':'about_jea.html'
},
{   'sTitle':'Careers',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
}]
});
