var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Etusivu',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Seurat',
    bIsWebPath:true,
    sUrl:'seurat.html'
},
{   sTitle:'Organisaatio',
    bIsWebPath:true,
    sUrl:'organisaatio.html'
},
{   sTitle:'Historia',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Tapahtumat',
    bIsWebPath:true,
    sUrl:'tapahtumat.html'
},
{   sTitle:'Ansiomerkit',
    bIsWebPath:true,
    sUrl:'ansiom.html'
},
{   sTitle:'Konttainen',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Linkit',
    bIsWebPath:true,
    sUrl:'linkit.html'
}]
});
