var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Leden',
    bIsWebPath:true,
    sUrl:'leden.html',
    sTarget:'_self'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'foto\'s.html',
    sTarget:'_self'
},
{   sTitle:'Foto v/d week',
    bIsWebPath:true,
    sUrl:'foto/vdweek.html',
    sTarget:'_self'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'historie.html',
    sTarget:'_self'
},
{   sTitle:'Filmpjes',
    bIsWebPath:true,
    sUrl:'filmpjes.html',
    sTarget:'_self'
},
{   sTitle:'Muziek',
    bIsWebPath:true,
    sUrl:'muziek.html',
    sTarget:'_self'
},
{   sTitle:'Ledenpagina',
    bIsWebPath:true,
    sUrl:'ledenpagina.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html',
    sTarget:'_self'
}]
});
