var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bilder',
    bIsWebPath:true,
    sUrl:'bilder.html'
},
{   sTitle:'Om Kerstin',
    bIsWebPath:true,
    sUrl:'omkerstin.html'
},
{   sTitle:'CV',
    bIsWebPath:true,
    sUrl:'cv.html'
},
{   sTitle:'Karta',
    bIsWebPath:true,
    sUrl:'karta.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
}]
});
