var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Hem',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Air Creation',
    bIsWebPath:true,
    sUrl:'aircreation.html',
    sTarget:'_self'
},
{   sTitle:'Flygskola',
    bIsWebPath:true,
    sUrl:'flygskola.html',
    sTarget:'_self'
},
{   sTitle:'Flygfältet',
    bIsWebPath:true,
    sUrl:'flygfaltet.html',
    sTarget:'_self'
},
{   sTitle:'Bilder',
    bIsWebPath:true,
    sUrl:'bilder.html',
    sTarget:'_self'
},
{   sTitle:'Vanliga frågor',
    bIsWebPath:true,
    sUrl:'vanligafragor.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
}]
});
