var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Deer Calls',
    bIsWebPath:true,
    sUrl:'deer_calls.html',"childArray" : [
    {   sTitle:'Grunt Calls',
        bIsWebPath:true,
        sUrl:'grunt.html'
    }]
},
{   sTitle:'Predator Calls',
    bIsWebPath:true,
    sUrl:'predator.html',"childArray" : [
    {   sTitle:'Closed Reed',
        bIsWebPath:true,
        sUrl:'closed_reed.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Turkey Calls',
    bIsWebPath:true,
    sUrl:'turkey_calls.html',"childArray" : [
    {   sTitle:'Turkey Pot Calls',
        bIsWebPath:true,
        sUrl:'pot_calls.html',"childArray" : [
        {   sTitle:'Glass',
            bIsWebPath:true,
            sUrl:'glass.html'
        },
        {   sTitle:'Slate',
            bIsWebPath:true,
            sUrl:'slate.html'
        },
        {   sTitle:'double sided',
            bIsWebPath:true,
            sUrl:'double_sided.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Tube Calls',
        bIsWebPath:true,
        sUrl:'tube.html',
        sTarget:'_self'
    },
    {   sTitle:'Locator Calls',
        bIsWebPath:true,
        sUrl:'locator.html',"childArray" : [
        {   sTitle:'Crow Calls',
            bIsWebPath:true,
            sUrl:'crow.html'
        },
        {   sTitle:'woodpecker / Hawk Screamer',
            bIsWebPath:true,
            sUrl:'woodpecker/hawk.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Waterfowl Calls',
    bIsWebPath:true,
    sUrl:'waterfowl.html',"childArray" : [
    {   sTitle:'Wood Duck Calls',
        bIsWebPath:true,
        sUrl:'wood_duck.html'
    },
    {   sTitle:'Mallard Calls',
        bIsWebPath:true,
        sUrl:'mallard.html'
    }]
},
{   sTitle:'Squirrel Calls',
    bIsWebPath:true,
    sUrl:'squirrel.html',
    sTarget:'_self'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'call lanyards',
        bIsWebPath:true,
        sUrl:'call_lanyards.html',
        sTarget:'_self'
    },
    {   sTitle:'turkey totes',
        bIsWebPath:true,
        sUrl:'turkey_totes.html',
        sTarget:'_self'
    },
    {   sTitle:'waterfowl / Small Game Tote',
        bIsWebPath:true,
        sUrl:'waterfow_&_small_game_totes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Collector Calls',
    bIsWebPath:true,
    sUrl:'collector.html',
    sTarget:'_self'
},
{   sTitle:'Wood Info',
    bIsWebPath:true,
    sUrl:'wood_info.html',
    sTarget:'_self'
}]
});
