var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'over ons',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'impressie',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    }]
},
{   sTitle:'fotoboek',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
