var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'leistungen',
    bIsWebPath:true,
    sUrl:'leistungen.html',"childArray" : [
    {   sTitle:'Umzugsmaterial',
        bIsWebPath:true,
        sUrl:'umzugsmaterial.html'
    }]
},
{   sTitle:'Preise',
    bIsWebPath:true,
    sUrl:'preise.html'
},
{   sTitle:'kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
}]
});