var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Het Plan',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Ligging',
        bIsWebPath:true,
        sUrl:'pagina2.html'
    },
    {   sTitle:'Architectuur',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    },
    {   sTitle:'Situatie',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    },
    {   sTitle:'Brochure',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Appartementen',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'Afbeeldingen',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'Rond Kijken',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    }]
},
{   sTitle:'Inschrijven',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Blog',
    sUrl:'http://parchoutzicht.blogspot.com',
    sTarget:'_self'
}]
});
