var nav_204tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Products.html',"childArray" : [
    {   'sTitle':'TargetPad',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'targetpad.html'
    }]
},
{   'sTitle':'Training Materials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'TrainingMaterials.html'
},
{   'sTitle':'Retailers',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Retailers.html'
},
{   'sTitle':'Testimonials',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Testimonials.html'
},
{   'sTitle':'Customer Service',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'CustomerService.html',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'ContactUs.html'
    },
    {   'sTitle':'FAQ',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'faq.html'
    },
    {   'sTitle':'About Us',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'AboutUs.html'
    },
    {   'sTitle':'The Press',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'ThePress.html'
    },
    {   'sTitle':'Links',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'Links.html'
    }]
}]
});
