var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Informatie geboorte, gezond zwanger zijn, bevalling en kraamtijd',
    sTitle:'Tips 1',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tips 2',
    bIsWebPath:true,
    sUrl:'tips1.html'
},
{   sTitle:'Tips 3',
    bIsWebPath:true,
    sUrl:'tips2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
