var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'svc-overview.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'VoteLynx Product Family',
        'bIsWebPath':true,
        'sUrl':'votelynx.html'
    },
    {   'sTitle':'VoteLynx XLG',
        'bIsWebPath':true,
        'sUrl':'votelynx-xlg.html'
    },
    {   'sTitle':'VoteLynx SE',
        'bIsWebPath':true,
        'sUrl':'votelynx-se.html'
    },
    {   'sTitle':'VoteLynx LT',
        'bIsWebPath':true,
        'sUrl':'votelynx-lt.html'
    },
    {   'sTitle':'VoteLynx Accessories',
        'bIsWebPath':true,
        'sUrl':'votelynx-accessories.html'
    },
    {   'sTitle':'Energize Control System',
        'bIsExternal':true,
        'sUrl':'http://www.intentdigital.com/energize-ovw.html',
        'sTarget':'_blank'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Company',
    'bIsWebPath':true,
    'sUrl':'company.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'support-overviw.html'
}]
});
