var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Qualifications',
        'bIsWebPath':true,
        'sUrl':'qualifications.html'
    },
    {   'sTitle':'Manufacturers',
        'bIsWebPath':true,
        'sUrl':'manufacturers.html'
    },
    {   'sTitle':'Downloads',
        'bIsWebPath':true,
        'sUrl':'downloads.html'
    },
    {   'sTitle':'Feedback',
        'bIsWebPath':true,
        'sUrl':'feedback.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Commercial',
        'bIsWebPath':true,
        'sUrl':'commercial.html',"childArray" : [
        {   'sTitle':'Presentation Systems',
            'bIsWebPath':true,
            'sUrl':'commercialps.html'
        },
        {   'sTitle':'Video Conferencing',
            'bIsWebPath':true,
            'sUrl':'commercialvc.html'
        },
        {   'sTitle':'Audio Conferencing',
            'bIsWebPath':true,
            'sUrl':'commercialac.html'
        },
        {   'sTitle':'Building Automation',
            'bIsWebPath':true,
            'sUrl':'commercialba.html'
        }]
    },
    {   'sTitle':'Residential',
        'bIsWebPath':true,
        'sUrl':'reseidential.html',"childArray" : [
        {   'sTitle':'Home Theater',
            'bIsWebPath':true,
            'sUrl':'reseidentialht.html'
        },
        {   'sTitle':'Custom Audio & Video',
            'bIsWebPath':true,
            'sUrl':'reseidentialcav.html'
        },
        {   'sTitle':'Home Automation',
            'bIsWebPath':true,
            'sUrl':'reseidentialha.html'
        }]
    },
    {   'sTitle':'Institutional',
        'bIsWebPath':true,
        'sUrl':'institutional.html',"childArray" : [
        {   'sTitle':'Presentation Systems',
            'bIsWebPath':true,
            'sUrl':'institutionalps.html'
        }]
    },
    {   'sTitle':'Digital Signage',
        'bIsWebPath':true,
        'sUrl':'digitalsignage.html'
    },
    {   'sTitle':'CCTV Systems',
        'bIsWebPath':true,
        'sUrl':'cctv.html'
    },
    {   'sTitle':'Programming',
        'bIsWebPath':true,
        'sUrl':'programming.html'
    },
    {   'sTitle':'Consultation & Design',
        'bIsWebPath':true,
        'sUrl':'consanddes.html'
    },
    {   'sTitle':'Video Duplication & Transfers',
        'bIsWebPath':true,
        'sUrl':'videodup.html'
    }]
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'Gallery: Commercial',
        'bIsWebPath':true,
        'sUrl':'galleriescom1.html'
    },
    {   'sTitle':'Gallery: Residential',
        'bIsWebPath':true,
        'sUrl':'galleriesres1.html'
    },
    {   'sTitle':'Gallery: Institutional',
        'bIsWebPath':true,
        'sUrl':'galleriesins1.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Information Request',
        'bIsWebPath':true,
        'sUrl':'inforequest.html'
    },
    {   'sTitle':'Login',
        'bIsWebPath':true,
        'sUrl':'login.html'
    },
    {   'sTitle':'Careers',
        'bIsWebPath':true,
        'sUrl':'careers.html'
    }]
},
{   'sTitle':'Industry News',
    'bIsWebPath':true,
    'sUrl':'indnews.html',"childArray" : [
    {   'sTitle':'Articles & Information',
        'bIsWebPath':true,
        'sUrl':'articles.html'
    },
    {   'sTitle':'RSS Feeds',
        'bIsWebPath':true,
        'sUrl':'rssfeeds.html'
    }]
}]
});
