var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Production',
    'bIsWebPath':true,
    'sUrl':'production.html',"childArray" : [
    {   'sTitle':'Audio',
        'bIsWebPath':true,
        'sUrl':'audio.html'
    },
    {   'sTitle':'Video',
        'bIsWebPath':true,
        'sUrl':'video.html'
    },
    {   'sTitle':'Lighting',
        'bIsWebPath':true,
        'sUrl':'lighting.html'
    },
    {   'sTitle':'Stage & Roofing',
        'bIsWebPath':true,
        'sUrl':'stageroof.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Installs',
        'bIsWebPath':true,
        'sUrl':'installs.html'
    },
    {   'sTitle':'Manufacturing',
        'bIsWebPath':true,
        'sUrl':'manufacturing.html'
    },
    {   'sTitle':'Maintenance & Repairs',
        'bIsWebPath':true,
        'sUrl':'maintenancerepairs.html'
    },
    {   'sTitle':'Hearing Protection',
        'bIsWebPath':true,
        'sUrl':'hearingprotection.html'
    }]
},
{   'sTitle':'Event Power',
    'bIsWebPath':true,
    'sUrl':'eventpower.html'
},
{   'sTitle':'Pro Gear Store',
    'bIsExternal':true,
    'sUrl':'http://www.loudandclearprogear.com',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
