var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Impressum',
        bIsWebPath:true,
        sUrl:'impressum.html'
    }]
},
{   sTitle:'Wir über uns',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Geschichte',
        bIsWebPath:true,
        sUrl:'geschichte.html',
        sTarget:'_self'
    },
    {   sTitle:'Mitglieder',
        bIsWebPath:true,
        sUrl:'mitglieder.html'
    }]
},
{   sTitle:'Kontakte',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Kontakte',
        bIsWebPath:true,
        sUrl:'kontakte1.html'
    },
    {   sTitle:'Gästebuch',
        bIsWebPath:true,
        sUrl:'gaestebuch.html'
    },
    {   sTitle:'Forum',
        bIsWebPath:true,
        sUrl:'forum.html'
    }]
},
{   sTitle:'Bilder',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2011 - 2012',
        bIsWebPath:true,
        sUrl:'2011-2012-2.html',
        sTarget:'_self'
    },
    {   sTitle:'2010 - 2011',
        bIsWebPath:true,
        sUrl:'2010-2011-2.html',
        sTarget:'_self'
    },
    {   sTitle:'Intern',
        bIsWebPath:true,
        sUrl:'Intern2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links1.html'
    },
    {   sTitle:'Userlinks',
        bIsWebPath:true,
        sUrl:'userlinks.html'
    }]
},
{   sTitle:'Info',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Fahrplan',
        bIsWebPath:true,
        sUrl:'fahrplan.html'
    },
    {   sTitle:'Mitglied werden',
        bIsWebPath:true,
        sUrl:'Mitglied werden.html',
        sTarget:'_self'
    }]
}]
});
