var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Produkt',
    bIsWebPath:true,
    sUrl:'pool_ueberdachung.html'
},
{   sTitle:'System',
    bIsWebPath:true,
    sUrl:'pooldach_system.html'
},
{   sTitle:'Montage',
    bIsWebPath:true,
    sUrl:'montage_abdeckung.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Seite9.html'
},
{   sTitle:'Sprache',
    bIsWebPath:true,
    sUrl:'sprache.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'Seite10.html'
}]
});
