var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self'
},
{   sTitle:'Drechseln',
    bIsWebPath:true,
    sUrl:'drechseln.html',
    sTarget:'_self'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_self'
},
{   sTitle:'Termine',
    bIsWebPath:true,
    sUrl:'termine.html',
    sTarget:'_self'
},
{   sTitle:'Schöne Heimat',
    bIsWebPath:true,
    sUrl:'heimat.html',
    sTarget:'_self'
},
{   sTitle:'Link-Seite',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});
