var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
