var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Why Test?',
    bIsWebPath:true,
    sUrl:'whytest.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Package Testing',
        bIsWebPath:true,
        sUrl:'packagetesting.html'
    },
    {   sTitle:'Compression Testing',
        bIsWebPath:true,
        sUrl:'compressiontesting.html'
    },
    {   sTitle:'Environmental Chambers',
        bIsWebPath:true,
        sUrl:'environmentalchambers.html'
    },
    {   sTitle:'Shock Testing',
        bIsWebPath:true,
        sUrl:'shocktesting.html'
    },
    {   sTitle:'Vibration Testing',
        bIsWebPath:true,
        sUrl:'vibrationtesting.html'
    },
    {   sTitle:'Paper & Materials Testing',
        bIsWebPath:true,
        sUrl:'paper-materials-testing.html'
    },
    {   sTitle:'UN & HAZMAT Testing',
        bIsWebPath:true,
        sUrl:'un-hazmat-testing.html'
    },
    {   sTitle:'Medical Package Validation',
        bIsWebPath:true,
        sUrl:'medicaltesting.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contatcus.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
