var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'PaulTodd.com',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Paul',
    bIsWebPath:true,
    sUrl:'pts-about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Biography',
        bIsWebPath:true,
        sUrl:'pts-bio.html',
        sTarget:'_self'
    },
    {   sTitle:'Discography',
        bIsWebPath:true,
        sUrl:'pts-disc.html',
        sTarget:'_self'
    },
    {   sTitle:'Promo Materials',
        bIsWebPath:true,
        sUrl:'pts-promo.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'pts-media.html',
    sTarget:'_self'
},
{   sTitle:'Concerts',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'pts-concerts.html',
        sTarget:'_self'
    },
    {   sTitle:'Charities',
        bIsWebPath:true,
        sUrl:'pts-charities.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Paul',
    bIsWebPath:true,
    sUrl:'pts-contact.html',
    sTarget:'_self'
},
{   sTitle:'PTTunes',
    bIsWebPath:true,
    sUrl:'pts-pttunes.html',
    sTarget:'_self'
}]
});
