var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Saddles',
    bIsWebPath:true,
    sUrl:'saddles.html'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html',"childArray" : [
    {   sTitle:'Blankets',
        bIsWebPath:true,
        sUrl:'blankets.html'
    },
    {   sTitle:'Pads',
        bIsWebPath:true,
        sUrl:'pads.html'
    },
    {   sTitle:'Halters',
        bIsWebPath:true,
        sUrl:'halters.html',
        sTarget:'_self'
    },
    {   sTitle:'Conchos',
        bIsWebPath:true,
        sUrl:'conchos.html',
        sTarget:'_self'
    },
    {   sTitle:'Hats',
        bIsWebPath:true,
        sUrl:'hats.html',
        sTarget:'_self'
    },
    {   sTitle:'Bits',
        bIsWebPath:true,
        sUrl:'bits.html',
        sTarget:'_self'
    },
    {   sTitle:'Bridles and Reins',
        bIsWebPath:true,
        sUrl:'bridles_&_reins.html'
    },
    {   sTitle:'Horse Boots',
        bIsWebPath:true,
        sUrl:'horseboots.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Offers',
        bIsWebPath:true,
        sUrl:'offers.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    }]
}]
});