var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Meine Firma',
    bIsWebPath:true,
    sUrl:'firma.html'
},
{   sTitle:'Anfahrt',
    bIsWebPath:true,
    sUrl:'anfahrt.html'
},
{   sTitle:'Produkte',
    bIsWebPath:true,
    sUrl:'produkte.html',"childArray" : [
    {   sTitle:'Dachreiter',
        bIsWebPath:true,
        sUrl:'dachr.html'
    },
    {   sTitle:'Gebrauchskeramik',
        bIsWebPath:true,
        sUrl:'gebrauchs.html'
    }]
},
{   sTitle:'Ausstellungen',
    bIsWebPath:true,
    sUrl:'ausst.html',"childArray" : [
    {   sTitle:'Termine',
        bIsWebPath:true,
        sUrl:'termine.html'
    },
    {   sTitle:'Büdinger Künstlerweihnacht',
        bIsWebPath:true,
        sUrl:'weihn.html'
    },
    {   sTitle:'Büdinger Künstlerfest',
        bIsWebPath:true,
        sUrl:'kuefe.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
