var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Starting Lipreader',
    bIsWebPath:true,
    sUrl:'starting_page.html'
},
{   sTitle:'Program modes',
    bIsWebPath:true,
    sUrl:'modes_page.html'
},
{   sTitle:'Puzzles',
    bIsWebPath:true,
    sUrl:'puzzles_page.html'
},
{   sTitle:'Extra-curricular',
    bIsWebPath:true,
    sUrl:'extra_curricular_page.html'
},
{   sTitle:'Advanced',
    bIsWebPath:true,
    sUrl:'advanced_page.html'
}]
});
