var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Company Background',
        bIsWebPath:true,
        sUrl:'company background.html'
    },
    {   sTitle:'Corporate Structure',
        bIsWebPath:true,
        sUrl:'corporate structure.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page43.html',"childArray" : [
    {   sTitle:'Breathing Air',
        bIsWebPath:true,
        sUrl:'breathing air.html',"childArray" : [
        {   sTitle:'Portable Compressor',
            bIsWebPath:true,
            sUrl:'portable compressor.html',"childArray" : [
            {   sTitle:'Compact Line',
                bIsWebPath:true,
                sUrl:'compact line.html'
            },
            {   sTitle:'Profi Line ll',
                bIsWebPath:true,
                sUrl:'profi line ll.html'
            }]
        },
        {   sTitle:'Stationary Compressors',
            bIsWebPath:true,
            sUrl:'stationary compressors.html'
        },
        {   sTitle:'Nitrox System',
            bIsWebPath:true,
            sUrl:'nitrox system.html'
        },
        {   sTitle:'Booster Fiera',
            bIsWebPath:true,
            sUrl:'booster.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Industrial Air & Gas',
        bIsWebPath:true,
        sUrl:'industrial air & gas.html',"childArray" : [
        {   sTitle:'KAP Range',
            bIsWebPath:true,
            sUrl:'kap range.html'
        }]
    },
    {   sTitle:'Paint Ball',
        bIsWebPath:true,
        sUrl:'paint ball.html'
    },
    {   sTitle:'Cryogenic Pump',
        bIsWebPath:true,
        sUrl:'cryogenic pump.html',"childArray" : [
        {   sTitle:'Reciprocating Pump',
            bIsWebPath:true,
            sUrl:'reciprocating pump.html'
        },
        {   sTitle:'Centrifugal Pump',
            bIsWebPath:true,
            sUrl:'centrifugal pump.html'
        }]
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Referral ',
    bIsWebPath:true,
    sUrl:'referral clients.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
},
{   sTitle:'Location Map',
    bIsWebPath:true,
    sUrl:'location.html',
    sTarget:'_self'
}]
});
