var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Om oss',
    bIsWebPath:true,
    sUrl:'omoss.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Import',
    bIsWebPath:true,
    sUrl:'import.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'Bildgalleri',
    bIsWebPath:true,
    sUrl:'galleri.html'
},
{   sTitle:'Gästbok',
    bIsWebPath:true,
    sUrl:'gastbok.html'
}]
});