var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Reünie 2011',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Foto\'s diner',
    bIsWebPath:true,
    sUrl:'foto_diner.html'
},
{   sTitle:'Foto\'s Reunie',
    bIsWebPath:true,
    sUrl:'fotoreunie.html',"childArray" : [
    {   sTitle:'Foto\'s Reunie (deel 2)',
        bIsWebPath:true,
        sUrl:'fotosreunie2.html'
    }]
},
{   sTitle:'Groepsfoto\'s',
    bIsWebPath:true,
    sUrl:'groepsfoto.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
