var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Domeinnamen Te Koop',
        'bIsWebPath':true,
        'sUrl':'Domeinnamen Te Koop.html'
    }]
},
{   'sTitle':'Portofolio',
    'bIsWebPath':true,
    'sUrl':'Portofolio.html'
},
{   'sTitle':'Software',
    'bIsWebPath':true,
    'sUrl':'Software.html'
},
{   'sTitle':'Web Hosting',
    'bIsWebPath':true,
    'sUrl':'Web Hosting.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
