var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Restaurang',
    bIsWebPath:true,
    sUrl:'restaurang.html',
    sTarget:'_self'
},
{   sTitle:'Galleri',
    bIsWebPath:true,
    sUrl:'galleri.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});
