var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'What\'s New',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'Promotions',
    bIsWebPath:true,
    sUrl:'promotions.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Products and Services',
    bIsWebPath:true,
    sUrl:'productsandservices.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'Care and Maintenance',
    bIsWebPath:true,
    sUrl:'care.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Outreach',
        bIsWebPath:true,
        sUrl:'outreach.html'
    },
    {   sTitle:'What\'s up Steve',
        bIsWebPath:true,
        sUrl:'steve.html'
    }]
}]
});
