var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Line Card',
    bIsWebPath:true,
    sUrl:'linecard.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Level',
        bIsWebPath:true,
        sUrl:'level.html'
    },
    {   sTitle:'Flow',
        bIsWebPath:true,
        sUrl:'flow.html',"childArray" : [
        {   sTitle:'Coriolis',
            bIsWebPath:true,
            sUrl:'coriolis.html'
        },
        {   sTitle:'DP Flow',
            bIsWebPath:true,
            sUrl:'dp.html'
        },
        {   sTitle:'Magmeters',
            bIsWebPath:true,
            sUrl:'magmeters.html'
        },
        {   sTitle:'Positive Displacement',
            bIsWebPath:true,
            sUrl:'positive displacement.html'
        },
        {   sTitle:'Turbine',
            bIsWebPath:true,
            sUrl:'turbine.html'
        }]
    },
    {   sTitle:'Pressure and Temperature',
        bIsWebPath:true,
        sUrl:'pressure_and_temperature.html'
    },
    {   sTitle:'Analytical Instrumentation',
        bIsWebPath:true,
        sUrl:'analytical_instrumentation.html'
    },
    {   sTitle:'Wireless',
        bIsWebPath:true,
        sUrl:'wireless.html'
    },
    {   sTitle:'Chemical Feed and Storage',
        bIsWebPath:true,
        sUrl:'chem_feed.html'
    },
    {   sTitle:'Valves and Steam Traps',
        bIsWebPath:true,
        sUrl:'valves_and_traps.html'
    },
    {   sTitle:'Systems, Accessories, and Services',
        bIsWebPath:true,
        sUrl:'systems_services.html'
    }]
},
{   sTitle:'What\'s New',
    bIsWebPath:true,
    sUrl:'whatnew.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
