var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Main "About Us" page.',
    sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'theband.html',"childArray" : [
    {   sDescription:'Bio info and pictures of Nicki Blooze.',
        sTitle:'Nicki Blooze',
        bIsWebPath:true,
        sUrl:'nicki.html'
    },
    {   sDescription:'Bio info and picture of Jack Walker.',
        sTitle:'Jack Walker',
        bIsWebPath:true,
        sUrl:'jack.html'
    },
    {   sDescription:'Bio info and picture of Bert Taylor.',
        sTitle:'Bert Taylor',
        bIsWebPath:true,
        sUrl:'bert.html'
    },
    {   sDescription:'Bio info and picture of Dennis Bedenbaugh.',
        sTitle:'Dennis Bedenbaugh',
        bIsWebPath:true,
        sUrl:'dennis.html'
    },
    {   sDescription:'Bio info and pictures of Tom Ross.',
        sTitle:'Tom Ross',
        bIsWebPath:true,
        sUrl:'tom.html'
    }]
},
{   sTitle:'Media',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    },
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photos.html'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html'
    }]
},
{   sTitle:'Friends',
    bIsWebPath:true,
    sUrl:'friends.html',"childArray" : [
    {   sTitle:'Reviews',
        bIsWebPath:true,
        sUrl:'reviews.html',
        sTarget:'_self'
    },
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'sponsors.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Guestbook',
        sUrl:'http://www.ndbband.com/guestbook/gbook.php',
        sTarget:'_self'
    }]
}]
});