var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Forside',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bestill',
    bIsWebPath:true,
    sUrl:'bestill.html'
},
{   sTitle:'Om råstoffet',
    bIsWebPath:true,
    sUrl:'om_raastoffet.html'
},
{   sTitle:'Om oss',
    bIsWebPath:true,
    sUrl:'om_oss.html'
}]
});
