var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Products.html',"childArray" : [
    {   sTitle:'Industrial Products',
        bIsWebPath:true,
        sUrl:'industrial.html',"childArray" : [
        {   sTitle:'Workstations',
            bIsWebPath:true,
            sUrl:'workstations.html'
        },
        {   sTitle:'HazLoc',
            bIsWebPath:true,
            sUrl:'hazloc.html'
        },
        {   sTitle:'Monitors',
            bIsWebPath:true,
            sUrl:'monitors.html'
        },
        {   sTitle:'Rugged Laptops',
            bIsWebPath:true,
            sUrl:'ruggedlaptops.html'
        },
        {   sTitle:'SlimView HMI',
            bIsWebPath:true,
            sUrl:'slimview.html'
        }]
    },
    {   sTitle:'PLC Engineering',
        bIsWebPath:true,
        sUrl:'PLC Engineering.html'
    },
    {   sTitle:' Kiosks',
        bIsWebPath:true,
        sUrl:'kiosksa.html'
    },
    {   sTitle:'Building Security',
        bIsWebPath:true,
        sUrl:'buildingsecurity.html'
    },
    {   sTitle:'Spare Parts Inquiry',
        bIsWebPath:true,
        sUrl:'spares.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'Clients.html'
},
{   sTitle:'Quote Request',
    bIsWebPath:true,
    sUrl:'quote_form.html',"childArray" : [
    {   sTitle:'Spare Parts Inquiry',
        bIsWebPath:true,
        sUrl:'sparesa.html'
    },
    {   sTitle:'International Sales',
        bIsWebPath:true,
        sUrl:'internationalsales.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Employment',
        bIsWebPath:true,
        sUrl:'employment.html'
    }]
}]
});
