var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Vaccinatie',
    bIsWebPath:true,
    sUrl:'vac.html'
},
{   sTitle:'Huisregels',
    bIsWebPath:true,
    sUrl:'regels.html'
},
{   sTitle:'Reserveren',
    bIsWebPath:true,
    sUrl:'reserveren.html'
},
{   sTitle:'Roma Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Foto Album',
    bIsWebPath:true,
    sUrl:'foto.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Leuke Plaatjes',
    bIsWebPath:true,
    sUrl:'plaatjes.html'
}]
});
