var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Lower Creek Game Calls',
        bIsWebPath:true,
        sUrl:'About_LCGC.html'
    },
    {   sTitle:'About Me',
        bIsWebPath:true,
        sUrl:'about_me.html'
    },
    {   sTitle:'Pro Staff',
        bIsWebPath:true,
        sUrl:'prostaff.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Ordering Info',
    bIsWebPath:true,
    sUrl:'ordering.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Trophy Room',
    bIsWebPath:true,
    sUrl:'trophy_room.html'
}]
});
