var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'SUPPORT',
    bIsWebPath:true,
    sUrl:'support.html',
    sTarget:'_self'
},
{   sTitle:'HARDWARE',
    bIsWebPath:true,
    sUrl:'specials.html',
    sTarget:'_self'
},
{   sTitle:'BULLETPROOF',
    bIsWebPath:true,
    sUrl:'bulletproof.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
}]
});