var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Product Line',
    'bIsWebPath':true,
    'sUrl':'productline.html'
},
{   'sTitle':'Fabrication',
    'bIsWebPath':true,
    'sUrl':'fabrication.html'
},
{   'sTitle':'Applications',
    'bIsWebPath':true,
    'sUrl':'applications.html'
},
{   'sTitle':'Library',
    'bIsWebPath':true,
    'sUrl':'library.html',"childArray" : [
    {   'sTitle':'Military Specifications',
        'bIsWebPath':true,
        'sUrl':'military.html'
    },
    {   'sTitle':'Plastics Abbreviations',
        'bIsWebPath':true,
        'sUrl':'abbreviations.html'
    },
    {   'sTitle':'Glossary',
        'bIsWebPath':true,
        'sUrl':'glossary.html'
    }]
},
{   'sTitle':'Company Profile',
    'bIsWebPath':true,
    'sUrl':'profile.html'
},
{   'sTitle':'Facility',
    'bIsWebPath':true,
    'sUrl':'facility.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Career Opportunities',
        'bIsWebPath':true,
        'sUrl':'career.html'
    },
    {   'sTitle':'Location',
        'bIsWebPath':true,
        'sUrl':'location.html'
    }]
}]
});
