var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WAT DOEN WIJ',
    bIsWebPath:true,
    sUrl:'oplossingen.html',"childArray" : [
    {   sTitle:'MarCom Professionals | Online & Social Media Specialists',
        bIsWebPath:true,
        sUrl:'MCP_socialmedia_online.html'
    },
    {   sTitle:'MarCom Professionals | Projects',
        bIsWebPath:true,
        sUrl:'mcp_projects.html'
    },
    {   sTitle:'MarCom Professionals | Background Services',
        bIsWebPath:true,
        sUrl:'mcp_background_services.html'
    },
    {   sTitle:'MarCom Professionals | Huisstijl specialisten',
        bIsWebPath:true,
        sUrl:'mcp_huisstijl.html'
    }]
},
{   sTitle:'TEAM',
    bIsWebPath:true,
    sUrl:'team.php'
},
{   sTitle:'PORTFOLIO',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
