var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.htm'
},
{   'sTitle':'Safety',
    'bIsWebPath':true,
    'sUrl':'safety.htm'
},
{   'sTitle':'Alliances',
    'bIsWebPath':true,
    'sUrl':'alliances.htm'
},
{   'sTitle':'Awards',
    'bIsWebPath':true,
    'sUrl':'awards.htm'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.htm'
},
{   'sTitle':'Careers',
    'bIsExternal':true,
    'sUrl':'http://www.merico.com/application.htm',
    'sTarget':'_blank'
}]
});
