var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Location',
        'bIsWebPath':true,
        'sUrl':'location.html'
    }]
},
{   'bSeparatorAfter':true,
    'sTitle':'MINING SOLUTIONS',
    'bIsWebPath':true,
    'sUrl':'specialist_mining_solutions.html',"childArray" : [
    {   'sTitle':'Collision Avoidance',
        'bIsWebPath':true,
        'sUrl':'collision_avoidance.html'
    },
    {   'sTitle':'SX LED Lighting',
        'bIsWebPath':true,
        'sUrl':'sx_led_lighting.html',"childArray" : [
        {   'sTitle':'SX LED light 6K ',
            'bIsWebPath':true,
            'sUrl':'6k_sx_led_light.html'
        },
        {   'sTitle':'SX LED light 12K',
            'bIsWebPath':true,
            'sUrl':'12k_sx_led_light.html'
        },
        {   'sTitle':'SX LED light 24K',
            'bIsWebPath':true,
            'sUrl':'24k_sx_led_light.html'
        }]
    }]
},
{   'bSeparatorAfter':true,
    'sTitle':'NEWS',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'CAREERS',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'E-CAT/MINEFIND',
    'bIsWebPath':true,
    'sUrl':'minefind.html'
}]
});
