var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Consultancy',
    bIsWebPath:true,
    sUrl:'consult.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'Safran',
        bIsWebPath:true,
        sUrl:'safran.html'
    },
    {   sTitle:'Voice DSL Fiber',
        bIsWebPath:true,
        sUrl:'voice-dsl-fiber.html'
    },
    {   sTitle:'Mailscan Webscan Services',
        bIsWebPath:true,
        sUrl:'mailscan.html'
    },
    {   sTitle:'Werken Met',
        bIsWebPath:true,
        sUrl:'ervaringen.html'
    }]
},
{   sTitle:'Webdesign',
    bIsWebPath:true,
    sUrl:'webdesign-hosting.html',"childArray" : [
    {   sTitle:'Portfolio',
        bIsWebPath:true,
        sUrl:'portfolio.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
