var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Verkoop paarden',
    bIsWebPath:true,
    sUrl:'pagina12.html',"childArray" : [
    {   sTitle:'friesche merrie Ait 410 x Teunis 332',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'friesche hengst Eibert 419 x Gradus 356',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'friesche ruin Olrik 383 x Fabe 348',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'friesche ruin afst. Fetse 349 x Sape 381',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    },
    {   sTitle:'friesche ruin Aan 416 x Gerlof 294',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'friesche ruin Ymte 407 x Erik 351',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    }]
},
{   sTitle:'Diensten',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Pensionstalling',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Opfok van veulens tot 3 jaar',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Ponyverhuur',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Kantineverhuur en Halverhuur',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Themafeest',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    }]
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'pagina3.html'
}]
});
