var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.us.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Industrial Tanks',
        bIsWebPath:true,
        sUrl:'industrialtanks.html',
        sTarget:'_self'
    },
    {   sTitle:'Drives & Motors',
        bIsWebPath:true,
        sUrl:'drives&motors.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'ABB Drives',
            bIsWebPath:true,
            sUrl:'abbdrives.html',
            sTarget:'_self'
        },
        {   sTitle:'ABB Drive Media',
            bIsWebPath:true,
            sUrl:'abbdrivemedia.html',
            sTarget:'_self'
        },
        {   sTitle:'ABB Downloads',
            bIsWebPath:true,
            sUrl:'page38.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'UL® 508C Panel Shop',
        bIsWebPath:true,
        sUrl:' panelshop.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Products',
            bIsWebPath:true,
            sUrl:'page31.html',
            sTarget:'_self'
        },
        {   sTitle:'Industries',
            bIsWebPath:true,
            sUrl:'page32.html',
            sTarget:'_self'
        },
        {   sTitle:'Services',
            bIsWebPath:true,
            sUrl:'page33.html',
            sTarget:'_self'
        },
        {   sTitle:'Photo Gallery',
            bIsWebPath:true,
            sUrl:'page34.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Heat Exchangers',
        bIsWebPath:true,
        sUrl:'heatexchangers.html',
        sTarget:'_self'
    },
    {   sTitle:'Concrete Restoration',
        bIsWebPath:true,
        sUrl:'page39.html',
        sTarget:'_self'
    },
    {   sTitle:'Fan Equipment',
        bIsWebPath:true,
        sUrl:'fanequipment.html',
        sTarget:'_self'
    },
    {   sTitle:'VFD / Motor Protection',
        bIsWebPath:true,
        sUrl:'vfd/motorprotection.html',
        sTarget:'_self'
    },
    {   sTitle:'Thermal Management',
        bIsWebPath:true,
        sUrl:'pfannenberg.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Manufacturers',
    bIsWebPath:true,
    sUrl:'manufacturers.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.us.html'
}]
});