var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'catching_games_projects.html'
},
{   sTitle:'Jobs',
    bIsWebPath:true,
    sUrl:'catching_games_jobs.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'catching_games_company.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'catching_games_contact.html'
}]
});
