<!--  
  function popHalo(lang_code)
  {
	var wHeight = screen.height;
	var wWidth = screen.width;
	var myWindow = window.open('http://www.xbox.com/assets/en-us/Flash/games/halo2/popup.html?region='+lang_code,'halo2_popup','screenX=0,screenY=0,innerHeight=' + wHeight + ',innerWidth=' + wWidth +  ',menubar=no,location=no,status=no,resizable=no,directories=no,scrollbars=no,titlebar=no,personalbar=no,fullscreen');
  }
//-->