var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Eingang',
    bIsWebPath:true,
    sUrl:'eingang.html'
},
{   sTitle:'Aufgaben',
    bIsWebPath:true,
    sUrl:'aufgaben.html'
},
{   sTitle:'Kollegium',
    bIsWebPath:true,
    sUrl:'kollegium.html'
},
{   sTitle:'Schulsozialarbeit',
    bIsWebPath:true,
    sUrl:'sozialarbeit.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   bSeparatorAfter:true,
    sTitle:'Neuigkeiten / Archiv',
    bIsWebPath:true,
    sUrl:'neues.html',"childArray" : [
    {   sTitle:'2004-2006',
        bIsWebPath:true,
        sUrl:'2006.html'
    },
    {   sTitle:'2007',
        bIsWebPath:true,
        sUrl:'2007.html'
    },
    {   sTitle:'2008',
        bIsWebPath:true,
        sUrl:'2008.html'
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'2009.html'
    },
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'2010.html'
    },
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'2011.html'
    },
    {   sTitle:'Damals',
        bIsWebPath:true,
        sUrl:'damals.html'
    }]
}]
});
