var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Ons Aanbod',
    bIsWebPath:true,
    sUrl:'aanbod.html',"childArray" : [
    {   sTitle:'Bands',
        bIsWebPath:true,
        sUrl:'bands.html'
    },
    {   sTitle:'DJ\'s & Drive-inn',
        bIsWebPath:true,
        sUrl:'dj.html'
    },
    {   sTitle:'Easy listening & Akoestisch',
        bIsWebPath:true,
        sUrl:'easy.html'
    },
    {   sTitle:'Jazz',
        bIsWebPath:true,
        sUrl:'jazz.html'
    },
    {   sTitle:'Nationale en Internationale Artiesten',
        bIsWebPath:true,
        sUrl:'natintart.html'
    },
    {   sTitle:'Piano Specials',
        bIsWebPath:true,
        sUrl:'specials.html'
    },
    {   sTitle:'Thema\'s en origineel',
        bIsWebPath:true,
        sUrl:'themas.html'
    }]
},
{   sTitle:'Advies',
    bIsWebPath:true,
    sUrl:'advies.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Spectacular',
    bIsWebPath:true,
    sUrl:'spectacular.html'
}]
});
