var TrackTag = 'http://switch.atdmt.com/action/';
function GetActionTag(URL){ 
  document.action_tag1.src = TrackTag + URL;
}
function open_game()
{
	GetActionTag('Renaissance_Game');
	window.open('game/index.html','game','width=1000,height=730,resizable=0,scrollbars=0,toolbar=0,menubar=0,location=0,directories=0,dependent=1');
}