var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Infos',
    bIsWebPath:true,
    sUrl:'infos.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Philosophie',
        bIsWebPath:true,
        sUrl:'philosophie.html',
        sTarget:'_self'
    },
    {   sTitle:'Referenzen',
        bIsWebPath:true,
        sUrl:'referenzen.html',
        sTarget:'_self'
    },
    {   sTitle:'Projektvorstellung',
        bIsWebPath:true,
        sUrl:'projektvorstellung.html',
        sTarget:'_self'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'download.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Leistungen',
    bIsWebPath:true,
    sUrl:'leistungen.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Fullservice',
        bIsWebPath:true,
        sUrl:'fullservice.html',
        sTarget:'_self'
    },
    {   sTitle:'Dry Hire',
        bIsWebPath:true,
        sUrl:'dryhire.html',
        sTarget:'_self'
    },
    {   sTitle:'Komplettpakte',
        bIsWebPath:true,
        sUrl:'komplettpakte.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Aktuelles',
        bIsWebPath:true,
        sUrl:'aktuelles.html',
        sTarget:'_self'
    },
    {   sTitle:'Berichte 2010',
        bIsWebPath:true,
        sUrl:'berichte2010.html',
        sTarget:'_self'
    },
    {   sTitle:'Archiv',
        bIsWebPath:true,
        sUrl:'berichte_archiv.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bilder 2010',
        bIsWebPath:true,
        sUrl:'bilder2010.html',
        sTarget:'_self'
    },
    {   sTitle:'Bilder 2009',
        bIsWebPath:true,
        sUrl:'bilder2009.html',
        sTarget:'_self'
    },
    {   sTitle:'Bilder 2008',
        bIsWebPath:true,
        sUrl:'bilder2008.html',
        sTarget:'_self'
    },
    {   sTitle:'ältere Bilder',
        bIsWebPath:true,
        sUrl:'bilder_alt.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});