var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Games',
    bIsWebPath:true,
    sUrl:'games.html',"childArray" : [
    {   sTitle:'ping',
        bIsWebPath:true,
        sUrl:'ping.html'
    },
    {   sTitle:'pacman',
        bIsWebPath:true,
        sUrl:'pacman.html'
    }]
}]
});
