var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'IDG',
    bIsWebPath:true,
    sUrl:'IDG.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Über uns',
        bIsWebPath:true,
        sUrl:'überuns.html',
        sTarget:'_self'
    },
    {   sTitle:'Vorstand',
        bIsWebPath:true,
        sUrl:'vorstand.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Programm',
    bIsWebPath:true,
    sUrl:'Programm.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Aktuell',
        bIsWebPath:true,
        sUrl:'Aktuell.html',
        sTarget:'_self'
    },
    {   sTitle:'Studienreise',
        bIsWebPath:true,
        sUrl:'studienreise.html',
        sTarget:'_self'
    },
    {   sTitle:'Rückblick',
        bIsWebPath:true,
        sUrl:'Rückblick.html',
        sTarget:'_self'
    },
    {   sTitle:'Veranstaltungen',
        bIsWebPath:true,
        sUrl:'veranstaltungen.html',
        sTarget:'_self'
    },
    {   sTitle:'Galerie',
        bIsWebPath:true,
        sUrl:'Galerie.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Italien',
    bIsWebPath:true,
    sUrl:'Italien.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tipps',
        bIsWebPath:true,
        sUrl:'Tipps.html',
        sTarget:'_self'
    },
    {   sTitle:'Cucina',
        bIsWebPath:true,
        sUrl:'Cucina.html',
        sTarget:'_self'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'Events.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Kontakt.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Kontaktdaten',
        bIsWebPath:true,
        sUrl:'Kontaktdaten.html',
        sTarget:'_self'
    },
    {   sTitle:'Mitglieder',
        bIsWebPath:true,
        sUrl:'Mitglieder.html',
        sTarget:'_self'
    },
    {   sTitle:'Impressum',
        bIsWebPath:true,
        sUrl:'Impressum.html',
        sTarget:'_self'
    }]
}]
});
