var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Full Electric Systems',
    'bIsWebPath':true,
    'sUrl':'full electric systems.html',"childArray" : [
    {   'sTitle':'Electric Passenger Vehicle Systems',
        'bIsWebPath':true,
        'sUrl':'electric passenger vehicle systems.html',"childArray" : [
        {   'sTitle':'PowerPhase Pro',
            'bIsWebPath':true,
            'sUrl':'powerphase pro.html'
        },
        {   'sTitle':'PowerPhase Select',
            'bIsWebPath':true,
            'sUrl':'powerphase select.html'
        }]
    },
    {   'sTitle':'Electric Commercial Vehicle Systems',
        'bIsWebPath':true,
        'sUrl':'electric commercial vehicle systems.html'
    }]
},
{   'sTitle':'Hybrid Systems',
    'bIsWebPath':true,
    'sUrl':'hybrid systems.html'
},
{   'sTitle':'Additional Products',
    'bIsWebPath':true,
    'sUrl':'additional products.html'
},
{   'sTitle':'News and Events',
    'bIsWebPath':true,
    'sUrl':'news and events.html'
},
{   'sTitle':'Investor Relations',
    'bIsWebPath':true,
    'sUrl':'investorrelations.html'
},
{   'sTitle':'Who We Are',
    'bIsWebPath':true,
    'sUrl':'who we are.html'
},
{   'sTitle':'Careers',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
