var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Om företaget',
    bIsWebPath:true,
    sUrl:'omforetaget.html'
},
{   sTitle:'Personal',
    bIsWebPath:true,
    sUrl:'personal.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});