﻿var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Führungen',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Rundgänge',
    bIsWebPath:true,
    sUrl:'frauenkirche.htm',
    sTarget:'_self'
},
{   sTitle:'Umgebung',
    bIsWebPath:true,
    sUrl:'neumarkt.htm',
    sTarget:'_self'
},
{   sTitle:'Aktuelles',
    bIsWebPath:true,
    sUrl:'reisen.htm',
    sTarget:'_self'
}]
});
