var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'internet.html'
},
{   sTitle:'Impressum ',
    bIsWebPath:true,
    sUrl:'impressum.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Gästebuch',
    bIsWebPath:true,
    sUrl:'gaestebuch.html'
}]
});