var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Leistungen',
    bIsWebPath:true,
    sUrl:'Leistungen.html'
},
{   sTitle:'Ausbildung / Service',
    bIsWebPath:true,
    sUrl:'Schulung.html'
},
{   sTitle:'Anfahrt',
    bIsWebPath:true,
    sUrl:'Anfahrt.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',"childArray" : [
    {   sTitle:'Kontakt',
        bIsWebPath:true,
        sUrl:'Seite7.html'
    }]
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});
