var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Studio',
    bIsWebPath:true,
    sUrl:'webstudio.html'
},
{   sTitle:'Logo Studio',
    bIsWebPath:true,
    sUrl:'logostudio.html'
},
{   sTitle:'Weblinks',
    bIsWebPath:true,
    sUrl:'weblinks.html'
},
{   sTitle:'Impressum',
    bIsWebPath:true,
    sUrl:'impressum.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
