var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html',"childArray" : [
    {   sTitle:'Implantologie',
        bIsWebPath:true,
        sUrl:'implantologie.html'
    },
    {   sTitle:'Implasil',
        bIsWebPath:true,
        sUrl:'implasil.html'
    },
    {   sTitle:'Instrumentarium',
        bIsWebPath:true,
        sUrl:'instrumentarium.html'
    },
    {   sTitle:'Toetsenborden',
        bIsWebPath:true,
        sUrl:'toetsen.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Additionals',
        bIsWebPath:true,
        sUrl:'additionals.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'Webstore',
    bIsWebPath:true,
    sUrl:'webstore.html'
},
{   sTitle:'OP=OP',
    bIsWebPath:true,
    sUrl:'op=op.html'
},
{   sTitle:'Download',
    bIsWebPath:true,
    sUrl:'download.html'
},
{   sTitle:'Voorwaarden',
    bIsWebPath:true,
    sUrl:'voorwaarden.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
