var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Games',
    bIsWebPath:true,
    sUrl:'games.html'
},
{   sTitle:'Tools',
    bIsWebPath:true,
    sUrl:'tools.html'
},
{   sTitle:'Art',
    bIsWebPath:true,
    sUrl:'art.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'WIP',
    bIsWebPath:true,
    sUrl:'wip.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
