var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WEBSHOP',
    bIsExternal:true,
    sUrl:'http://webshop.tngcomputers.be'
},
{   sTitle:'Prijslijst',
    bIsWebPath:true,
    sUrl:'prijslijst.html'
},
{   sTitle:'Desktops',
    bIsWebPath:true,
    sUrl:'desktops.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Desktops TnG Download',
        bIsExternal:true,
        sUrl:'http://www.tngcomputers.be/desktopsystemenTNG.pdf'
    }]
},
{   sTitle:'Notebooks',
    bIsWebPath:true,
    sUrl:'notebooks.html',
    sTarget:'_self'
},
{   sTitle:'Hosting/Webdesign',
    bIsWebPath:true,
    sUrl:'hosting-webdesign.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'RMA',
    bIsWebPath:true,
    sUrl:'rma.html'
},
{   sTitle:'Routeplanner',
    bIsWebPath:true,
    sUrl:'route.html'
}]
});
