var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Menu',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    }]
},
{   sTitle:'Wijnen',
    bIsWebPath:true,
    sUrl:'pagina9.html',"childArray" : [
    {   sTitle:'wijn',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Galerij',
    bIsWebPath:true,
    sUrl:'pagina4.html'
}]
});
