var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Forside',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Billeder',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Omkring bryllup',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Bryllup',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'portræt',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Firma',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Dyr',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Om fotografen',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});