﻿swfobject.embedSWF("main.swf", "myContent", "100%", "700", "10.0.22", "swfobject/expressInstall.swf", flashvars, {}, {bgcolor: "FFFFFF"});

function swfHeight(value) {
	if(value>document.body.clientHeight) {
		document.getElementById("myContent").height = value;
	} else {
		document.getElementById("myContent").height = document.body.clientHeight;
	}
}

//UNICA
var TrackTag = 'http://switch.atdmt.com/action/';
var _ActionTag = new Image(); 

function GetActionTag(URL) { 
   	_ActionTag.src = TrackTag + URL;
}
