var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Technical Support',
    bIsWebPath:true,
    sUrl:'techsupport.html'
},
{   sTitle:'MiUni',
    bIsWebPath:true,
    sUrl:'miuni.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Work Programme',
    bIsWebPath:true,
    sUrl:'workprogramme.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
