var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Intro',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projecten',
    bIsWebPath:true,
    sUrl:'projecten.html'
},
{   sTitle:'kostenbesparing',
    bIsWebPath:true,
    sUrl:'kostenbesparing.html'
},
{   sTitle:'Archiefsoftware',
    bIsWebPath:true,
    sUrl:'archiefsoftware.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
