var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wir über uns',
    bIsWebPath:true,
    sUrl:'wirueberuns.html'
},
{   sTitle:'Kollektionen',
    bIsWebPath:true,
    sUrl:'kollektionen.html',"childArray" : [
    {   sTitle:'Sporty',
        bIsWebPath:true,
        sUrl:'sporty.html'
    },
    {   sTitle:'Jade',
        bIsWebPath:true,
        sUrl:'jade.html'
    },
    {   sTitle:'Paris',
        bIsWebPath:true,
        sUrl:'paris.html'
    },
    {   sTitle:'Oxford',
        bIsWebPath:true,
        sUrl:'oxford.html'
    },
    {   sTitle:'Abril',
        bIsWebPath:true,
        sUrl:'abril.html'
    }]
},
{   sTitle:'Produktion',
    bIsWebPath:true,
    sUrl:'produktion.html'
},
{   sTitle:'Unser Team',
    bIsWebPath:true,
    sUrl:'unserteam.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',"childArray" : [
    {   sTitle:'Kontaktformular',
        bIsWebPath:true,
        sUrl:'kontaktformular.html'
    }]
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
