var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'home',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Quality',
    'bIsWebPath':true,
    'sUrl':'quality_main.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Civil Aviation',
        'bIsWebPath':true,
        'sUrl':'cas_main.html',"childArray" : [
        {   'sTitle':'Airline and Commuter',
            'bIsWebPath':true,
            'sUrl':'aiirline and commuter.html'
        },
        {   'sTitle':'General Aviation',
            'bIsWebPath':true,
            'sUrl':'general aviation.html'
        }]
    },
    {   'sTitle':'Military Aviation',
        'bIsWebPath':true,
        'sUrl':'military aviation.html',"childArray" : [
        {   'sTitle':'Military Rotary Wing',
            'bIsWebPath':true,
            'sUrl':'rotary_wing.html'
        },
        {   'sTitle':'Military Fixed Wing',
            'bIsWebPath':true,
            'sUrl':'fixed_wing.html'
        }]
    },
    {   'sTitle':'Miscellaneous',
        'bIsWebPath':true,
        'sUrl':'miscellaneous spares.html',"childArray" : [
        {   'sTitle':'Test Equipment',
            'bIsWebPath':true,
            'sUrl':'test equipment.html'
        },
        {   'sTitle':'Fasteners',
            'bIsWebPath':true,
            'sUrl':'fasteners.html'
        },
        {   'sTitle':'Radar Systems',
            'bIsWebPath':true,
            'sUrl':'radar systems.html'
        },
        {   'sTitle':'Igniters and Exciters',
            'bIsWebPath':true,
            'sUrl':'igniters and exciters.html'
        },
        {   'sTitle':'Ground Handling Equipment',
            'bIsWebPath':true,
            'sUrl':'ground handling equipment.html'
        }]
    },
    {   'sTitle':'Manufacturers',
        'bIsWebPath':true,
        'sUrl':'manufacturers.html',"childArray" : [
        {   'sTitle':'Military Manufacturers',
            'bIsWebPath':true,
            'sUrl':'military manufacturers.html'
        },
        {   'sTitle':'Civil Manufacturers',
            'bIsWebPath':true,
            'sUrl':'civil manufacturers.html'
        }]
    },
    {   'sTitle':'Instruments and Avionics',
        'bIsWebPath':true,
        'sUrl':'instruments and avionics.html'
    },
    {   'sTitle':'RFQ',
        'bIsWebPath':true,
        'sUrl':'rfq.html'
    },
    {   'sTitle':'HydrauTug',
        'bIsWebPath':true,
        'sUrl':'hydrautug.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Partnerships',
        'bIsWebPath':true,
        'sUrl':'partnership.html'
    },
    {   'sTitle':'Procurement',
        'bIsWebPath':true,
        'sUrl':'procurement.html'
    },
    {   'sTitle':'Component Repair',
        'bIsWebPath':true,
        'sUrl':'component repair.html'
    },
    {   'sTitle':'New Business',
        'bIsWebPath':true,
        'sUrl':'new_business.html'
    },
    {   'sTitle':'Enquiries',
        'bIsWebPath':true,
        'sUrl':'enquiries.html'
    }]
},
{   'sTitle':'Auctions',
    'bIsWebPath':true,
    'sUrl':'auctions.html',"childArray" : [
    {   'sTitle':'Sign Up',
        'bIsWebPath':true,
        'sUrl':'signup.html'
    },
    {   'sTitle':'All Excess',
        'bIsWebPath':true,
        'sUrl':'allexcess.html'
    }]
}]
});
