var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Gerken',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Company Profile',
        'bIsWebPath':true,
        'sUrl':'profile.html'
    },
    {   'sTitle':'Structure',
        'bIsWebPath':true,
        'sUrl':'structure.html'
    },
    {   'sTitle':'Global Presence',
        'bIsWebPath':true,
        'sUrl':'location.html'
    },
    {   'sTitle':'Customers',
        'bIsWebPath':true,
        'sUrl':'references.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Electrical Carbon',
        'bIsWebPath':true,
        'sUrl':'electrical.html',"childArray" : [
        {   'sTitle':'Carbon Brushes',
            'bIsWebPath':true,
            'sUrl':'carbon_brush.html',"childArray" : [
            {   'sTitle':'Carbon Brushes for Traction',
                'bIsWebPath':true,
                'sUrl':'traction_brush.html'
            },
            {   'sTitle':'Carbon Brushes for Industry',
                'bIsWebPath':true,
                'sUrl':'industrial_brush.html',"childArray" : [
                {   'sTitle':'Carbon Brushes for Industry - Power',
                    'bIsWebPath':true,
                    'sUrl':'power_brush.html'
                }]
            },
            {   'sTitle':'Carbon Brushes for Wind Energy',
                'bIsWebPath':true,
                'sUrl':'wind_brush.html'
            }]
        },
        {   'sTitle':'Brush Holders',
            'bIsWebPath':true,
            'sUrl':'brush_holder.html',"childArray" : [
            {   'sTitle':'Brush Holders for Traction',
                'bIsWebPath':true,
                'sUrl':'traction_holder.html'
            },
            {   'sTitle':'Brush Holders for Industry',
                'bIsWebPath':true,
                'sUrl':'industrial_holder.html'
            },
            {   'sTitle':'Brush Holders for Wind Energy',
                'bIsWebPath':true,
                'sUrl':'wind_holder.html'
            }]
        },
        {   'sTitle':'Traction Earthing Units',
            'bIsWebPath':true,
            'sUrl':'earthing.html'
        },
        {   'sTitle':'Pantograph & Collector Carbons',
            'bIsWebPath':true,
            'sUrl':'collector.html',"childArray" : [
            {   'sTitle':'Catenary Analysis',
                'bIsWebPath':true,
                'sUrl':'catenary_analysis.html'
            }]
        },
        {   'sTitle':'Wind Turbine Components',
            'bIsWebPath':true,
            'sUrl':'wind.html'
        },
        {   'sTitle':'Linear Sliding Contacts',
            'bIsWebPath':true,
            'sUrl':'linear.html'
        },
        {   'sTitle':'Ancillary Components',
            'bIsWebPath':true,
            'sUrl':'ancillary.html'
        },
        {   'sTitle':'Sliprings',
            'bIsWebPath':true,
            'sUrl':'slipring.html'
        }]
    },
    {   'sTitle':'Industrial Graphite Products',
        'bIsWebPath':true,
        'sUrl':'graphite.html',"childArray" : [
        {   'sTitle':'Machined Graphite Components',
            'bIsWebPath':true,
            'sUrl':'machined_graphite.html',"childArray" : [
            {   'sTitle':'Machined Graphite - Glass',
                'bIsWebPath':true,
                'sUrl':'glass.html'
            },
            {   'sTitle':'Machined Graphite - Metal',
                'bIsWebPath':true,
                'sUrl':'metal.html'
            }]
        },
        {   'sTitle':'Saturn Casting Rings',
            'bIsWebPath':true,
            'sUrl':'saturn_casting.html'
        },
        {   'sTitle':'Graphite Material Supply',
            'bIsWebPath':true,
            'sUrl':'graphite_materials.html'
        },
        {   'sTitle':'Anti-Ox Treatment',
            'bIsWebPath':true,
            'sUrl':'antiox.html'
        }]
    }]
},
{   'sTitle':'Key Differentiators',
    'bIsWebPath':true,
    'sUrl':'differentiators.html'
},
{   'sTitle':'Expertise',
    'bIsWebPath':true,
    'sUrl':'expertise.html',"childArray" : [
    {   'sTitle':'R & D',
        'bIsWebPath':true,
        'sUrl':'r&d.html'
    }]
},
{   'sTitle':'Manufacturing',
    'bIsWebPath':true,
    'sUrl':'manufacturing.html'
},
{   'sTitle':'Quality',
    'bIsWebPath':true,
    'sUrl':'quality.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Join our Network',
        'bIsWebPath':true,
        'sUrl':'join_us.html'
    },
    {   'sTitle':'Trade Shows',
        'bIsWebPath':true,
        'sUrl':'tradeshows.html'
    },
    {   'sTitle':'Brush Enquiry Form',
        'bIsWebPath':true,
        'sUrl':'brush_order.html'
    }]
}]
});
