var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contactus.html'
    },
    {   'sTitle':'To Our Customers',
        'bIsWebPath':true,
        'sUrl':'customers.html'
    },
    {   'sTitle':'Directions to Our Facility',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    },
    {   'sTitle':'Employment Opportunities',
        'bIsWebPath':true,
        'sUrl':'employment.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'About Our Products',
        'bIsWebPath':true,
        'sUrl':'aboutproducts.html'
    },
    {   'sTitle':'Buy Online',
        'bIsWebPath':true,
        'sUrl':'buyonline.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Sales',
        'bIsWebPath':true,
        'sUrl':'sales.html'
    },
    {   'sTitle':'Purchasing',
        'bIsWebPath':true,
        'sUrl':'purchasing.html'
    },
    {   'sTitle':'Customer Service',
        'bIsWebPath':true,
        'sUrl':'customerservice.html'
    },
    {   'sTitle':'Repair & Refurbish',
        'bIsWebPath':true,
        'sUrl':'repair.html'
    },
    {   'sTitle':'Technical Assistance',
        'bIsWebPath':true,
        'sUrl':'technicalassistance.html'
    },
    {   'sTitle':'Shipping Services',
        'bIsWebPath':true,
        'sUrl':'shipping.html'
    }]
}]
});
