var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'New Instruments',
    'bIsWebPath':true,
    'sUrl':'newinstruments.html',"childArray" : [
    {   'sTitle':'Smiths Classic',
        'bIsWebPath':true,
        'sUrl':'smithclassic.html'
    },
    {   'sTitle':'Eclipse International',
        'bIsWebPath':true,
        'sUrl':'eclipse.html'
    },
    {   'sTitle':'Telemetrix',
        'bIsWebPath':true,
        'sUrl':'telemetrix.html'
    },
    {   'sTitle':'Motorsport & Racing',
        'bIsWebPath':true,
        'sUrl':'motorsportracing.html'
    },
    {   'sTitle':'Replica Instruments',
        'bIsWebPath':true,
        'sUrl':'replica.html',"childArray" : [
        {   'sTitle':'Replica Pics',
            'bIsWebPath':true,
            'sUrl':'replicapics.html'
        }]
    },
    {   'sTitle':'Cobra Gauges',
        'bIsWebPath':true,
        'sUrl':'cobra.html',"childArray" : [
        {   'sTitle':'Cobra Pics',
            'bIsWebPath':true,
            'sUrl':'cobrapics.html'
        }]
    },
    {   'sTitle':'Mini Gauges',
        'bIsWebPath':true,
        'sUrl':'mini.html',"childArray" : [
        {   'sTitle':'Mini Pics',
            'bIsWebPath':true,
            'sUrl':'minipics.html'
        }]
    },
    {   'sTitle':'Landrover Gauges',
        'bIsWebPath':true,
        'sUrl':'landrover.html'
    },
    {   'sTitle':'Spitfire Gauges',
        'bIsWebPath':true,
        'sUrl':'spitfire.html'
    },
    {   'sTitle':'Accessories',
        'bIsWebPath':true,
        'sUrl':'accessories.html'
    },
    {   'sTitle':'Replica Instruments',
        'bIsWebPath':true,
        'sUrl':'replicas.html'
    },
    {   'sTitle':'New Products',
        'bIsWebPath':true,
        'sUrl':'page62.html'
    }]
},
{   'sTitle':'Design Your Own',
    'bIsWebPath':true,
    'sUrl':'owndesign.html'
},
{   'sTitle':'Repairs & Calibrations',
    'bIsWebPath':true,
    'sUrl':'repaircalib.html',"childArray" : [
    {   'sTitle':'Calibration',
        'bIsWebPath':true,
        'sUrl':'calibration.html'
    },
    {   'sTitle':'Repairs',
        'bIsWebPath':true,
        'sUrl':'repairs.html'
    },
    {   'sTitle':'Sending Parts',
        'bIsWebPath':true,
        'sUrl':'sendingparts.html'
    }]
},
{   'sTitle':'FAQs',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
