var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Meet Evan',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Master Your Career',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Master Your Business',
        bIsWebPath:true,
        sUrl:'page25.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page22.html',
    sTarget:'_self'
},
{   sTitle:'Purchase',
    bIsWebPath:true,
    sUrl:'purchase.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://masterworkcoach.wordpress.com/',
    sTarget:'_blank'
}]
});