var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Improving Information Workflow',
        'bIsWebPath':true,
        'sUrl':'improvinginformation.html'
    },
    {   'sTitle':'Office Equipment',
        'bIsWebPath':true,
        'sUrl':'officeequipment.html',"childArray" : [
        {   'sTitle':'Scanner',
            'bIsWebPath':true,
            'sUrl':'scanner.html'
        },
        {   'sTitle':'Shredders',
            'bIsWebPath':true,
            'sUrl':'shredders.html'
        },
        {   'sTitle':'Toner',
            'bIsWebPath':true,
            'sUrl':'toner.html',"childArray" : [
            {   'sTitle':'Toner xerox video',
                'bIsWebPath':true,
                'sUrl':'tonerxeroxvideo.html'
            }]
        }]
    },
    {   'sTitle':'Mail',
        'bIsWebPath':true,
        'sUrl':'mail.html',"childArray" : [
        {   'sTitle':'Mailing Machines',
            'bIsWebPath':true,
            'sUrl':'mailingmachines.html'
        },
        {   'sTitle':'Folders & Inserters',
            'bIsWebPath':true,
            'sUrl':'folders_inserters.html'
        },
        {   'sTitle':'Scales',
            'bIsWebPath':true,
            'sUrl':'scales.html'
        },
        {   'sTitle':'Postage Meter FAQs',
            'bIsWebPath':true,
            'sUrl':'meter_faqs.html'
        },
        {   'sTitle':'Tabbers Labelers',
            'bIsWebPath':true,
            'sUrl':'tabbers_labelers.html'
        },
        {   'sTitle':'Address Imagers',
            'bIsWebPath':true,
            'sUrl':'address_imagersa.html'
        },
        {   'sTitle':'Letter Openers',
            'bIsWebPath':true,
            'sUrl':'letter_openers.html'
        }]
    },
    {   'sTitle':'Copiers',
        'bIsWebPath':true,
        'sUrl':'copiers.html'
    }]
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Service',
    'bIsWebPath':true,
    'sUrl':'service.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
