var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'tattoos',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'tips',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'kinderfeestje',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'foto\'s',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    }]
},
{   sTitle:'tanning',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'voor-tijdens-na',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'prijzen',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'art',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'foto\'s',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
