var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Produkte',
    bIsWebPath:true,
    sUrl:'Produkte.html',"childArray" : [
    {   sTitle:'EQuIS',
        bIsWebPath:true,
        sUrl:'EQuIS.html'
    },
    {   sTitle:'Envistigator',
        bIsWebPath:true,
        sUrl:'Envistigator.html'
    }]
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'Galerie.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'FAQ.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Kontakt.html'
}]
});
