var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'To Book',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'2012 schedule',
    bIsWebPath:true,
    sUrl:'2012schedule.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2011 Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html',
        sTarget:'_self',"childArray" : [
        {   bSeparatorAfter:true,
            sTitle:'2010 past shows',
            bIsWebPath:true,
            sUrl:'page19.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'About the Band',
    bIsWebPath:true,
    sUrl:'abouttheband.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'In The News',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Multimedia',
    bIsWebPath:true,
    sUrl:'videos.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Audio',
        bIsWebPath:true,
        sUrl:'audio.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page17.html',
    sTarget:'_self'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
