var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Installation Services',
        'bIsWebPath':true,
        'sUrl':'installation.html',"childArray" : [
        {   'sTitle':'Domestic Installation',
            'bIsWebPath':true,
            'sUrl':'domestic_installation.html'
        },
        {   'sTitle':'Commercial Installation',
            'bIsWebPath':true,
            'sUrl':'commercial_installation.html'
        },
        {   'sTitle':'Industrial Installation',
            'bIsWebPath':true,
            'sUrl':'industrial_installation_services.html'
        }]
    },
    {   'sTitle':'Audio Visual Systems',
        'bIsWebPath':true,
        'sUrl':'avsystems.html'
    },
    {   'sTitle':'Lighting Systems',
        'bIsWebPath':true,
        'sUrl':'lighting_systems.html'
    },
    {   'sTitle':'Fire and Security Systems',
        'bIsWebPath':true,
        'sUrl':'fire_and_security.html'
    },
    {   'sTitle':'Testing and Inspection',
        'bIsWebPath':true,
        'sUrl':'testing_and_inspection.html'
    }]
},
{   'sTitle':'References',
    'bIsWebPath':true,
    'sUrl':'references.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
