var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Repertoire',
        bIsWebPath:true,
        sUrl:'repertoire.html'
    },
    {   sTitle:'Leaders',
        bIsWebPath:true,
        sUrl:'leaders.html'
    },
    {   sTitle:'Background',
        bIsWebPath:true,
        sUrl:'background.html'
    }]
},
{   sTitle:'Concert',
    bIsWebPath:true,
    sUrl:'concert.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   bSeparatorAfter:true,
    sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Festivals',
    bIsWebPath:true,
    sUrl:'festivals.html'
},
{   sTitle:'Costumes',
    bIsWebPath:true,
    sUrl:'costumes.html',"childArray" : [
    {   sTitle:'Corryvrechan',
        bIsWebPath:true,
        sUrl:'cost_corryvrechan.html',
        sTarget:'_self'
    },
    {   sTitle:'Formal',
        bIsWebPath:true,
        sUrl:'cost_formal.html'
    },
    {   sTitle:'Aboyne and Rustic',
        bIsWebPath:true,
        sUrl:'cost_aboyne_rustic.html'
    },
    {   sTitle:'White Dress and Prince Charlie',
        bIsWebPath:true,
        sUrl:'cost_white_black.html'
    },
    {   sTitle:'Island and Hebridean',
        bIsWebPath:true,
        sUrl:'cost_island.html'
    },
    {   sTitle:'Musicians',
        bIsWebPath:true,
        sUrl:'cost_musicians.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'TeamZone',
    bIsWebPath:true,
    sUrl:'teamzone.html'
}]
});
