var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Infos',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Fotos',
    bIsWebPath:true,
    sUrl:'fotos.html'
},
{   sTitle:'Preise',
    bIsWebPath:true,
    sUrl:'preise.html'
},
{   sTitle:'Anfahrt',
    bIsWebPath:true,
    sUrl:'anfahrt.html'
},
{   sTitle:'Seminarräume',
    bIsWebPath:true,
    sUrl:'seminar.html'
},
{   sTitle:'TAGWERK',
    bIsWebPath:true,
    sUrl:'tagwerk.html'
}]
});
