var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'kalender.html'
},
{   sTitle:'Programma',
    bIsWebPath:true,
    sUrl:'programma.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'foto\'s.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
