var customNavTree49 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm',
    sTarget:'_self'
},
{   sTitle:'Why 80-20',
    bIsWebPath:true,
    sUrl:'why_80_20.htm',
    sTarget:'_self'
},
{   sTitle:'Sales Solutions',
    bIsWebPath:true,
    sUrl:'overview.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Turnkey P&C Sales System',
        bIsWebPath:true,
        sUrl:'turnkey.htm',
        sTarget:'_self'
    },
    {   sTitle:'Jump Start Program',
        bIsWebPath:true,
        sUrl:'jump_start.htm',
        sTarget:'_self'
    },
    {   sTitle:'Audios & CDs',
        bIsWebPath:true,
        sUrl:'audios.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Certifications',
    sUrl:'http://www.isowcs.org',
    sTarget:'_blank'
},
{   sTitle:'Blog',
    sUrl:'http://www.80-20producercoaching.com/blog/index.php',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Author',
        bIsWebPath:true,
        sUrl:'about_author.htm',
        sTarget:'_self'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.htm',
        sTarget:'_self'
    },
    {   sTitle:'Privacy',
        bIsWebPath:true,
        sUrl:'privacy.htm',
        sTarget:'_self'
    }]
}]
});
