// Try Media
var pageNavbar = new Navbar('pageNavbar', telus.lang, 'purple', telus.displayType);

if(telus.lang == 'en') {
  pageNavbar.addTab('Home', 'http://www.mytelus.com/games/home.do');
  pageNavbar.addTab('Play games online', 'http://www.mytelus.com/games_online/');
  pageNavbar.addTab('Download games', 'http://www.trygames.com//aff=t_20su/curr_selected=CAD/lang=EN', true);
  //pageNavbar.addTab('News and reviews', 'http://www.mytelus.com/ncp_games/ncp/english/display.do?platform=games');
  //pageNavbar.addTab('Pre-paid cards', 'http://www.mytelus.com/ncp_games/ncp/prepaid.vm');
  pageNavbar.addLink('Action', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=0');
  pageNavbar.addLink('Classics', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=3');
  pageNavbar.addLink('Coffee Break', 'http://www.trygames.com/cb_index/aff=t_20su/curr_selected=CAD/');
  pageNavbar.addLink('Driving', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=4');
  pageNavbar.addLink('Family', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=2');
  pageNavbar.addLink('Puzzle/Cards', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=5');
  pageNavbar.addLink('RPG', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=6');
  pageNavbar.addLink('Simulation', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=7');
  pageNavbar.addLink('Sports', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=8');
  pageNavbar.addLink('Strategy', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/page=1/genre=9');
  pageNavbar.display('Games');
} else if (telus.lang = 'fr') {

  pageNavbar.addTab('Accueil', 'http://www3.globetrotter.net/jeux/home.do');
  pageNavbar.addTab('Jeux en ligne', 'http://www3.globetrotter.net/jeuxenligne/');
  pageNavbar.addTab('Jeux &agrave; t&eacute;l&eacute;charger', 'http://www.trygames.com/aff=t_20su/curr_selected=CAD/lang=FR', true);
  //pageNavbar.addTab('Actualit&eacute;s et tests', 'http://www3.globetrotter.net/jeux/display.do?platform=games&');
  pageNavbar.addLink('Action', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=0');
  pageNavbar.addLink('Classiques', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=3');
  pageNavbar.addLink('Conduire', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=4');
  pageNavbar.addLink('Famille', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=2');
  pageNavbar.addLink('Puzzle/Cartes', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=5');
  pageNavbar.addLink('JDR', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=6');
  pageNavbar.addLink('Simulation', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=7');
  pageNavbar.addLink('Sports', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=8');
  pageNavbar.addLink('Strat&eacute;gie', 'http://www.trygames.com/section/aff=t_20su/curr_selected=CAD/lang=FR/page=1/genre=9');
  pageNavbar.display('Jeux');
}

document.writeln('\<script type="text/javascript" src="http://www.mytelus.com/global20/partners/analytics/games/downloads/'+telus.lang+'/analytics.do"\>\</script\>');