var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Computing',
    bIsWebPath:true,
    sUrl:'ca.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Continuous Availability',
        bIsWebPath:true,
        sUrl:'ca.html',
        sTarget:'_self'
    },
    {   sTitle:'High Availability',
        bIsWebPath:true,
        sUrl:'ha.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Rescue & Fire Fighting',
    bIsWebPath:true,
    sUrl:'page21.html',
    sTarget:'_self'
},
{   sTitle:'Software Solutions',
    bIsWebPath:true,
    sUrl:'solution100.html',
    sTarget:'_self'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'TrainingMain.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});
