var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Personal Injury',
        'bIsWebPath':true,
        'sUrl':'pesonal-injury.html'
    },
    {   'sTitle':'Matrimonial Surveillance',
        'bIsWebPath':true,
        'sUrl':'matrimonial.html'
    },
    {   'sTitle':'Co-habiting Surveillance',
        'bIsWebPath':true,
        'sUrl':'cohabiting.html'
    },
    {   'sTitle':'Child Protection',
        'bIsWebPath':true,
        'sUrl':'childprotection.html'
    },
    {   'sTitle':'Process Serving',
        'bIsWebPath':true,
        'sUrl':'process.html'
    },
    {   'sTitle':'Counter Surveillance /  Bug Sweeping',
        'bIsWebPath':true,
        'sUrl':'counter.html'
    },
    {   'sTitle':'Tracing Service',
        'bIsWebPath':true,
        'sUrl':'tracing.html'
    },
    {   'sTitle':'Neighbourhood Checks',
        'bIsWebPath':true,
        'sUrl':'neighbourhood.html'
    },
    {   'sTitle':'Background Checks',
        'bIsWebPath':true,
        'sUrl':'background.html'
    },
    {   'sTitle':'Vehicle Tracking Device',
        'bIsWebPath':true,
        'sUrl':'tracking.html'
    },
    {   'sTitle':'Accident Reporting',
        'bIsWebPath':true,
        'sUrl':'accident.html'
    },
    {   'sTitle':'Fraud Investigations / Prevention',
        'bIsWebPath':true,
        'sUrl':'fraud.html'
    },
    {   'sTitle':'ID Verification',
        'bIsWebPath':true,
        'sUrl':'identification.html'
    },
    {   'sTitle':'Computer Forensics',
        'bIsWebPath':true,
        'sUrl':'forensics.html'
    }]
},
{   'sTitle':'Memberships',
    'bIsWebPath':true,
    'sUrl':'memberships.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
