var customNavTree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'PRODUCTS',
    bIsWebPath:true,
    sUrl:'Products.html',
    sTarget:'_self'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'Services.html',
    sTarget:'_self'
},
{   sTitle:'DOWNLOADS',
    bIsWebPath:true,
    sUrl:'Downloads.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'Contact.html',
    sTarget:'_self'
}]
});
