var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'HVAC',
    'bIsWebPath':true,
    'sUrl':'hvac.html'
},
{   'sTitle':'Metal Fabrication',
    'bIsWebPath':true,
    'sUrl':'mtlfab.html'
},
{   'sTitle':'Stainless Steel',
    'bIsWebPath':true,
    'sUrl':'stainless.html'
},
{   'sTitle':'Geocel Sealants',
    'bIsWebPath':true,
    'sUrl':'geocelsealants.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
