var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Webdesign',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Grafische vormgeving',
    bIsWebPath:true,
    sUrl:'grafische_vormgeving.html'
},
{   sTitle:'Fotografie',
    bIsWebPath:true,
    sUrl:'fotografie.html'
},
{   sTitle:'Training op school',
    bIsWebPath:true,
    sUrl:'Training.html'
},
{   sTitle:'Maatwerk',
    bIsWebPath:true,
    sUrl:'op_maat.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
