function topRankings(game, tab) { $('game_list_css').style.fontWeight = "normal"; $('game_list_dota').style.fontWeight = "normal"; $('game_list_' + game).style.fontWeight = "bold"; $('tabs_css').style.display = "none"; $('tabs_dota').style.display = "none"; $('tabs_' + game).style.display = "block"; $('tab_teams_css').style.backgroundPosition = "0pt 25pt"; $('tab_players_css').style.backgroundPosition = "0pt 25pt"; $('tab_teams_dota').style.backgroundPosition = "0pt 25pt"; $('tab_players_dota').style.backgroundPosition = "0pt 25pt"; $('tab_' + tab + '_' + game).style.backgroundPosition = "0pt 0pt"; getTopRankings(game, tab); }