var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PC',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
},
{   sTitle:'Apple',
    bIsWebPath:true,
    sUrl:'page27.html',
    sTarget:'_self'
},
{   sTitle:'Notebook',
    bIsWebPath:true,
    sUrl:'page30.html'
},
{   sTitle:'Locking Guide',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
